-
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
[CPU] Add Roll support #5112
Merged
dmitry-gorokhov
merged 4 commits into
openvinotoolkit:master
from
apertovs:ap/dev/roll_op_cpu
May 3, 2021
Merged
[CPU] Add Roll support #5112
dmitry-gorokhov
merged 4 commits into
openvinotoolkit:master
from
apertovs:ap/dev/roll_op_cpu
May 3, 2021
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
openvino-pushbot
added
category: CPU
OpenVINO CPU plugin
category: IE Tests
OpenVINO Test: plugins and common
labels
Apr 5, 2021
nshchego
reviewed
Apr 5, 2021
nshchego
reviewed
Apr 5, 2021
nshchego
reviewed
Apr 5, 2021
nshchego
reviewed
Apr 5, 2021
nshchego
reviewed
Apr 5, 2021
nshchego
reviewed
Apr 5, 2021
nshchego
reviewed
Apr 5, 2021
nshchego
reviewed
Apr 5, 2021
nshchego
reviewed
Apr 5, 2021
nshchego
reviewed
Apr 5, 2021
apertovs
force-pushed
the
ap/dev/roll_op_cpu
branch
2 times, most recently
from
April 19, 2021 18:44
c0ab191
to
7ac66a3
Compare
apertovs
force-pushed
the
ap/dev/roll_op_cpu
branch
2 times, most recently
from
April 26, 2021 07:32
49d050e
to
bfcd18e
Compare
@apertovs general ask according with the latest requirements: please reimplement the node using MKLDNNNode API. |
apertovs
force-pushed
the
ap/dev/roll_op_cpu
branch
from
April 28, 2021 18:19
2f7d0c5
to
793f4fa
Compare
nshchego
reviewed
Apr 29, 2021
nshchego
reviewed
Apr 29, 2021
inference-engine/tests/functional/plugin/cpu/shared_tests_instances/single_layer_tests/roll.cpp
Show resolved
Hide resolved
apertovs
force-pushed
the
ap/dev/roll_op_cpu
branch
from
April 29, 2021 17:14
12e5706
to
fc007d5
Compare
apertovs
force-pushed
the
ap/dev/roll_op_cpu
branch
from
April 29, 2021 20:42
fc007d5
to
1843179
Compare
inference-engine/tests/functional/plugin/cpu/shared_tests_instances/single_layer_tests/roll.cpp
Show resolved
Hide resolved
@iefode Could you please take a look on tests part? |
Directly use shape Specifying all possible precisions Dynbatch = false Replace getBlob Remove 8 bytes case for rollImpl Add repeated axes to rollCase
dmitry-gorokhov
approved these changes
May 3, 2021
ilya-lavrenov
added a commit
to ilya-lavrenov/openvino
that referenced
this pull request
May 4, 2021
This reverts commit 5d8f209.
ilya-lavrenov
added a commit
that referenced
this pull request
May 20, 2021
* Exclude xbyak from install * Added automatically generated InferenceEngineConfig.cmake * Reverted a version back * Fixed issues with target aliases * Make TBB dependency private * Made ie_parallel.cmake self-sufficient * Don't expose ie_paralle.cmake to end users * Fixed compilation with TBB * Fixes for TBB * Fixed vpu_graph_transformer compilation * Fixed tests compilation * Added install of ie_parallel.cmake * Switched ENABLE_ALTERNATIVE_TEMP to OFF. Fixed COMPONENTS for TBB * Fixed file name in install rules * Added find_dependency for TBB in ie_parallel.cmake * WA for cmake bug with PACKAGE_PREFIX_DIR * Fixed no-deprecation to fix speech-library build * Reverted version from 2.1.0 to 2.1 * Revert "Reverted version from 2.1.0 to 2.1" This reverts commit 7cb5d15. * Added versions to cmake * Added versions to ie_version.hpp * Returned custom version file back * Added InferenceEngineConfig-version.cmake to share as well * Disabled one more GPU test * Added one more WA for CI * WA for CI issue for C API * Added InferenceEngineConfig-version.cmake to share as well * Added verison parsing from ie_version.hpp * Revert "[CPU] Add Roll support (#5112)" This reverts commit 5d8f209. * Revert "[CPU] windows_Interpolate_fused-FQ_nearest-mode_nspc-layout_fix (#5317)" This reverts commit 0808975. * Revert "[INT8][BF16] INT8 + BF16 feature was enabled (#5059)" This reverts commit 7d2ec02. * Support for components * No version for IEDevScripts package * Removed IE_VS_VER_HAS_VERSION from vs_version.rc.in * Added compatibility for 2.x old versioning
yekruglov
pushed a commit
to yekruglov/openvino
that referenced
this pull request
Jun 7, 2021
* Exclude xbyak from install * Added automatically generated InferenceEngineConfig.cmake * Reverted a version back * Fixed issues with target aliases * Make TBB dependency private * Made ie_parallel.cmake self-sufficient * Don't expose ie_paralle.cmake to end users * Fixed compilation with TBB * Fixes for TBB * Fixed vpu_graph_transformer compilation * Fixed tests compilation * Added install of ie_parallel.cmake * Switched ENABLE_ALTERNATIVE_TEMP to OFF. Fixed COMPONENTS for TBB * Fixed file name in install rules * Added find_dependency for TBB in ie_parallel.cmake * WA for cmake bug with PACKAGE_PREFIX_DIR * Fixed no-deprecation to fix speech-library build * Reverted version from 2.1.0 to 2.1 * Revert "Reverted version from 2.1.0 to 2.1" This reverts commit 7cb5d15. * Added versions to cmake * Added versions to ie_version.hpp * Returned custom version file back * Added InferenceEngineConfig-version.cmake to share as well * Disabled one more GPU test * Added one more WA for CI * WA for CI issue for C API * Added InferenceEngineConfig-version.cmake to share as well * Added verison parsing from ie_version.hpp * Revert "[CPU] Add Roll support (openvinotoolkit#5112)" This reverts commit 5d8f209. * Revert "[CPU] windows_Interpolate_fused-FQ_nearest-mode_nspc-layout_fix (openvinotoolkit#5317)" This reverts commit 0808975. * Revert "[INT8][BF16] INT8 + BF16 feature was enabled (openvinotoolkit#5059)" This reverts commit 7d2ec02. * Support for components * No version for IEDevScripts package * Removed IE_VS_VER_HAS_VERSION from vs_version.rc.in * Added compatibility for 2.x old versioning
rnugmanx
pushed a commit
to rnugmanx/openvino
that referenced
this pull request
Aug 26, 2021
* Exclude xbyak from install * Added automatically generated InferenceEngineConfig.cmake * Reverted a version back * Fixed issues with target aliases * Make TBB dependency private * Made ie_parallel.cmake self-sufficient * Don't expose ie_paralle.cmake to end users * Fixed compilation with TBB * Fixes for TBB * Fixed vpu_graph_transformer compilation * Fixed tests compilation * Added install of ie_parallel.cmake * Switched ENABLE_ALTERNATIVE_TEMP to OFF. Fixed COMPONENTS for TBB * Fixed file name in install rules * Added find_dependency for TBB in ie_parallel.cmake * WA for cmake bug with PACKAGE_PREFIX_DIR * Fixed no-deprecation to fix speech-library build * Reverted version from 2.1.0 to 2.1 * Revert "Reverted version from 2.1.0 to 2.1" This reverts commit 7cb5d15. * Added versions to cmake * Added versions to ie_version.hpp * Returned custom version file back * Added InferenceEngineConfig-version.cmake to share as well * Disabled one more GPU test * Added one more WA for CI * WA for CI issue for C API * Added InferenceEngineConfig-version.cmake to share as well * Added verison parsing from ie_version.hpp * Revert "[CPU] Add Roll support (openvinotoolkit#5112)" This reverts commit 5d8f209. * Revert "[CPU] windows_Interpolate_fused-FQ_nearest-mode_nspc-layout_fix (openvinotoolkit#5317)" This reverts commit 0808975. * Revert "[INT8][BF16] INT8 + BF16 feature was enabled (openvinotoolkit#5059)" This reverts commit 7d2ec02. * Support for components * No version for IEDevScripts package * Removed IE_VS_VER_HAS_VERSION from vs_version.rc.in * Added compatibility for 2.x old versioning
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.
Tickets: