Chao Ma
|
bdc1e649e0
|
[RPC] Client will retry connection until the server starts. (#1758)
* update
* update
* update
|
2020-07-07 13:34:41 +08:00 |
|
Chao Ma
|
087992f14a
|
update (#1737)
|
2020-07-02 13:35:57 +08:00 |
|
Chao Ma
|
3e69692233
|
[RPC] New RPC infrastructure. (#1549)
* WIP: rpc components
* client & server
* move network package to rpc
* fix include
* fix compile
* c api
* wip: test
* add basic tests
* missing file
* [RPC] Zero copy serializer (#1517)
* zerocopy serialization
* add test for HeteroGraph
* fix lint
* remove unnecessary codes
* add comment
* lint
* lint
* disable pylint for now
* add include for win
* windows guard
* lint
* lint
* skip test on windows
* refactor
* add comment
* fix
* comment
* 1111
* fix
* Update Jenkinsfile
* [RPC] Implementation of RPC infra (#1544)
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* remove client.cc and server.cc
* fix lint
* update
* update
* fix linr
* update
* fix lint
* update
* update
* update
* update
* update
* update
* update test
* update
* update test
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update comment
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* fix lint
* fix lint
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
Co-authored-by: Minjie Wang <wmjlyjemaine@gmail.com>
Co-authored-by: Jinjing Zhou <VoVAllen@users.noreply.github.com>
|
2020-05-22 18:48:37 +08:00 |
|
Chao Ma
|
c3516f1a8e
|
[Network] Refactoring Communicator (#679)
* Refactoring Communicator
* fix lint
* change non-const reference
* add header file
* use MemoryBuffer
* update PR
* fix bug on csr shape
* zero-copy msg_queue
* fix lint
* fix lint
* fix lint
* add header file
* fix windows build error
* fix windows build error
* update
* fix lint
* update
* fix lint
* fix lint
* add more test
* fix windows test
* update windows test
* update windows test
* update windows test
* update
* fix lint
* fix lint
* update
* update
* update
* update
* use STATUS code
* update test
* remove mem_cpy
* fix lint
* update
* finish
* ConstructNFTensor
* add test for deallocator
* update
* fix lint
|
2019-08-05 10:49:25 +08:00 |
|
Chao Ma
|
3a11d26134
|
update (#593)
|
2019-06-03 14:41:58 +08:00 |
|
VoVAllen
|
16af6ebd3b
|
[Test] Add cpp test to CI (#567)
* add cpptest to ci
* try windows
* Update Jenkinsfile
* Update Jenkinsfile
* Update Jenkinsfile
* Update task_cpp_unit_test.bat
* Change localhost to 127.0.0.1
* windows socket gtest
* lint
* Update task_cpp_unit_test.bat
* fix batch script
* export all symbols
* Update Jenkinsfile
* compile once
* try mxnet compact
|
2019-05-30 11:01:16 -04:00 |
|
Chao Ma
|
85f2d1d935
|
[CI] Fix CI for cpp test (#570)
* fix CI for cpp test
* update port number
|
2019-05-26 22:01:35 +08:00 |
|
Chao Ma
|
3d7c3303ac
|
Add unittest for C++ RPC (#566)
|
2019-05-26 14:29:47 +08:00 |
|