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 |
|
Minjie Wang
|
b0d9e7aa43
|
[Refactor] Separating graph and sparse matrix operations (#699)
* WIP: array refactoring
* WIP: implementation
* wip
* most csr part
* WIP: on coo
* WIP: coo
* finish refactoring immutable graph
* compiled
* fix undefined ndarray copy bug; add COOToCSR when coo has no data array
* fix bug in COOToCSR
* fix bug in CSR constructor
* fix bug in in_edges(vid)
* fix OutEdges bug
* pass test_graph
* pass test_graph
* fix bug in CSR constructor
* fix bug in CSR constructor
* fix bug in CSR constructor
* fix stupid bug
* pass gpu test
* remove debug printout
* fix lint
* rm biparate grpah
* fix lint
* address comments
* fix bug in Clone
* cpp utests
|
2019-07-17 17:49:38 -04: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 |
|
Chao Ma
|
7bdc16197f
|
add network cpp test (#565)
|
2019-05-26 13:46:37 +08:00 |
|
VoVAllen
|
de54891fc8
|
[Test] Add gtest to project (#547)
* add gtest module
* add gtest
* fix
* Update CMakeLists.txt
* Update README.md
|
2019-05-24 15:15:47 +08:00 |
|