You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/10/02 18:41:29 UTC

[GitHub] sbodenstein opened a new pull request #12722: Add support for CUDNN_TENSOR_OP_MATH_ALLOW_CONVERSION

sbodenstein opened a new pull request #12722: Add support for CUDNN_TENSOR_OP_MATH_ALLOW_CONVERSION
URL: https://github.com/apache/incubator-mxnet/pull/12722
 
 
   This PR adds a new environment variable `MXNET_CUDA_TENSOR_OP_MATH_ALLOW_CONVERSION` that lets cuDNN Convolution + RNN use the new (since cuDNN v7.2) support for using [Tensor Cores with Float32 inputs](https://devblogs.nvidia.com/tensor-ops-made-easier-in-cudnn/). It resolves issue #12463, and makes it much easier for users to do a form of mixed-precision training.
   
   @szha 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services