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

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


    from ff234db  Skip test_gluon_data.py on OSX (#17969)
     add c244f9f  [MXNET-#16795] Byteps-KVStore: Intergrate Byteps into mxnet 
as new type of kvstore backend (#17555)

No new revisions were added by this update.

Summary of changes:
 ci/docker/runtime_functions.sh                     |  19 ++
 ci/jenkins/Jenkins_steps.groovy                    |  14 ++
 ci/jenkins/Jenkinsfile_edge                        |   2 +-
 ci/jenkins/Jenkinsfile_unix_gpu                    |   1 +
 python/mxnet/kvstore/__init__.py                   |   1 +
 python/mxnet/kvstore/base.py                       |   9 +-
 python/mxnet/kvstore/byteps.py                     | 255 +++++++++++++++++++++
 ...ustom.py => dist_device_sync_kvstore_byteps.py} |  52 +++--
 tools/byteps_launcher.py                           | 195 ++++++++++++++++
 tools/launch.py                                    |  17 +-
 10 files changed, 545 insertions(+), 20 deletions(-)
 create mode 100644 python/mxnet/kvstore/byteps.py
 copy tests/nightly/{dist_device_sync_kvstore_custom.py => 
dist_device_sync_kvstore_byteps.py} (58%)
 create mode 100644 tools/byteps_launcher.py

Reply via email to