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.
Batching improvements for GEMM/TRSM operators and full MKL usage docs. (
apache#8846) * Batching improvements for GEMM/TRSM operators and full MKL usage docs. * Changed GEMM operator to use gemmStridedBatch CUDA implementation when CUDA is version 8 or higher, otherwise to just do batching manually. * Changed TRSM operator to not use the CUDA batching functionality as it's slower for large matrices. Instead do batching manually. * Added instructions for using a full MKL installation instead of just MKL2017 * Batching improvements for GEMM/TRSM operators and full MKL usage docs. * Changed GEMM operator to use gemmStridedBatch CUDA implementation when CUDA is version 8 or higher, otherwise to just do batching manually. * Changed TRSM operator to not use the CUDA batching functionality as it's slower for large matrices. Instead do batching manually. * Added instructions for using a full MKL installation instead of just MKL2017
- Loading branch information
1 parent
a4288fa
commit a9c0b45
Showing
3 changed files
with
70 additions
and
102 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