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 MKL-DNN dependency #12953
Merged
Merged
Update MKL-DNN dependency #12953
Changes from all commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
0d9b9b7
update mkldnn and fix conv/deconv
TaoLv 6ce7f19
Merge remote-tracking branch 'origin/master' into update-mkldnn
TaoLv 501cccb
fix
TaoLv 7c09f38
fix indent
TaoLv 41da42f
fix cmake
TaoLv 2e3c22f
fix cmake
TaoLv 686445a
Merge remote-tracking branch 'origin/master' into update-mkldnn
TaoLv db3f674
fix cpp test for mkldnn
TaoLv e85139f
fix typo
TaoLv e15141c
Merge remote-tracking branch 'origin/master' into update-mkldnn
TaoLv f905404
fix conficts after merge
TaoLv 1fe9f88
debug: remove 5d test
TaoLv 5412d64
debug: remove 4d test
TaoLv af2f80a
add comments
TaoLv 32551b3
debug: remove 2d test
TaoLv 9ff3687
update mklml in ci
328a22a
fix mklml
7c08742
Revert "fix mklml"
TaoLv 026910f
Revert "update mklml in ci"
TaoLv c90a48d
Revert "debug: remove 2d test"
TaoLv 904a114
Revert "debug: remove 4d test"
TaoLv 030d24a
Revert "debug: remove 5d test"
TaoLv 153b068
debug illegal core dump
39321d5
debug illegal core dump
0062cbe
Revert "debug illegal core dump"
TaoLv cb6f3ab
Revert "debug illegal core dump"
TaoLv 4ffea76
change cmake
TaoLv c8b8d6d
Merge remote-tracking branch 'origin/master' into update-mkldnn
TaoLv 266e31e
Merge remote-tracking branch 'origin/master' into update-mkldnn
TaoLv bf14044
pin mkldnn version to 0.17rc
TaoLv aeb26f1
change format number
TaoLv f48b155
remove include directories in cmake
TaoLv 09a89fc
fix cpp test
TaoLv 3ee4133
Merge remote-tracking branch 'origin/master' into update-mkldnn
TaoLv 0376aa0
address cpplint complaint
TaoLv e1fb6b7
remove comment code
TaoLv a728583
update mkldnn head
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
Submodule mkldnn
updated
from 0e7ca7 to 9910b4
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
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
Oops, something went wrong.
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.
please comment on what the change does.
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.
Also curious about this. Is this an adaptation to an API change in MKLDNN? Doe sit return a list of results now rather than a single value?
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.
Add comments. Yes, MKL-DNN introduced new API to select other implementations.
conv_pdshould have the same data type as before, not a list.next_implis just a member function of it and can change some status of this object.