- 22 Jun, 2020 4 commits
-
-
Jinjing Zhou authored
* support null ndarray * speed up * placeholder * fix * lint * lint * fix * done * comment * Update sampling.py * Update sampling.py * Update sampling.py Co-authored-by:Da Zheng <zhengda1936@gmail.com>
-
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
-
Jinjing Zhou authored
Co-authored-by:Chao Ma <mctt90@gmail.com>
-
Tong He authored
* commit patch * commit patch * pointnet basic * fix data * reorg * reorg * temp status * remove validate set * add partseg data and model * partseg miou * clean up * fix loss * network definition match paper * fix * fix miou * update data format * fix * fix * working pointnet ssg cls * avoid some pytorch bug * fix script * update hyperparams * add msg module * try different dataset * update new dataset info * quick fix to subgraph * fix speed * update training * update * fix bs * update docstring * update * update * remove parallel reduction in fps * switch to kernel fps, training is 30% faster Co-authored-by:Ubuntu <ubuntu@ip-172-31-20-181.us-west-2.compute.internal>
-
- 21 Jun, 2020 3 commits
-
-
IzabelaMazur authored
Co-authored-by:Da Zheng <zhengda1936@gmail.com>
-
Tong He authored
* working framework without actual algorithm logic * rename * fix * fps passes compilation * correct algorithm * add cuda implementation * update random start * before refactor * pass compilation but cuda not working * working * code working, will add docstring * add mxnet support * update docstring * update doc and test * cpplint * cpcplint * pylint * temporary fix * fix for win64 * fix unitetest * fix * fix * remove comment * move to geometry package * remove redundant include * add docstrings and comments * add proof * add validity check
-
Jinjing Zhou authored
-
- 20 Jun, 2020 2 commits
-
-
xiang song(charlie.song) authored
* Add ogbn-product with GAT with GraphSAGE sampling * Update Readme * Add self loop * update score * Update score * Fix * Update * upd Co-authored-by:
Ubuntu <ubuntu@ip-172-31-34-186.ec2.internal> Co-authored-by:
Jinjing Zhou <VoVAllen@users.noreply.github.com> Co-authored-by:
Zihao Ye <expye@outlook.com>
-
JryonGitHub authored
* fix the bug for knngraph (#1667) * fix the bug for knngraph (#1667) * fix the bug for knngraph (#1667) * fix the bug for knngraph (#1667) * fix the bug for knngraph (#1667) * fix the bug for knngraph (#1667) Co-authored-by:jiruyi <18810981229@gmail.com>
-
- 19 Jun, 2020 3 commits
-
-
Minjie Wang authored
-
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 5 commits
-
-
Jinjing Zhou authored
* fix * test1111 * 111 * 111 * fff * lint * 111 * lint * lint * 111 * fijx * 111 * fix * 111 * commit * 111 * 111 * lint * fix typo * fix * lint * fix * 111 * support mxnet * support mxnet * lint * remove print * fix * fix test. * fix test. * fix test. * try to fix an undetermistic error. Co-authored-by:
Chao Ma <mctt90@gmail.com> Co-authored-by:
Da Zheng <zhengda1936@gmail.com>
-
Da Zheng authored
* support no shared memory. * add test. * add CAPI to check existence of shared memory. * revert the change in src/runtime/ndarray.cc * update docstring. * fix compile.
-
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>
-
Da Zheng authored
* fix a doc for partition_graph. * Update partition.py * fix.
-
Da Zheng authored
* fix a bug. * fix test. * simplify. * fix test. * test edge features. * fix.
-
- 17 Jun, 2020 2 commits
- 16 Jun, 2020 1 commit
-
-
Da Zheng authored
* make pull/push handler per tensor. * update.
-
- 15 Jun, 2020 7 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
-
Quan (Andy) Gan authored
Co-authored-by:
Chao Ma <mctt90@gmail.com> Co-authored-by:
Jinjing Zhou <VoVAllen@users.noreply.github.com>
-
Theofilos Papapanagiotou authored
Co-authored-by:
Quan (Andy) Gan <coin2028@hotmail.com> Co-authored-by:
Chao Ma <mctt90@gmail.com>
-
Minjie Wang authored
* add cuda source * moving codes from kernel2 branch * operator overloading * Better error message for unsupported device * fix c tests * coo sort using cusparse * move test_rpc to distributed * lint * address comments and add utests Co-authored-by:
Jinjing Zhou <VoVAllen@users.noreply.github.com> Co-authored-by:
Chao Ma <mctt90@gmail.com> Co-authored-by:
xiang song(charlie.song) <classicxsong@gmail.com>
-
xiang song(charlie.song) authored
* Add low memory support for relgraphconv y * lint * Add tf support * Fix lint * Fix mxnet * Fix mxnet * Fix * minor fix * Fix Co-authored-by:Ubuntu <ubuntu@ip-172-31-51-214.ec2.internal>
-
Zihao Ye authored
* upd * upd
-
- 13 Jun, 2020 1 commit
-
-
Quan (Andy) Gan authored
-
- 12 Jun, 2020 1 commit
-
-
zhjwy9343 authored
* Add dotproduct attention * [Feature] Add dotproduct attention * [Feature] Add dotproduct attention * [Feature] Add dotproduct attention * [New] Update landing page * [New] Update landing page * [New] Update landing page * [Doc] Update landing page * [Doc] Update landing page * [Doc] Update landing page * [Doc] Update landing page * [Doc] Update landing page * [Doc] Update landing page * [Doc] Update landing page * [Doc] Update landing page Co-authored-by:Jinjing Zhou <VoVAllen@users.noreply.github.com>
-
- 11 Jun, 2020 7 commits
-
-
Mufei Li authored
* Improve error message * Fix * Fix Co-authored-by:Jinjing Zhou <VoVAllen@users.noreply.github.com>
-
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
-
xiang song(charlie.song) authored
Co-authored-by:Minjie Wang <wmjlyjemaine@gmail.com>
-
Jinjing Zhou authored
Co-authored-by:Minjie Wang <wmjlyjemaine@gmail.com>
-
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.
-
- 10 Jun, 2020 2 commits
-
-
xiang song(charlie.song) authored
Co-authored-by:
Ubuntu <ubuntu@ip-172-31-52-181.ec2.internal> Co-authored-by:
Jinjing Zhou <VoVAllen@users.noreply.github.com>
-
Jinjing Zhou authored
-
- 09 Jun, 2020 2 commits