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
[MKLDNN] Enable signed int8 support for convolution. #13697
Merged
Merged
Changes from all commits
Commits
Show all changes
45 commits
Select commit
Hold shift + click to select a range
9ba9d4c
Enable s8s8 support for MKLDNN convolution.
ZhennanQin c642d33
Fix cpp build
ZhennanQin 57c2423
Fix build.
ZhennanQin f3a2dd2
Merge remote-tracking branch 'offical' into s8_conv
ZhennanQin 923b9ee
Fix build
ZhennanQin 5ea756c
Remove openmp min/max reduction for windows build
ZhennanQin d1ba1ad
Add mkldnn_OIhw4i16o4i_s8s8 support
ZhennanQin 7531e98
Add all s8s8 weight format
ZhennanQin a9fca92
Merge branch 'master' into s8_conv
ZhennanQin 3f75e82
Change ssd quantize script.
ZhennanQin 0acd9ce
Update
ZhennanQin 999e54f
Merge remote-tracking branch 'offical/master' into s8_conv
ZhennanQin a713664
Manually cast mshadow shape size to size_t
ZhennanQin 9129b41
Fix merge.
ZhennanQin 159dc11
Fix perl package.
ZhennanQin 3cd9d99
Retrigger CI
ZhennanQin 0b98e94
Fix GPU test
ZhennanQin 989477b
Fix GPU test
ZhennanQin 894f13f
Rerun CI
ZhennanQin 60c16a7
Rerun CI
ZhennanQin 95ab7a1
Rerun CI
ZhennanQin c861cfc
Rerun CI
ZhennanQin 4dacf2f
Remove weight_channelwise_scale from params.
ZhennanQin 0a612e6
Fix
ZhennanQin 1f7fc56
Keep API compatible.
ZhennanQin cffaa05
Rerun CI
ZhennanQin 12d9f1f
Rerun CI
ZhennanQin 807a48c
Rerun CI
ZhennanQin d8442e3
Merge remote-tracking branch 'offical/master' into s8_conv
ZhennanQin 905b144
Merge remote-tracking branch 'offical/master' into s8_conv
ZhennanQin 62e3fc0
Rerun CI
ZhennanQin 69a6e28
Address comments.
ZhennanQin bf655e2
fix.
ZhennanQin e3a8d0a
Address debug build.
ZhennanQin d58311b
Add comment for next_impl
ZhennanQin 93295ab
Rerun ci
ZhennanQin eae2557
Add new api MXExecutorSetMonitorCallbackEX
ZhennanQin 11217c2
Add default value for monitor_all for cpp header.
ZhennanQin bfc91a6
Rerun CI
ZhennanQin 8932fd1
Merge remote-tracking branch 'offical' into s8_conv
ZhennanQin fe08128
fix
ZhennanQin 63dfdbf
script change for uint8.
ZhennanQin 0b5e563
Merge remote-tracking branch 'upstream/master' into s8_conv
xinyu-intel 1210b5c
trigger ci
xinyu-intel bff42ff
trigger ci
xinyu-intel 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -65,6 +65,7 @@ __pycache__ | |
| *.d | ||
| cmake-build* | ||
| data | ||
| model | ||
| recommonmark | ||
|
|
||
| # R | ||
|
|
||
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
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.
Uh oh!
There was an error while loading. Please reload this page.