You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by sa...@apache.org on 2020/09/17 16:40:15 UTC

[incubator-mxnet] branch v1.x updated (039fef9 -> 620d058)

This is an automated email from the ASF dual-hosted git repository.

samskalicky pushed a change to branch v1.x
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git.


    from 039fef9  Fix the error of gradient of np.pad (#19044) (#19167)
     add 620d058  [v1.x] Add new CI pipeline for building and testing with cuda 11.0. (#19149)

No new revisions were added by this update.

Summary of changes:
 ...sorrt => Dockerfile.build.ubuntu_build_cuda110} | 17 +++++---
 ...pu_python => Dockerfile.build.ubuntu_gpu_cu110} | 13 ++----
 ci/docker/install/ubuntu_cudnn.sh                  | 32 ++++++++++-----
 ci/docker/runtime_functions.sh                     | 33 +++++++++++++++
 ci/jenkins/Jenkins_steps.groovy                    | 48 ++++++++++++++++++++++
 ci/jenkins/Jenkinsfile_full                        |  1 +
 ...sfile_centos_gpu => Jenkinsfile_unix_gpu_cu110} | 11 ++---
 7 files changed, 124 insertions(+), 31 deletions(-)
 copy ci/docker/{Dockerfile.build.ubuntu_gpu_tensorrt => Dockerfile.build.ubuntu_build_cuda110} (73%)
 copy ci/docker/{Dockerfile.build.ubuntu_cpu_python => Dockerfile.build.ubuntu_gpu_cu110} (84%)
 copy ci/jenkins/{Jenkinsfile_centos_gpu => Jenkinsfile_unix_gpu_cu110} (89%)