This is an automated email from the ASF dual-hosted git repository.
zhasheng pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git.
from 7cc6700 Add Developer Guide Docs to MXNet Website (#18474)
add e28e9fe BytePS trainer + tests (#18032)
No new revisions were added by this update.
Summary of changes:
ci/docker/Dockerfile.build.ubuntu | 3 +
ci/docker/runtime_functions.sh | 30 +++
ci/jenkins/Jenkins_steps.groovy | 14 ++
ci/jenkins/Jenkinsfile_unix_gpu | 1 +
python/mxnet/kvstore/__init__.py | 1 +
python/mxnet/kvstore/base.py | 9 +-
python/mxnet/kvstore/byteps.py | 260 +++++++++++++++++++++
...ustom.py => dist_device_sync_kvstore_byteps.py} | 52 +++--
8 files changed, 352 insertions(+), 18 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%)