This is an automated email from the ASF dual-hosted git repository.
ptrendx pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git.
from b555b54 [master] CI/CD updates to be more stable (#20740)
add f0ef9d8 Use cuDNN for conv bias and bias grad (#20771)
No new revisions were added by this update.
Summary of changes:
python/mxnet/amp/loss_scaler.py | 6 +-
src/common/cuda/cudnn_cxx.cc | 9 ---
src/common/cuda/cudnn_cxx.h | 10 +++-
src/operator/cudnn_ops.cc | 119 ++++++++++++++++++++++++++++++++++-----
src/operator/cudnn_ops.h | 28 ++++++++-
src/operator/nn/convolution.cu | 46 ++++++++-------
src/operator/nn/deconvolution.cu | 50 +++++++++-------
7 files changed, 201 insertions(+), 67 deletions(-)