- 22 Jul, 2020 3 commits
-
-
Jinjing Zhou authored
* metis for hetero * fix partition
-
Da Zheng authored
* add eval. * extend DistTensor. * fix. * add barrier. * add more print. * add more checks in kvstore. * fix lint. * get all neighbors for eval. * reorganize. * fix. * fix. * fix. * fix test. * add reuse_if_exist. * add test for reuse_if_exist. * fix lint. * fix bugs. * fix. * print errors of tcp socket. * support delete tensors. * fix lint. * fix * fix example Co-authored-by:Ubuntu <ubuntu@ip-172-31-19-1.us-west-2.compute.internal>
-
Quan (Andy) Gan authored
-
- 21 Jul, 2020 3 commits
-
-
xiang song(charlie.song) authored
Co-authored-by:Ubuntu <ubuntu@ip-172-31-51-214.ec2.internal>
-
Chao Ma authored
-
Anirudh authored
-
- 20 Jul, 2020 4 commits
-
-
zhengdao-chen authored
* 07132020_cleaned * Update README.md * Create README.md * Update README.md * Update README.md * further cleaning * further cleaning * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md Co-authored-by:
Ubuntu <ubuntu@ip-172-31-51-170.us-west-2.compute.internal> Co-authored-by:
Zihao Ye <expye@outlook.com> Co-authored-by:
Mufei Li <mufeili1996@gmail.com>
-
Chao Ma authored
* exit client * update * update * update * update * update * update * update * update test * update * update * update * update * update * update * update * update * update
-
xiang song(charlie.song) authored
Co-authored-by:Ubuntu <ubuntu@ip-172-31-51-214.ec2.internal>
-
Chao Ma authored
* delete tensor * update * update * update * update * update * update * udpate * update * update * update
-
- 18 Jul, 2020 1 commit
-
-
Da Zheng authored
* save mem. * save mem. * reduce mem * fix test * fix lint * fix test * fix. * fix. * fix. * fix. * fix lint. * fix backend operator. * fix tensorflow operators. * fix. * revert change in mxnet operator. Co-authored-by:Ubuntu <ubuntu@ip-172-31-19-1.us-west-2.compute.internal>
-
- 17 Jul, 2020 4 commits
-
-
Da Zheng authored
Co-authored-by:Ubuntu <ubuntu@ip-172-31-19-1.us-west-2.compute.internal>
-
Da Zheng authored
* fix partition and print timing. * fix lint. Co-authored-by:Ubuntu <ubuntu@ip-172-31-19-1.us-west-2.compute.internal>
-
Quan (Andy) Gan authored
-
Mufei Li authored
* Update README.md * Update README.txt
-
- 16 Jul, 2020 1 commit
-
-
Chao Ma authored
* update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * fix launch script. Co-authored-by:Da Zheng <zhengda1936@gmail.com>
-
- 15 Jul, 2020 4 commits
-
-
xiang song(charlie.song) authored
* code * joint_union * joint union pass all test * test case for test_transform * upd * lint * lint * Fix * list * Fix * Fix * update to_bidirected impl * Fix * Fix * upd * remove joint_union Co-authored-by:Ubuntu <ubuntu@ip-172-31-51-214.ec2.internal>
-
Jinjing Zhou authored
* test * Revert "test" This reverts commit be555b06a9942a3267d173f4be760a04d33be227. * change
-
Da Zheng authored
* add standalone mode * add comments. * add tests for sampling. * fix. * make the code to run the standalone mode * fix * fix * fix readme. * fix. * fix test Co-authored-by:Chao Ma <mctt90@gmail.com>
-
xiang song(charlie.song) authored
* To simple * lint * upd * more test * fix * Fix * Fix * add share edata * doc * Fix * Fix * Fix * Fix * lint * lint * Fix * Fix Co-authored-by:
Ubuntu <ubuntu@ip-172-31-51-214.ec2.internal> Co-authored-by:
Mufei Li <mufeili1996@gmail.com>
-
- 14 Jul, 2020 2 commits
- 13 Jul, 2020 4 commits
-
-
Zihao Ye authored
* upd * upd * upd * relax * relax too * upd
-
Zihao Ye authored
* init * reverse(by minjie * upd * upd * upd * upd * upd * upd * upd * gpu * upd * upd * upd * upd * udp * upd * upd * imidiot * fix * upd * upd * upd * udp * upd * upd * fix * udp * upd * upd * upd * upd * upd * fix * remove redundency * upd * upd * upd * cache * upd * upd * upd * upd * upd * udp * upd * trigger * upd * fix * upd * unused import * upd * upd
-
Quan (Andy) Gan authored
-
xiang song(charlie.song) authored
* reverse * Add more test * Fix lint * Fix * move to transform * upd * upd * upd * Add more test * lint * Fix * Fix doc * Fix * test * doc * Fix Co-authored-by:Ubuntu <ubuntu@ip-172-31-51-214.ec2.internal>
-
- 12 Jul, 2020 1 commit
-
-
Mufei Li authored
-
- 11 Jul, 2020 1 commit
-
-
Mufei Li authored
* Fix * Fix * Fix
-
- 10 Jul, 2020 3 commits
-
-
xiang song(charlie.song) authored
* Fix bug #1779 * Fix Co-authored-by:Ubuntu <ubuntu@ip-172-31-51-214.ec2.internal>
-
Ziniu Hu authored
* add HGT example * Update README.md * Update model.py * Update train_acm.py * Add comments Co-authored-by:Jinjing Zhou <VoVAllen@users.noreply.github.com>
-
xiang song(charlie.song) authored
* line graph * update docstring * Add test and compile OK * Add python API * Fix linty * Fix * Fix * upd * upd * Fix * merge * Fix * fix * upd * lint * Fix Co-authored-by:
Ubuntu <ubuntu@ip-172-31-51-214.ec2.internal> Co-authored-by:
Minjie Wang <wmjlyjemaine@gmail.com>
-
- 09 Jul, 2020 5 commits
-
-
Da Zheng authored
* fix * use utils.toindex in the right place. * fix. * update tensor for mxnet backend. * fix * fix
-
Quan (Andy) Gan authored
* make metis compilable on windows * lint Co-authored-by:Jinjing Zhou <VoVAllen@users.noreply.github.com>
-
mszarma authored
Added handling EINTR signal by retrying when returned value and errno are related to EINTR interrupt error which my appear during tcp function execution. Added information about EAGAIN timeout failure in accept stage. Added printing out errno in logs. Co-authored-by:Chao Ma <mctt90@gmail.com>
-
xiang song(charlie.song) authored
* Matrix union * Pass test * Fix lint * return map for unionCOO/unionCSR * Revert "return map for unionCOO/unionCSR" This reverts commit 28e96c40f0659f02b33d88bcf528af6a6267726d. * Update * lint * lint * Fix doc Co-authored-by:Ubuntu <ubuntu@ip-172-31-51-214.ec2.internal>
-
xiang song(charlie.song) authored
* Matrix to simple * Pass test * new impl * Fix test * Fix lint * trigger * upd * Fix comments Co-authored-by:Ubuntu <ubuntu@ip-172-31-51-214.ec2.internal>
-
- 08 Jul, 2020 1 commit
-
-
Da Zheng authored
* add in_subgraph on DistGraph. * check in more. * fix test. * add comments. * fix test. * update test. * update. * rename. * update comment * fix test
-
- 07 Jul, 2020 1 commit
-
-
Chao Ma authored
* update * update * update
-
- 06 Jul, 2020 2 commits
-
-
xiang song(charlie.song) authored
* minibatch rgcn * minibatch based rgcn * remove ogb * lint * Add sparse emb * Fix * Fix Co-authored-by:
Ubuntu <ubuntu@ip-172-31-51-214.ec2.internal> Co-authored-by:
Ubuntu <ubuntu@ip-172-31-68-185.ec2.internal> Co-authored-by:
Ubuntu <ubuntu@ip-172-31-87-240.ec2.internal>
-
Da Zheng authored
* fix * fix. * update. * fix * add assert Co-authored-by:Chao Ma <mctt90@gmail.com>
-