This is an automated email from the ASF dual-hosted git repository.
kellen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git.
from 554b196 Rebase #13757 to master (#15189)
add 6a564be cuda/cuDNN lib version checking. Force cuDNN v7 usage.
(#15449)
No new revisions were added by this update.
Summary of changes:
docs/faq/env_var.md | 10 +++++
include/mxnet/resource.h | 8 ++--
src/common/cuda_utils.cc | 105 +++++++++++++++++++++++++++++++++++++++++++++++
src/common/cuda_utils.h | 27 ++++++++++++
src/resource.cc | 22 +++++-----
5 files changed, 158 insertions(+), 14 deletions(-)
create mode 100644 src/common/cuda_utils.cc