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

[incubator-mxnet] branch master updated (5806200 -> 1c67928)

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 5806200  [DOC] Consistent capitalization: mxnet -> MXNet, scala -> Scala (#16041)
     add 1c67928  [MXNET-1294] Add KVSTORE PushPull API (#15559)

No new revisions were added by this update.

Summary of changes:
 3rdparty/ps-lite                          |  2 +-
 include/mxnet/c_api.h                     | 42 ++++++++++++++++
 include/mxnet/kvstore.h                   | 27 +++++++++++
 python/mxnet/kvstore.py                   | 81 +++++++++++++++++++++++++++++++
 src/c_api/c_api.cc                        | 52 ++++++++++++++++++++
 src/kvstore/kvstore_dist.h                | 75 ++++++++++++++++++++++++++++
 src/kvstore/kvstore_dist_server.h         | 22 ++++++---
 src/kvstore/kvstore_local.h               | 31 ++++++++++++
 tests/nightly/dist_device_sync_kvstore.py | 30 ++++++++----
 9 files changed, 345 insertions(+), 17 deletions(-)