You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by la...@apache.org on 2020/04/17 17:06:12 UTC

[incubator-mxnet] branch master updated (b01d1dc -> 4a244dc)

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

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


    from b01d1dc  Add gelu fuse ops (#18082)
     add 4a244dc  CI/CD: Remove cuda 9.0, 9.1 (#18087)

No new revisions were added by this update.

Summary of changes:
 cd/Jenkinsfile_cd_pipeline                         |   2 +-
 cd/Jenkinsfile_release_job                         |   2 +-
 cd/README.md                                       |   1 -
 cd/mxnet_lib/static/Jenkins_pipeline.groovy        |   4 +-
 cd/utils/artifact_repository.md                    |   4 +-
 cd/utils/artifact_repository.py                    |   6 +-
 cd/utils/docker_tag.sh                             |   2 +-
 cd/utils/mxnet_base_image.sh                       |   3 -
 ci/docker/Dockerfile.publish.centos7_gpu_cu90      |  43 -----
 ci/docker/runtime_functions.sh                     |   4 +-
 config/distribution/linux_cu90.cmake               |  36 -----
 config/distribution/linux_cu91.cmake               |  36 -----
 .../docker-python/Dockerfile.mxnet.python.gpu.cu90 |  29 ----
 .../Dockerfile.mxnet.python.gpu.cu90.mkl           |  29 ----
 .../Dockerfile.mxnet.python3.gpu.cu90              |  29 ----
 .../Dockerfile.mxnet.python3.gpu.cu90.mkl          |  29 ----
 docker/docker-python/README.md                     |   8 -
 docker/docker-python/build_python_dockerfile.sh    |  21 +--
 .../src/pages/get_started/windows_setup.md         |   4 +-
 make/staticbuild/linux_cu90.mk                     | 180 ---------------------
 make/staticbuild/linux_cu91.mk                     | 180 ---------------------
 tools/pip/doc/CPU_ADDITIONAL.md                    |   1 -
 tools/pip/doc/CU100_ADDITIONAL.md                  |   1 -
 tools/pip/doc/CU101_ADDITIONAL.md                  |   1 -
 tools/pip/doc/CU102_ADDITIONAL.md                  |   1 -
 tools/pip/doc/CU90_ADDITIONAL.md                   |  47 ------
 tools/pip/doc/CU92_ADDITIONAL.md                   |   2 -
 tools/pip/doc/NATIVE_ADDITIONAL.md                 |   1 -
 tools/pip/setup.py                                 |   4 -
 tools/setup_gpu_build_tools.sh                     |  61 -------
 tools/staticbuild/README.md                        |   2 +-
 31 files changed, 15 insertions(+), 758 deletions(-)
 delete mode 100644 ci/docker/Dockerfile.publish.centos7_gpu_cu90
 delete mode 100644 config/distribution/linux_cu90.cmake
 delete mode 100644 config/distribution/linux_cu91.cmake
 delete mode 100644 docker/docker-python/Dockerfile.mxnet.python.gpu.cu90
 delete mode 100644 docker/docker-python/Dockerfile.mxnet.python.gpu.cu90.mkl
 delete mode 100644 docker/docker-python/Dockerfile.mxnet.python3.gpu.cu90
 delete mode 100644 docker/docker-python/Dockerfile.mxnet.python3.gpu.cu90.mkl
 delete mode 100644 make/staticbuild/linux_cu90.mk
 delete mode 100644 make/staticbuild/linux_cu91.mk
 delete mode 100644 tools/pip/doc/CU90_ADDITIONAL.md