- 11 Jun, 2020 4 commits
-
-
Jinjing Zhou authored
* update * update * update * update * update * update * fix ci using spawn Co-authored-by:aksnzhy <mctt90@gmail.com>
-
Chao Ma authored
* update * update * update * update * update * update * update * update
-
Chao Ma authored
* add send_request_to_machine() * update * update * update * update * update * update * fix lint * update
-
Da Zheng authored
* refactor graph store for new kvstore. * fix kvstore. * fix. * fix lint complains. * add docstring. * small fix in graph partition book. * fix. * remove tests * disable sampling. * Revert "disable sampling." This reverts commit 70451008f61ff1481d5dadbf8bd199470aee559d. * Revert "remove tests" This reverts commit 1394364243bdd73b669abde6193a74e2cda5521d.
-
- 09 Jun, 2020 1 commit
-
-
Chao Ma authored
* remove freeze * update * update * fix lint * update test * update
-
- 04 Jun, 2020 1 commit
-
-
Chao Ma authored
* update * update * update * update * update * update * update * update * update * update * update * update init_data * update server_state * 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 * debug init_data * update * update * update * update * update * update * test get_meta_data * update * update * update * update * update * debug push * update * update * update * update * update * update * update * update * update * use F.reverse_data_type_dict * 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 * 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 * update * update * update * update * update * update * update * update * update * update * fix lint * update * fix lint * update * fix lint * update * update * update * update * fix test * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * set random seed * update
-
- 02 Jun, 2020 1 commit
-
-
Mufei Li authored
* Allow batching graphs with zero nodes and edges * Fix the case without node/edge features * Fix lint
-
- 28 May, 2020 1 commit
-
-
Da Zheng authored
* add tests. * 111 * fix * Update asv.conf.json * fix. * benchmark partition with livejournal. * fix benchmark * fix. * fix. * remove ogb * Revert "Update asv.conf.json" This reverts commit dd327a5564f4ef01795e444e79b17265b9c8b391. * change branch * depend pandas * Revert "change branch" This reverts commit 1d4f93756492a93f2e3cde07229a59a31a8c380b. * Update README.md Co-authored-by:
VoVAllen <jz1749@nyu.edu> Co-authored-by:
Jinjing Zhou <VoVAllen@users.noreply.github.com>
-
- 26 May, 2020 1 commit
-
-
Jinjing Zhou authored
* 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 * Refactor StreamWithBuffer (#1550) * refactor * fix with new interface * remove copy * fix * remove comment Co-authored-by:
Minjie Wang <wmjlyjemaine@gmail.com> Co-authored-by:
Chao Ma <mctt90@gmail.com>
-
- 22 May, 2020 1 commit
-
-
Chao Ma authored
* 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>
-
- 15 May, 2020 1 commit
-
-
Zihao Ye authored
* upd * upd * lint * fix * bloody lint
-
- 14 May, 2020 3 commits
-
-
Da Zheng authored
* fix tests in graph partition book. * implement node_split and edge_split. * fix a bug. * add tests. * remove unnecessary code. * avoid storing graph structure in partition book. * add partition book in DistGraph. * Revert "avoid storing graph structure in partition book." This reverts commit 55b11fbf9293efcae5f8c97e93f1e121399dadae. * small fixes. * add a test for boolean mask vector. * fix test. * fix bugs. * make it work for all different cases. * fix tests. * fix boolean mask * fix for TF * fix for tensorflow. * fix test for TF * only support boolean mask for now. * fix tests. * make the code more readable. * fix test. Co-authored-by:
Chao Ma <mctt90@gmail.com> Co-authored-by:
Jinjing Zhou <VoVAllen@users.noreply.github.com>
-
Zihao Ye authored
* upd * upd * better
-
Zihao Ye authored
* upd * simplify * further simplify * lint * doc * upd * upd * upd * upd * upd * upd * upd * lint * rename format * upd * lint * upd * upd * upd * udp * debug * upd * upd * upd * upd * upd * 无可厚非吧 * 中三边肥 * 你一定要喊吗 * lint * upd * upd * upd * upd * upd * upd * upd * Update unit_graph.h Co-authored-by:
Zihao Ye <yzh119@192.168.0.110> Co-authored-by:
Minjie Wang <wmjlyjemaine@gmail.com> Co-authored-by:
Quan (Andy) Gan <coin2028@hotmail.com>
-
- 11 May, 2020 1 commit
-
-
Jinjing Zhou authored
* Turn to official dlpack * fix * fix
-
- 08 May, 2020 3 commits
-
-
Zihao Ye authored
* fix * upd * upd * upd * upd * clone * upd Co-authored-by:Minjie Wang <wmjlyjemaine@gmail.com>
-
Chao Ma authored
* Add graph-partition-book * update * update * update * update * update * update * update * update * update * update * update * update * udpate * fix lint * update * update * update * update * update * update * update * skip test on GPU * update * update * update * update * update * update * update * fix lint * update * update * update * update * fix unittest * update * update * update * update * update * update * update * update * update * update
-
Jinjing Zhou authored
* 111 * 111 * lint * lint * lint * lint * fix * lint * try * fix * lint * lint * test * fix * ttt * test * fix * fix * fix * mxnet * 111 * fix 64bits computation * pylint * roll back * fix * lint * fix hetero_from_relations * remove index_dtype in to_homo and to_hetero * fix * fix * fix * fix * remove default * fix * lint * fix * fix error message * fix error * lint * macro dispatch * try * lint * remove nbits * error message * fix * fix * lint * lint * lint * fix * lint * fix * fix random walk * lint * lint * fix * fix * fix * lint * fix * lint Co-authored-by:Minjie Wang <wmjlyjemaine@gmail.com>
-
- 06 May, 2020 1 commit
-
-
Da Zheng authored
* add test. * move test code. * remvoe unnecessary test. * fix. * turn on tests for TF. * Revert "move test code." This reverts commit e7b4f36395b2121a7be030bd4364a704d0e357bf. * fix. * fix. * skip test for tensorflow. Co-authored-by:Chao Ma <mctt90@gmail.com>
-
- 03 May, 2020 1 commit
-
-
Da Zheng authored
* initial version from distributed training. This is copied from multiprocessing training. * modify for distributed training. * it's runnable now. * measure time in neighbor sampling. * simplify neighbor sampling. * fix a bug in distributed neighbor sampling. * allow single-machine training. * fix a bug. * fix a bug. * fix openmp. * make some improvement. * fix. * add prepare in the sampler. * prepare nodeflow async. * fix a bug. * get id. * simplify the code. * improve. * fix partition.py * fix the example. * add more features. * fix the example. * allow one partition * use distributed kvstore. * do g2l map manually. * fix commandline. * a temp script to save reddit. * fix pull_handler. * add pytorch version. * estimate the time for copying data. * delete unused code. * fix a bug. * print id. * fix a bug * fix a bug * fix a bug. * remove redundent code. * revert modify in sampler. * fix temp script. * remove pytorch version. * fix. * distributed training with pytorch. * add distributed graph store. * fix. * add metis_partition_assignment. * fix a few bugs in distributed graph store. * fix test. * fix bugs in distributed graph store. * fix tests. * remove code of defining DistGraphStore. * fix partition. * fix example. * update run.sh. * only read necessary node data. * batching data fetch of multiple NodeFlows. * simplify gcn. * remove unnecessary code. * use the new copy_from_kvstore. * update training script. * print time in graphsage. * make distributed training runnable. * use val_nid. * fix train_sampling. * add distributed training. * add run.sh * add more timing. * fix a bug. * save graph metadata when partition. * create ndata and edata in distributed graph store. * add timing in minibatch training of GraphSage. * use pytorch distributed. * add checks. * fix a bug in global vs. local ids. * remove fast pull * fix a compile error. * update and add new APIs. * implement more methods in DistGraphStore. * update more APIs. * rename it to DistGraph. * rename to DistTensor * remove some unnecessary API. * remove unnecessary files. * revert changes in sampler. * Revert "simplify gcn." This reverts commit 0ed3a34ca714203a5b45240af71555d4227ce452. * Revert "simplify neighbor sampling." This reverts commit 551c72d20f05a029360ba97f312c7a7a578aacec. * Revert "measure time in neighbor sampling." This reverts commit 63ae80c7b402bb626e24acbbc8fdfe9fffd0bc64. * Revert "add timing in minibatch training of GraphSage." This reverts commit e59dc8957a414c7df5c316f51d78bce822bdef5e. * Revert "fix train_sampling." This reverts commit ea6aea9a4aabb8ba0ff63070aa51e7ca81536ad9. * fix lint. * add comments and small update. * add more comments. * add more unit tests and fix bugs. * check the existence of shared-mem graph index. * use new partitioned graph storage. * fix bugs. * print error in fast pull. * fix lint * fix a compile error. * save absolute path after partitioning. * small fixes in the example * Revert "[kvstore] support any data type for init_data() (#1465)" This reverts commit 87b6997b . * fix a bug. * disable evaluation. * Revert "Revert "[kvstore] support any data type for init_data() (#1465)"" This reverts commit f5b8039c6326eb73bad8287db3d30d93175e5bee. * support set and init data. * support set and init data. * Revert "Revert "[kvstore] support any data type for init_data() (#1465)"" This reverts commit f5b8039c6326eb73bad8287db3d30d93175e5bee. * fix bugs. * fix unit test. * move to dgl.distributed. * fix lint. * fix lint. * remove local_nids. * fix lint. * fix test. * remove train_dist. * revert train_sampling. * rename funcs. * address comments. * address comments. Use NodeDataView/EdgeDataView to keep track of data. * address comments. * address comments. * revert. * save data with DGL serializer. * use the right way of getting shape. * fix lint. * address comments. * address comments. * fix an error in mxnet. * address comments. * add edge_map. * add more test and fix bugs. Co-authored-by:
Zheng <dzzhen@186590dc80ff.ant.amazon.com> Co-authored-by:
Ubuntu <ubuntu@ip-172-31-6-131.us-east-2.compute.internal> Co-authored-by:
Ubuntu <ubuntu@ip-172-31-26-167.us-east-2.compute.internal> Co-authored-by:
Ubuntu <ubuntu@ip-172-31-16-150.us-west-2.compute.internal> Co-authored-by:
Ubuntu <ubuntu@ip-172-31-16-250.us-west-2.compute.internal> Co-authored-by:
Ubuntu <ubuntu@ip-172-31-30-135.us-west-2.compute.internal>
-
- 02 May, 2020 2 commits
-
-
Chao Ma authored
* fix get-shape * update * update * update * update * update * fix typo * update * update
-
Jinjing Zhou authored
* add functions * fix litn * add unit test * fix * fix * fix * fix * support empty dict * simplify logic * Update tensor_serialize.py
-
- 01 May, 2020 1 commit
-
-
Minjie Wang authored
* add clone function to frame * add utest * replace all local_var with local_scope * fix utest * avoid creating canonical types in __getitem__ * lint * try another utest appraoch for mx * utest
-
- 29 Apr, 2020 1 commit
-
-
Minjie Wang authored
* add bool to F.data_type_dict * add utest * skip bool test for mx
-
- 27 Apr, 2020 2 commits
-
-
Jinjing Zhou authored
* add functions * fix litn * add unit test * fix * fix
-
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 * fix lint * update * Update network.cc Co-authored-by:Da Zheng <zhengda1936@gmail.com>
-
- 26 Apr, 2020 1 commit
-
-
Chao Ma authored
* add init_data on client * update * update * update * update * update * update * update * update * update * update * update * fix lint * fix lint * update * update * update * update * update * update
-
- 20 Apr, 2020 1 commit
-
-
Chao Ma authored
* update * update * update * update * update * update * update * update * update * update * update * update * update * update
-
- 09 Apr, 2020 2 commits
-
-
Mufei Li authored
* Update * Update * Update
-
Da Zheng authored
* deprecate DGL-KE. * Update README.md * remove from CI. * remove tests. Co-authored-by:Zheng <dzzhen@3c22fb0ed81b.ant.amazon.com>
-
- 08 Apr, 2020 1 commit
-
-
Jinjing Zhou authored
* fix * fix * fix * fix * fix * 111 * fix * fix * fix * test * ff * fix * ff * fix * f * merge * fix
-
- 06 Apr, 2020 1 commit
-
-
Quan (Andy) Gan authored
-
- 05 Apr, 2020 1 commit
-
-
Da Zheng authored
* simplify shared memory graph index. * fix. * remove edge_dir in SharedMemGraphStore. * avoid creating shared-mem graph store with from_csr. * simplify from_csr. * add comments. * fix lint. * remove the test. * fix compilation error. * fix a bug. * fix a bug. Co-authored-by:Ubuntu <ubuntu@ip-172-31-16-150.us-west-2.compute.internal>
-
- 03 Apr, 2020 1 commit
-
-
Quan (Andy) Gan authored
* [BUG] Fix #1409 * fix test
-
- 30 Mar, 2020 5 commits
-
-
Quan (Andy) Gan authored
* [Windows] fix compilation issues on vs2015 * fix test
-
Jinjing Zhou authored
* TF backend fix and new logic to choose backend * fix * fix * fix * fix * fix backend * fix * dlpack alignment * add flag * flag * lint * lint * remove unused * several fixes Co-authored-by:Minjie Wang <wmjlyjemaine@gmail.com>
-
Quan (Andy) Gan authored
-
Quan (Andy) Gan authored
-
Quan (Andy) Gan authored
-
- 29 Mar, 2020 1 commit
-
-
Zihao Ye authored
* init gat * fix * gin * 7 nn modules * rename & lint * upd * upd * fix lint * upd test * upd * lint * shape check * upd * lint * address comments * update tensorflow Co-authored-by:
Quan Gan <coin2028@hotmail.com> Co-authored-by:
Jinjing Zhou <VoVAllen@users.noreply.github.com> Co-authored-by:
Minjie Wang <wmjlyjemaine@gmail.com>
-