- 21 Jun, 2021 3 commits
-
-
Mufei Li authored
* Update * Update * Update * Update * Update * Update * Update * Fix * Update * Fix subgraph tests * Capture stdout for distributed test * Capture stdout for distributed test * Update * Update * Update * Update subgraph.cc Co-authored-by:
Ubuntu <ubuntu@ip-172-31-28-17.us-west-2.compute.internal> Co-authored-by:
Jinjing Zhou <VoVAllen@users.noreply.github.com>
-
Tianjun Xiao authored
-
Kay Liu authored
* [Feature] add positive negative statistics * [Feature] add permission information and fix import problem * fix backend incompatible problem * modify random split to remove sklearn usage * modify file read to remove pandas usage * add datasets into doc * add random seed in data splitting * add dataset unit test * usage permission information update Co-authored-by:zhjwy9343 <6593865@qq.com>
-
- 18 Jun, 2021 1 commit
-
-
Jinjing Zhou authored
* fix * remove nvidiasmi * fix * fix docs * fix * fix
-
- 17 Jun, 2021 1 commit
-
-
zhjwy9343 authored
This reverts commit cba5b188 . Co-authored-by:
Jinjing Zhou <VoVAllen@users.noreply.github.com>
-
- 16 Jun, 2021 7 commits
-
-
nv-dlasalle authored
* Update cmake to build Ampere * Fix version check
-
Jinjing Zhou authored
* add multigpu sage * Fix #2808 * multigpu test * try * fix remote url * fix * Revert "Fix #2808" This reverts commit 19741f7d546df34b33759d8d0c9a85992ebc6118. * add back thread_wrapped_func for backward compatibility * fix * fix multigpu * print nvidia-smi * use new docker image * fix * fix * add ogb mag
-
Kay Liu authored
* [Feature] add positive negative statistics * [Feature] add permission information and fix import problem * fix backend incompatible problem * modify random split to remove sklearn usage * modify file read to remove pandas usage * add datasets into doc Co-authored-by:zhjwy9343 <6593865@qq.com>
-
Da Zheng authored
* add. * fix. * fix. * fix. * fix. * add tests. * support node split and edge split. * support 1 partition. * add tests. * fix. * fix test. * use hierarchical partition. * add check. Co-authored-by:
Zheng <dzzhen@3c22fba32af5.ant.amazon.com> Co-authored-by:
Ubuntu <ubuntu@ip-172-31-22-57.us-west-2.compute.internal> Co-authored-by:
Ubuntu <ubuntu@ip-172-31-71-112.ec2.internal>
-
Hengrui Zhang authored
Co-authored-by:zhjwy9343 <6593865@qq.com>
-
Hengrui Zhang authored
Co-authored-by:Mufei Li <mufeili1996@gmail.com>
-
espylapiza authored
* [Example] GCN on ogbn-arxiv dataset * Add README.md * Update GCN implementation on ogbn-arxiv * Update GCN on ogbn-arxiv * Fix typo * Use evaluator to get results * Fix duplicated * Fix duplicated * Update GCN on ogbn-arxiv * Add GAT for ogbn-arxiv * Update README.md * Update GAT on ogbn-arxiv * Update README.md * Update README * Update README.md * Update README.md * Add GAT implementation for ogbn-proteins * Add GAT implementation for ogbn-proteins * Add GAT implementation for ogbn-proteins * Add GAT implementation for ogbn-proteins * Add GAT implementation for ogbn-proteins * Update examples for ogbn-arxiv * Update examples for ogbn-arxiv * Update examples for ogbn-arxiv * Update examples for ogbn-arxiv * Update examples for ogbn-arxiv * Update examples for ogbn-arxiv * Update examples for ogbn-arxiv * Update examples for ogbn-arxiv * Update examples for ogbn-arxiv * Update examples for ogbn-arxiv * Update examples for ogbn-arxiv * Update examples for ogbn-arxiv * Update examples for ogbn-arxiv * Update examples for ogbn-arxiv * Add examples for ogbn-products. * Update examples for ogbn-proteins. * Update examples for ogbn-proteins. * Update examples for ogbn-proteins. * Update examples for ogbn-proteins. * Update examples for ogbn-proteins. * Update examples for ogbn-proteins. * Update examples for ogbn-proteins. * Update examples for ogbn-proteins. * Update examples for ogbn-proteins. * Update examples for ogbn-products. * Update examples for ogbn-products. * Update examples for ogbn-arxiv. * Update examples for ogbn-arxiv. * Update examples for ogbn-arxiv. * Update examples for ogbn-proteins. * Update examples for ogbn-products. * Update examples for ogbn-proteins. * Update examples for ogbn-arxiv. * Update examples for ogbn-proteins. * Update README.md * [Example] ogbn-arxiv & ogbn-proteins * [Example] ogbn-arxiv & ogbn-proteins * [Example] ogbn-arxiv & ogbn-proteins * [Example] ogbn-arxiv & ogbn-proteins Co-authored-by:
Mufei Li <mufeili1996@gmail.com> Co-authored-by:
Zihao Ye <expye@outlook.com>
-
- 15 Jun, 2021 4 commits
-
-
nv-dlasalle authored
* Fix sparse optimizer to wait on copies to the CPU * Fix linting * Fix typo Co-authored-by:xiang song(charlie.song) <classicxsong@gmail.com>
-
Hengrui Zhang authored
* reformat and update performance * Update README.md * Fix typos Co-authored-by:Mufei Li <mufeili1996@gmail.com>
-
Leonardo Castorina authored
Co-authored-by:Minjie Wang <wmjlyjemaine@gmail.com>
-
Tianqi Zhang (张天启) authored
* add bruteforce impl * add nn descent implementation * change doc-string * remove redundant func * use local rng for cuda * fix lint * fix lint * fix bug * fix bug * wrap nndescent_knn_graph into knn * fix lint * change function names * add comment for dist funcs * let the compiler do the unrolling * use better blocksize setting * remove redundant line * check the return of the cub calls Co-authored-by:Tong He <hetong007@gmail.com>
-
- 14 Jun, 2021 2 commits
-
-
Jinjing Zhou authored
-
Jinjing Zhou authored
* fix #2870 * lint * fix
-
- 13 Jun, 2021 2 commits
-
-
nv-dlasalle authored
[Performance] Perform to_block on the GPU when the dataloader is created with a GPU `device`. (#3016) * add output device for dataloading * Update dataloader * Get sampler device from dataloader * Fix line length * Update examples * Fix to_block GPU for empty relation types * Handle the case where the DistGraph has None for the underlying graph Co-authored-by:Da Zheng <zhengda1936@gmail.com>
-
nv-dlasalle authored
-
- 11 Jun, 2021 3 commits
-
-
Jinjing Zhou authored
* fix gatedgcn * fix lint
-
Tomasz Patejko authored
-
nv-dlasalle authored
* Split from NCCL PR * Fix type in comment * Expand documentation for sparse_all_to_all_push * Restore previous behavior in example * Re-work optimizer to use NCCL based on gradient location * Allow for running with embedding on CPU but using NCCL for gradient exchange * Optimize single partition case * Fix pylint errors * Add missing include * fix gradient indexing * Fix line continuation * Migrate 'first_step' * Skip tests without enough GPUs to run NCCL * Improve empty tensor handling for pytorch 1.5 * Fix indentation * Allow multiple NCCL communicator to coexist * Improve handling of empty message * Update python/dgl/nn/pytorch/sparse_emb.py Co-authored-by:
xiang song(charlie.song) <classicxsong@gmail.com> * Update python/dgl/nn/pytorch/sparse_emb.py Co-authored-by:
xiang song(charlie.song) <classicxsong@gmail.com> * Keepy empty tensor dimensionaless * th.empty -> th.tensor * Preserve shape for empty non-zero dimension tensors * Use shared state, when embedding is shared * Add support for gathering an embedding * Fix typo * Fix more typos * Fix backend call * Use NodeDataLoader to take advantage of ddp * Update training script to share memory * Only squeeze last dimension * Better handle empty message * Keep embedding on the target device GPU if dgl_sparse if false in RGCN example * Fix typo in comment * Add asserts * Improve documentation in example Co-authored-by:
xiang song(charlie.song) <classicxsong@gmail.com>
-
- 10 Jun, 2021 3 commits
-
-
nv-dlasalle authored
* Make multigpu graphsage use whole datset * Specify queeze dimension * Remove squeeze dimension Co-authored-by:Quan (Andy) Gan <coin2028@hotmail.com>
-
Mufei Li authored
* Update * Update * Update * Update * Update * Update * Update * Update * Update * Add files via upload * Add files via upload * Add files via upload * Add files via upload * Update * Update * Add files via upload * Add files via upload * Update * Lint * Add files via upload * Lint * Update * Update * Update * Update * Update * Lint Fix * Lint Co-authored-by:
Ubuntu <ubuntu@ip-172-31-12-161.us-west-2.compute.internal> Co-authored-by:
Jinjing Zhou <VoVAllen@users.noreply.github.com> Co-authored-by:
xiang song(charlie.song) <classicxsong@gmail.com>
-
Ajay Brahmakshatriya authored
* Added a special implementation for MetapathBasedRandomWalkStep for the Uniform randomwalk case * Fixed all linting issues * add comment Co-authored-by:
Quan (Andy) Gan <coin2028@hotmail.com> Co-authored-by:
Da Zheng <zhengda1936@gmail.com>
-
- 09 Jun, 2021 1 commit
-
-
Quan (Andy) Gan authored
* fix compatibility * fix * lint
-
- 08 Jun, 2021 2 commits
-
-
Quan (Andy) Gan authored
* multi-GPU node classification tutorial * Update 2_node_classification.py * fixes * elaborate a bit more * address comments * address comments
-
Theheavens authored
* commit hetgnn * Update README.md * Delete examples/pytorch/hetgnn directory * Update README.md * Update README.md * Update README.md * Revert "Update README.md" This reverts commit 14cdb3da76c58665ff879eae17ecf9eb28b66cce. * Update README.md * Add files via upload * Update README.md * Update README.md
-
- 07 Jun, 2021 2 commits
-
-
Tianjun Xiao authored
-
Tong He authored
* reorg and expose dgl.geometry * fix lint * fix test * fix
-
- 06 Jun, 2021 1 commit
-
-
Tomasz Patejko authored
* [CPU Parallel] implementation of parallel_for with grain size * Create parallel_for.h * Update parallel_for.h Co-authored-by:Quan (Andy) Gan <coin2028@hotmail.com>
-
- 05 Jun, 2021 3 commits
-
-
Kay Liu authored
Co-authored-by:zhjwy9343 <6593865@qq.com>
-
Kay Liu authored
* [Doc] modify the dimension of weight to Numpy broadcasting rule * [Doc] modify the user defined reduce function Co-authored-by:zhjwy9343 <6593865@qq.com>
-
Kay Liu authored
Co-authored-by:
zhjwy9343 <6593865@qq.com> Co-authored-by:
Jinjing Zhou <VoVAllen@users.noreply.github.com>
-
- 04 Jun, 2021 3 commits
-
-
Alex P authored
-
Da Zheng authored
* add init version. * fix build. * fix format. * fix. * fix. * fix format. * update README. * avoid running CI on distributed training tutorials. * Update tutorials/dist/1_node_classification.py Co-authored-by:
xiang song(charlie.song) <classicxsong@gmail.com> * fix. Co-authored-by:
xiang song(charlie.song) <classicxsong@gmail.com>
-
Jinjing Zhou authored
* add * fix * set default * fix * try master * try fix * try * fix * 111 * fix * fix * update * ccc * try * fix * fix * try new machine * fix * fix * fix * Revert "fix" This reverts commit e716d66b046f92fe7ae368947a51a036a7a3188a. * try * more parrallel * use k8s for all * fix name * try not specify instance type * ci * use one yaml * Revert "use one yaml" This reverts commit 717d8d852be39fbf2e2e45f9f224aa97907c372c. * add timeout * fix permission * mount efs * print * fix pvc * fix * restrict num of gpu instances * check * fix * fix
-
- 03 Jun, 2021 2 commits
-
-
Quan (Andy) Gan authored
* make to_heterogeneous and to_homogeneous invertible * docstring * oops Co-authored-by:Jinjing Zhou <VoVAllen@users.noreply.github.com>
-
KounianhuaDu authored
* tahin * readme * readme * readme * readme * readme * readme * main * main * new_line * update Co-authored-by:zhjwy9343 <6593865@qq.com>
-