This repository has been 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.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Port convolutions to cuDNN v8 API (#20635)
* Add failsafe flag to StorageManager Alloc() * Clear sticky cudaErrorMemoryAllocation errors * Make Conv and Deconv cuDNN implementation use v8 API This copies changes I previously implemented in the container. Dick Carter <[email protected]> made a number of improvements and fixes (memory use during auto-tuning, proper time calculation and time limit cutoff in auto-tuning sampler, etc). * Downstandard some C++17 code to C++14 to accommodate CUDA 10 * Relax cuDNN version to 8.0.2 * Use newer cuDNN version in CI * Dont's verify cmake.org certificate * Disable mobilenet inference test * Re-format with the new clang-format config * Fix cpplint after clang-format * Disable fprop eng:5 to fix test failure on M60 * Conv autotune workspaces released via DirectFree() * Address review comments * Pamper clang-format * Fix default heuristics mode logic and document env var * Add doc for MXNET_CUDNN_ALGO_VERBOSE_LEVEL * More review comments Co-authored-by: Dick Carter <[email protected]> Co-authored-by: Vladimir Cherepanov <[email protected]>
- Loading branch information
1 parent
16fed6e
commit 36ed5e0
Showing
25 changed files
with
1,925 additions
and
1,909 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
Oops, something went wrong.