-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[IE CLDNN] Add 3d spatials support to conv & pool imad kernels and unblock any in/out feature sizes #1693
Merged
vladimir-paramuzov
merged 28 commits into
openvinotoolkit:master
from
jhajducz:feature/jhajducz/conv3d
Aug 20, 2020
Merged
[IE CLDNN] Add 3d spatials support to conv & pool imad kernels and unblock any in/out feature sizes #1693
vladimir-paramuzov
merged 28 commits into
openvinotoolkit:master
from
jhajducz:feature/jhajducz/conv3d
Aug 20, 2020
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
lznamens
suggested changes
Aug 16, 2020
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please update dates in license info.
...N/kernel_selector/core/actual_kernels/convolution/convolution_kernel_b_fs_zyx_fsv16_imad.cpp
Outdated
Show resolved
Hide resolved
inference-engine/thirdparty/clDNN/kernel_selector/common/tensor_type.cpp
Outdated
Show resolved
Hide resolved
...gine/thirdparty/clDNN/kernel_selector/core/cl_kernels/convolution_gpu_b_fs_zyx_fsv16_imad.cl
Outdated
Show resolved
Hide resolved
...gine/thirdparty/clDNN/kernel_selector/core/cl_kernels/convolution_gpu_b_fs_zyx_fsv16_imad.cl
Outdated
Show resolved
Hide resolved
Updated |
...N/kernel_selector/core/actual_kernels/convolution/convolution_kernel_b_fs_zyx_fsv16_imad.cpp
Outdated
Show resolved
Hide resolved
...gine/thirdparty/clDNN/kernel_selector/core/cl_kernels/convolution_gpu_b_fs_zyx_fsv16_imad.cl
Outdated
Show resolved
Hide resolved
...e-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/pooling_gpu_b_fs_zyx_fsv16_imad.cl
Outdated
Show resolved
Hide resolved
...e-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/pooling_gpu_b_fs_zyx_fsv16_imad.cl
Outdated
Show resolved
Hide resolved
...clDNN/kernel_selector/core/actual_kernels/pooling/pooling_kernel_gpu_b_fs_zyx_fsv16_imad.cpp
Outdated
Show resolved
Hide resolved
...N/kernel_selector/core/actual_kernels/convolution/convolution_kernel_b_fs_zyx_fsv16_imad.cpp
Outdated
Show resolved
Hide resolved
vladimir-paramuzov
approved these changes
Aug 19, 2020
lznamens
approved these changes
Aug 19, 2020
@vladimir-paramuzov Looks that we got approvals and green CI, is there anything else blocking it from being merged? |
mryzhov
pushed a commit
to mryzhov/openvino
that referenced
this pull request
Aug 26, 2020
…block any in/out feature sizes (openvinotoolkit#1693)
RomanZm
pushed a commit
to RomanZm/openvino
that referenced
this pull request
Aug 28, 2020
…block any in/out feature sizes (openvinotoolkit#1693)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
category: GPU
OpenVINO GPU plugin
feature
New feature request
optimization
performance
Performance related topics
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This patch is meant to:
After introducing these changes, significant performance improvements were observed for models that use 3D convolutions.
JIRA: CVS-32613