You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by aa...@apache.org on 2019/10/10 22:21:24 UTC

[incubator-mxnet] branch master updated (a2018ba -> 56e1bef)

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

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


    from a2018ba  cuDNN non-persistant bidirectional RNN dgrad sync fix (#16391)
     add 56e1bef  Adds PyPI CD Pipeline (#16190)

No new revisions were added by this update.

Summary of changes:
 cd/Jenkinsfile_cd_pipeline                         |  4 +
 cd/Jenkinsfile_utils.groovy                        | 73 ++++++++++++++++++
 cd/README.md                                       |  8 ++
 cd/python/pypi/Jenkins_pipeline.groovy             | 78 +++++++++++++++++++
 cd/python/pypi/README.md                           | 43 +++++++++++
 cd/python/pypi/pypi_package.sh                     | 60 +++++++++++++++
 cd/python/pypi/pypi_publish.py                     | 87 ++++++++++++++++++++++
 ci/docker/runtime_functions.sh                     | 44 +++++++++++
 tools/pip/doc/CPU_ADDITIONAL.md                    |  6 +-
 tools/pip/doc/CU100MKL_ADDITIONAL.md               |  4 +-
 tools/pip/doc/CU100_ADDITIONAL.md                  |  4 +-
 ...U91MKL_ADDITIONAL.md => CU101MKL_ADDITIONAL.md} | 10 ++-
 .../{CU91_ADDITIONAL.md => CU101_ADDITIONAL.md}    | 10 ++-
 tools/pip/doc/CU75MKL_ADDITIONAL.md                |  6 +-
 tools/pip/doc/CU75_ADDITIONAL.md                   |  6 +-
 tools/pip/doc/CU80MKL_ADDITIONAL.md                |  6 +-
 tools/pip/doc/CU80_ADDITIONAL.md                   |  6 +-
 tools/pip/doc/CU90MKL_ADDITIONAL.md                |  6 +-
 tools/pip/doc/CU90_ADDITIONAL.md                   |  6 +-
 tools/pip/doc/CU92MKL_ADDITIONAL.md                |  6 +-
 tools/pip/doc/CU92_ADDITIONAL.md                   |  6 +-
 tools/pip/doc/MKL_ADDITIONAL.md                    |  6 +-
 tools/pip/setup.py                                 | 14 +++-
 23 files changed, 465 insertions(+), 34 deletions(-)
 create mode 100644 cd/python/pypi/Jenkins_pipeline.groovy
 create mode 100644 cd/python/pypi/README.md
 create mode 100755 cd/python/pypi/pypi_package.sh
 create mode 100755 cd/python/pypi/pypi_publish.py
 rename tools/pip/doc/{CU91MKL_ADDITIONAL.md => CU101MKL_ADDITIONAL.md} (81%)
 rename tools/pip/doc/{CU91_ADDITIONAL.md => CU101_ADDITIONAL.md} (78%)