forked from apache/mxnet
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MXNET-105] Fix CuDNN performance after code refactor (apache#10116)
* Reduce #inputs/outputs of batchnorm backward. * Pass more arrays to BN. * Make std::vector thread local. * Set inputs of BN backward for other cases. * Fix for other cases. * remove commented code. * fix a potential mem leak. * Fix a compile error in mkldnn. * Fix an error. * reserve space for std::vector. * Fix alignment. * Fix cpp unit test. * Fix BN CPP unit tests. * Fix a compile error. * Fix compilation error. * Move Op signature. * Cache CuDNN conv op. * Fix compile error. * Fix compile error. * Remove thread_local. * Reduce mem alloc when caching cudnn conv. * Fix a lint error. * Cache CuDNN deconv. * Fix lint error.
- Loading branch information
Showing
18 changed files
with
319 additions
and
217 deletions.
There are no files selected for viewing
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
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
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
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
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
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
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
Oops, something went wrong.