- 10 Jul, 2020 1 commit
-
-
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 1 commit
-
-
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>
-
- 04 Jul, 2020 2 commits
-
-
xiang song(charlie.song) authored
* Fix hetero serialize * Add test case y Co-authored-by:
Ubuntu <ubuntu@ip-172-31-51-214.ec2.internal> Co-authored-by:
Jinjing Zhou <VoVAllen@users.noreply.github.com>
-
xiang song(charlie.song) authored
* Compile OK * Fix compile * Explore reverse to heterograph_indx and add python test code * lint * Fix some bug * Fix bug * upd * Fix * fix lint * Fix * Fix * test * triger * Fix * upd * add TODO * upd Co-authored-by:
Ubuntu <ubuntu@ip-172-31-51-214.ec2.internal> Co-authored-by:
Zihao Ye <expye@outlook.com> Co-authored-by:
Jinjing Zhou <VoVAllen@users.noreply.github.com>
-
- 02 Jul, 2020 1 commit
-
-
Quan (Andy) Gan authored
* neighbor sampler data loader first commit * more commit * nodedataloader * fix * update RGCN example * update OGB * fixes * fix minibatch RGCN crashing with self loop * reverting gatconv test code * fix * change to new solution that doesn't require tf dataloader * fix * lint * fix * fixes * change doc * fix docstring * docstring fixes * return seeds and input nodes from data loader * fixes * fix test * fix windows build problem * add pytorch wrapper * fixes * add pytorch wrapper * add unit test * add -1 support to sample_neighbors & fix docstrings * docstring fix * lint * add minibatch rgcn evaluations Co-authored-by:
xiang song(charlie.song) <classicxsong@gmail.com> Co-authored-by:
Tong He <hetong007@gmail.com>
-
- 30 Jun, 2020 1 commit
-
-
Jinjing Zhou authored
* 111 * add history version test * fix * 111 * save * `` * fix1 * 111 * add save heterograph * lint * lint * add tests * minor fix * fix * docs * add format tets * use unique_ptr * fix * fix interface * 111 * 111 * fix * lint * fix * add support to s3 * fix * fix * fix leak * fix * fix docs * fix * linlt * fix * fix * fix * address comment * address comment Co-authored-by:
Minjie Wang <wmjlyjemaine@gmail.com> Co-authored-by:
xiang song(charlie.song) <classicxsong@gmail.com>
-
- 28 Jun, 2020 5 commits
-
-
Mufei Li authored
* Fix (#1) * Update * Fix * Fix * Update * Fix * Fix * Fix * Fix * Fixg * Fix * Fix * Fix * Fix * Fix * Fix * Fix * Fix * Add test case * Trigger CI (#2) * Update * Fix * Fix * Update * Fix * Fix * Fix * Fix * Fixg * Fix * Fix * Fix * Fix * Fix * Fix * Fix * Fix * Add test case * test * Fix (#3) * Update * Fix * Fix * Update * Fix * Fix * Fix * Fix * Fixg * Fix * Fix * Fix * Fix * Fix * Fix * Fix * Fix * Add test case * test * Fix * Fix * Roll back * Roll back * CI Co-authored-by:Minjie Wang <wmjlyjemaine@gmail.com>
-
xiang song(charlie.song) authored
* start * coo csr union partition * lint * lint * lint * Add matrix->data transform * update * Fix window compile * Add CSR support for DisjointPartition * lint * Fix * Use IdArray Op * Concat ready * Fix and all pass * resolve comments * Add union COO C++ test * Add C++ test for csr * lint * triger * Update include * Fix merge * test Co-authored-by:Ubuntu <ubuntu@ip-172-31-51-214.ec2.internal>
-
xiang song(charlie.song) authored
* dgl.subgraph support using Bool mask tensor * support numpy boo tensor and add some test * Update * Fix docstring Co-authored-by:Ubuntu <ubuntu@ip-172-31-51-214.ec2.internal>
-
Minjie Wang authored
* add cub; array cumsum * CSRSliceRows * fix warning * operator << for ndarray; CSRSliceRows * add CSRIsSorted * add csr_sort * inplace coosort and outplace csrsort * WIP: coo is sorted * mv cuda_utils * add AllTrue utility * csr sort * coo sort * coo2csr for sorted coo arrays * CSRToCOO from sorted * pass tests for the new kernel changes * cannot use inplace sort * lint * try fix msvc error * Fix g.copy_to and g.asnumbits; ToBlock no longer uses CSC * stash * revert some hack * revert some changes * address comments * fix * fix to_block unittest * add todo note
-
Da Zheng authored
* add constraint. * fix bugs. * temp fix. * fix lint * add balance_ntypes and balance_edges * add comments. * fix. * fix
-
- 26 Jun, 2020 2 commits
-
-
Da Zheng authored
* Fix bugs in partitioning. * add comment. * fix lint. * fix test. * add more tests. * simplify the fix * fix.
-
xiang song(charlie.song) authored
* g.edata and g.ndata support multiple ntype and etype * Add test case * support g.srcdata and g.dstdata * Fix test * lint * Fix * Fix some comments * lint Co-authored-by:
Ubuntu <ubuntu@ip-172-31-51-214.ec2.internal> Co-authored-by:
Mufei Li <mufeili1996@gmail.com>
-
- 23 Jun, 2020 2 commits
-
-
Mufei Li authored
-
Quan (Andy) Gan authored
* fix #1641 * lint
-
- 22 Jun, 2020 1 commit
-
-
Zihao Ye authored
* udp * simplify * sddmm dot cpu * upd * format * upd * compatible with MJ's PR * lint * upd * upd * upd * python end * upd * upd * lint * lint * upd * upd * upd * upd * upd * lint * fix mxnet * upd * lint * use minjie's ptr * macro * upd * reorg * lint * fix corner cases * upd * enrich cpu docs * upd * upd * lint * lint * pylint * sx review * improve docstring * python doc * upd * restructure * lint * upd test * upd * pylint * fix corner cases and test
-
- 19 Jun, 2020 2 commits
-
-
Minjie Wang authored
* add cuda utils; change g.to; add g.device * split array.h into several headers * cuda index select * file * three cuda kernels * add cuda elementwise arith and several others * cuda CSRIsNonZero * fix lint * lint * lint * fix bug in changing ctx to property * address comments * remove unused codes * address comments
-
xiang song(charlie.song) authored
* traversal to new framework * add new * Fix compile * Pass test * keep old version * lint * lint * Fix * Fix * Fix compatability with new master * Fix test and tutorials * Update according to comments * Fix test Co-authored-by:Ubuntu <ubuntu@ip-172-31-51-214.ec2.internal>
-
- 18 Jun, 2020 1 commit
-
-
Qidong Su authored
* update * update * update * update * update * update * backward compatibility * update * update * update * update * update * test * test * update * update * update * update * update * update Co-authored-by:Jinjing Zhou <VoVAllen@users.noreply.github.com>
-
- 15 Jun, 2020 2 commits
-
-
Da Zheng authored
* add reorder immutable graph. * add python API. * add reorder for csr. * remove gk version. * fix * add cpp test. * bug fixes * fix tests. * fix bugs and add check * fix test. * add omp. * add comments. * add coo reorder. * fix a bug. * handle reorder for different graph structues. * fix lint. * fix. * add original ids. * reshuffle nodes before metis partition. * inner nodes are in contiguous Id range. * reshuffle nodes/edges when partitioning. * load partition return graph partition book. * use inner_node/inner_edges * add and test range partition book. * count inner_edge correctly. * fix lint. * fix lint. * fix lint. * fix errors. * fix errors. * fix for TF. * fix. * fix. * change docstring. * support logical and. * add comments. * avoid copy. * fix * update docstring. * fix a bug. * add range search. * fix * fix a bug. * add more tests. * load graph partition book. * support shared memory for range partition book. * fix a bug. * fix. * fix lint. * remove check * fix test. * remove num_nodes and num_edges * fix lint. * fix graph partition book. * address comments. * use makedirs. * fix compile Co-authored-by:
xiang song(charlie.song) <classicxsong@gmail.com> Co-authored-by:
Chao Ma <mctt90@gmail.com>
-
Quan (Andy) Gan authored
-
- 11 Jun, 2020 3 commits
-
-
Mufei Li authored
* Improve error message * Fix * Fix Co-authored-by:Jinjing Zhou <VoVAllen@users.noreply.github.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
-
- 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
-
- 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 2 commits
-
-
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>
-
- 08 May, 2020 2 commits
-
-
Zihao Ye authored
* fix * upd * upd * upd * upd * clone * upd Co-authored-by:Minjie Wang <wmjlyjemaine@gmail.com>
-
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>
-
- 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
-