"git@developer.sourcefind.cn:OpenDAS/ollama.git" did not exist on "56497663c8bc7de73f4ff8d53235664a044c9d95"
- 28 Jun, 2020 7 commits
-
-
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
-
Quan (Andy) Gan authored
-
Quan (Andy) Gan authored
-
Quan (Andy) Gan authored
* fix debug compilation * fix * revert
-
Da Zheng authored
* add train_dist. * Fix sampling example. * use distributed sampler. * fix a bug in DistTensor. * fix distributed training example. * add graph partition. * add command * disable pytorch parallel. * shutdown correctly. * load diff graphs. * add ip_config.txt. * record timing for each step. * use ogb * add profiler. * fix a bug. * add train_dist. * Fix sampling example. * use distributed sampler. * fix a bug in DistTensor. * fix distributed training example. * add graph partition. * add command * disable pytorch parallel. * shutdown correctly. * load diff graphs. * add ip_config.txt. * record timing for each step. * use ogb * add profiler. * add Ips of the cluster. * fix exit. * support multiple clients. * balance node types and edges. * move code. * remove run.sh * Revert "support multiple clients." * fix. * update train_sampling. * fix. * fix * remove run.sh * update readme. * update readme. * use pytorch distributed. * ensure all trainers run the same number of steps. * Update README.md Co-authored-by:Ubuntu <ubuntu@ip-172-31-16-250.us-west-2.compute.internal>
-
Da Zheng authored
* add constraint. * fix bugs. * temp fix. * fix lint * add balance_ntypes and balance_edges * add comments. * fix. * fix
-
Hao Xiong authored
* ogb-deepwalk * update readme * update readme * update readme * update readme * ogbl-ddi * readme * citation&ppa Co-authored-by:xiang song(charlie.song) <classicxsong@gmail.com>
-
- 27 Jun, 2020 2 commits
-
-
Hao Xiong authored
* ogb-deepwalk * update readme * update readme * update readme * update readme * ogbl-ddi * readme Co-authored-by:xiang song(charlie.song) <classicxsong@gmail.com>
-
Da Zheng authored
* optimize sampling neighbors from the local partition. * fix minior bugs. * fix lint * overlap local sampling and remote sampling. * fix. * fix lint. * fix a potential bug. Co-authored-by:Chao Ma <mctt90@gmail.com>
-
- 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>
-
- 25 Jun, 2020 1 commit
-
-
Hao Xiong authored
* ogb-deepwalk * update readme * update readme * update readme * update readme Co-authored-by:xiang song(charlie.song) <classicxsong@gmail.com>
-
- 24 Jun, 2020 2 commits
-
-
Da Zheng authored
* fix a bug. * add msg for assert
-
Axel Nilsson authored
* New version for the convolutional layer * Minor changes * Minor changes * Update python/dgl/nn/pytorch/conv/chebconv.py Co-authored-by:
Zihao Ye <zihaoye.cs@gmail.com> * Resolved variable miss-naming, import simplifying and raising warning * Added dg_warnings instead of warnings.warn * add doc * upd * upd Co-authored-by:
Zihao Ye <zihaoye.cs@gmail.com> Co-authored-by:
yzh119 <expye@outlook.com>
-
- 23 Jun, 2020 6 commits
-
-
Quan (Andy) Gan authored
-
Quan (Andy) Gan authored
-
Chao Ma authored
* update * update * update * update * update
-
Mufei Li authored
-
Zihao Ye authored
* upd * upd to_hetero
-
Quan (Andy) Gan authored
* fix #1641 * lint
-
- 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.
-