[CPU] returned old behavior for fp32 avx2 1x1 conv with dw conv fusing#4484
Merged
eshoguli merged 1 commit intoopenvinotoolkit:masterfrom Mar 29, 2021
Merged
Conversation
ba2ae6e to
c5c3ac3
Compare
c5c3ac3 to
fab0a29
Compare
Contributor
Author
|
@dmitry-gorokhov could you please review? |
fab0a29 to
ab9de92
Compare
db11c2a to
c5f8b2f
Compare
Contributor
|
is it needed for 2021.3? Cherry-pick should be needed in this case |
de140f4 to
c90c9b6
Compare
Contributor
Author
|
@maxnick could you please review? |
fa2a545 to
f412d21
Compare
maxnick
reviewed
Mar 23, 2021
inference-engine/tests/functional/plugin/cpu/test_utils/cache_utils.hpp
Outdated
Show resolved
Hide resolved
f412d21 to
0cc40e4
Compare
Contributor
Author
|
@maxnick thanks for your review |
maxnick
approved these changes
Mar 24, 2021
Contributor
maxnick
left a comment
There was a problem hiding this comment.
Please check comments in the linked oneDNN PR.
inference-engine/tests/functional/plugin/cpu/test_utils/cpu_test_utils.hpp
Outdated
Show resolved
Hide resolved
16c96d2 to
3b59134
Compare
3b59134 to
8183c63
Compare
8183c63 to
9da4e82
Compare
00756b5 to
03d5dd7
Compare
dmitry-gorokhov
approved these changes
Mar 26, 2021
03d5dd7 to
3ece964
Compare
luo-cheng2021
pushed a commit
to luo-cheng2021/openvino
that referenced
this pull request
Apr 7, 2021
mryzhov
pushed a commit
to mryzhov/openvino
that referenced
this pull request
Apr 23, 2021
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
PR in oneDNN: openvinotoolkit/oneDNN#36
PR with tests: #4957