This repository was archived by the owner on Nov 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6.7k
Update 3rdparty/mkldnn to v1.2.2 #17313
Merged
Merged
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
e252dd8
update to dnnl v1.2-rc
TaoLv 2debc3c
fix cpp test
TaoLv e3df4b6
Merge branch 'master' of https://github.com/apache/incubator-mxnet in…
TaoLv ab506bc
pin rls-v1.2
TaoLv 906b491
Merge branch 'master' of https://github.com/apache/incubator-mxnet in…
TaoLv fae5ff8
Merge branch 'master' of https://github.com/apache/incubator-mxnet in…
TaoLv d3e586a
build dnnl with DNNL_ENABLE_CONCURRENT_EXEC=ON
TaoLv a44c45e
Merge branch 'master' of https://github.com/apache/incubator-mxnet in…
TaoLv f4061f4
Merge branch 'master' of https://github.com/apache/incubator-mxnet in…
TaoLv 4f91f0d
update rls-v1.2
TaoLv 63566bb
Merge branch 'master' of https://github.com/apache/incubator-mxnet in…
TaoLv 1ad154b
update to formal 1.2 release
TaoLv 4288512
try patch
TaoLv 77d8e3b
fix rnn
TaoLv 302eec4
pin rls-v1.2
TaoLv fb0efbd
Merge branch 'master' of https://github.com/apache/incubator-mxnet in…
TaoLv 29fafdc
Merge branch 'master' of https://github.com/apache/incubator-mxnet in…
TaoLv 8be96cb
Merge branch 'master' of https://github.com/apache/incubator-mxnet in…
TaoLv 698c7c9
Merge branch 'master' of https://github.com/apache/incubator-mxnet in…
TaoLv 28da6a1
dnnl v1.2.1
TaoLv c7021a6
Merge branch 'master' of https://github.com/apache/incubator-mxnet in…
TaoLv 19eea25
Merge branch 'master' of https://github.com/apache/incubator-mxnet in…
TaoLv 745a610
Merge branch 'master' of https://github.com/apache/incubator-mxnet in…
TaoLv 71f3de7
Merge branch 'master' of https://github.com/apache/incubator-mxnet in…
TaoLv f82b7f9
Merge branch 'master' of https://github.com/apache/incubator-mxnet in…
TaoLv eac3275
Merge branch 'master' of https://github.com/apache/incubator-mxnet in…
TaoLv 8370dd5
Merge branch 'master' of https://github.com/apache/incubator-mxnet in…
TaoLv b9d2192
Merge branch 'master' of https://github.com/apache/incubator-mxnet in…
TaoLv f809527
dnnl v1.2.2
TaoLv File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Submodule mkldnn
updated
from cb2cc7 to 8e96ef
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
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
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
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.
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.
Where can we get this number? Or do we need to calculate this number manually when upgrading to a new version of DNNL?
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.
We need print this flag in cpp to get the value. This test was design to notify us if there are new formats added to dnnl so we need carefully check if these new formats break any integration code or the integration code need be improved to handle them.