You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@singa.apache.org by wa...@apache.org on 2016/08/10 05:30:43 UTC

[7/7] incubator-singa git commit: Merge PR #230 of new communcation interface for distributed training.

Merge PR #230 of new communcation interface for distributed training.


Project: http://git-wip-us.apache.org/repos/asf/incubator-singa/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-singa/commit/17bfb196
Tree: http://git-wip-us.apache.org/repos/asf/incubator-singa/tree/17bfb196
Diff: http://git-wip-us.apache.org/repos/asf/incubator-singa/diff/17bfb196

Branch: refs/heads/dev
Commit: 17bfb1967366f693f02fde1aa2828f970ec6b5ce
Parents: 541ad68 45620d5
Author: Wei Wang <wa...@comp.nus.edu.sg>
Authored: Wed Aug 10 13:24:23 2016 +0800
Committer: Wei Wang <wa...@comp.nus.edu.sg>
Committed: Wed Aug 10 13:24:23 2016 +0800

----------------------------------------------------------------------
 CMakeLists.txt                    |  15 +-
 cmake/Templates/singa_config.h.in |   2 +
 include/singa/io/integer.h        |  73 +++
 include/singa/io/network.h        | 171 +++++++
 src/CMakeLists.txt                |   1 +
 src/io/network/endpoint.cc        | 831 +++++++++++++++++++++++++++++++++
 src/io/network/message.cc         |  95 ++++
 test/CMakeLists.txt               |  14 +-
 test/singa/test_convolution.cc    |   4 +
 test/singa/test_ep.cc             | 113 +++++
 10 files changed, 1313 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-singa/blob/17bfb196/CMakeLists.txt
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-singa/blob/17bfb196/cmake/Templates/singa_config.h.in
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-singa/blob/17bfb196/src/CMakeLists.txt
----------------------------------------------------------------------