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.
Automatic Layout Management (apache#20718)
* Automatic Layout Management Originally authored by Dawid Tracz <dtracz@nvidia.com> * Fix clang-format * Fix clang-format in mshadow * Print layout name instead of a number * Generalize NHWC target layout to other dimensions * Change layout optimization API * Add layout optimization tests * Add backward check to tests * Generalize tests to 1..3 spatial dims * Add NWC layout to ConvolutionParams * Enable layout optimization tests only with cuDNN Co-authored-by: Vladimir Cherepanov <vcherepanov@nvidia.com>
- Loading branch information
Showing
23 changed files
with
737 additions
and
6 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
Oops, something went wrong.