- 11 Mar, 2022 1 commit
-
-
nv-dlasalle authored
* Add pure_gpu example of graphsage * move to advanced directory Co-authored-by:Quan Gan <coin2028@hotmail.com>
-
- 10 Mar, 2022 1 commit
-
-
RecLusIve-F authored
* [Model]P-GNN * updata * [Example]P-GNN * Update README.md Co-authored-by:Mufei Li <mufeili1996@gmail.com>
-
- 07 Mar, 2022 1 commit
-
-
Quan (Andy) Gan authored
-
- 03 Mar, 2022 1 commit
-
-
Rhett Ying authored
-
- 01 Mar, 2022 1 commit
-
-
Rhett Ying authored
-
- 28 Feb, 2022 1 commit
-
-
Xin Yao authored
-
- 27 Feb, 2022 1 commit
-
-
Quan (Andy) Gan authored
* huuuuge update * remove * lint * lint * fix * what happened to nccl * update multi-gpu unsupervised graphsage example * replace most of the dgl.mp.process with torch.mp.spawn * update if condition for use_uva case * update user guide * address comments * incorporating suggestions from @jermainewang * oops * fix tutorial to pass CI * oops * fix again Co-authored-by:Xin Yao <xiny@nvidia.com>
-
- 24 Feb, 2022 1 commit
-
-
Mufei Li authored
* Update * Update * Update * Fix * Update * Update * Update * Fix
-
- 23 Feb, 2022 1 commit
-
-
Minjie Wang authored
* WIP: TypedLinear and new RelGraphConv * wip * further simplify RGCN * a bunch of tweak for performance; add basic cpu support * update on segmm * wip: segment.cu * new backward kernel works * fix a bunch of bugs in kernel; leave idx_a for future * add nn test for typed_linear * rgcn nn test * bugfix in corner case; update RGCN README * doc * fix cpp lint * fix lint * fix ut * wip: hgtconv; presorted flag for rgcn * hgt code and ut; WIP: some fix on reorder graph * better typed linear init * fix ut * fix lint; add docstring
-
- 22 Feb, 2022 1 commit
-
-
Quan (Andy) Gan authored
* fix shared memory issue * oops * add explanation * add explanation
-
- 21 Feb, 2022 1 commit
-
-
Quan (Andy) Gan authored
* fixes * fix * more fixes * update * oops * lint? * temporarily revert - will fix in another PR * more fixes * skipping mxnet test * address comments * fix DDP * fix edge dataloader exclusion problems * stupid bug * fix * use_uvm option * fix * fixes * fixes * fixes * fixes * add evaluation for cluster gcn and ddp * stupid bug again * fixes * move sanity checks to only support DGLGraphs * pytorch lightning compatibility fixes * remove * poke * more fixes * fix * fix * disable test * docstrings * why is it getting a memory leak? * fix * update * updates and temporarily disable forkingpickler * update * fix? * fix? * oops * oops * fix * lint * huh * uh * update * fix * made it memory efficient * refine exclude interface * fix tutorial * fix tutorial * fix graph duplication in CPU dataloader workers * lint * lint * Revert "lint" This reverts commit 805484dd553695111b5fb37f2125214a6b7276e9. * Revert "lint" This reverts commit 0bce411b2b415c2ab770343949404498436dc8b2. * Revert "fix graph duplication in CPU dataloader workers" This reverts commit 9e3a8cf34c175d3093c773f6bb023b155f2bd27f. Co-authored-by:
xiny <xiny@nvidia.com> Co-authored-by:
Jinjing Zhou <VoVAllen@users.noreply.github.com>
-
- 17 Feb, 2022 1 commit
-
-
Mufei Li authored
* Update (#5) * Update * Update * Update * Update * Update * Update * Update * Update * Update * Update * Update * Update * Update * FIx * Try * Update * Update * Update * Fix * Update * Fix * Fix * Fix * Fix * Update * Fix * Update * Update * Update * Fix * Fix * Update * Update * Update * Update * Fix * Fix * Fix * Update * Update * Update * Update * Update * Update README.md * Update * Fix * Update * Update * Fix * Fix * Fix * Update * Update * Update Co-authored-by:
Ubuntu <ubuntu@ip-172-31-6-240.us-west-2.compute.internal> * Update * Update * Fix * Update * Update * Update * Fix * Update * Update * Update * Update * Update * Update * CI Co-authored-by:
Ubuntu <ubuntu@ip-172-31-6-240.us-west-2.compute.internal> Co-authored-by:
Ubuntu <ubuntu@ip-172-31-57-123.us-west-2.compute.internal> Co-authored-by:
Quan (Andy) Gan <coin2028@hotmail.com>
-
- 11 Feb, 2022 1 commit
-
-
Jonathan Broadbent authored
* Add RNAGlib to examples and DGL-powered-projects * Add RNAGlib to examples and DGL-powered-projects * Add RNAGlib to examples and DGL-powered-projects
-
- 09 Feb, 2022 1 commit
-
-
Xin Yao authored
* implement pin_memory/unpin_memory/is_pinned for dgl.graph * update python docstring * update c++ docstring * add test * fix the broken UnifiedTensor * XPU_SWITCH for kDLCPUPinned * a rough version ready for testing * eliminate extra context parameter for pin/unpin * update train_sampling * fix linting * fix typo * multi-gpu uva sampling case * disable new format materialization for pinned graphs * update python doc for pin_memory_ * fix unit test * UVA sampling for link prediction * dispatch most csr ops * update graphsage example to combine uva sampling and UnifiedTensor * update graphsage example to combine uva sampling and UnifiedTensor * update graphsage example to combine uva sampling and UnifiedTensor * update doc * update examples * change unitgraph and heterograph's PinMemory to in-place * update examples for multi-gpu uva sampling * update doc * fix linting * fix cpu build * fix is_pinned for DistGraph * fix is_pinned for DistGraph * update graphsage unsupervised example * update doc for gpu sampling * update some check for sampling device switching * fix linting * adapt for new dataloader * fix linting * fix * fix some name issue * adjust device check * add unit test for uva sampling & fix some zero_copy bug * fix linting * update num_threads in graphsage examples Co-authored-by:
Quan (Andy) Gan <coin2028@hotmail.com> Co-authored-by:
Jinjing Zhou <VoVAllen@users.noreply.github.com>
-
- 07 Feb, 2022 1 commit
-
-
Jinjing Zhou authored
-
- 30 Jan, 2022 1 commit
-
-
Quan (Andy) Gan authored
* initial update * more * more * multi-gpu example * cluster gcn, finalize homogeneous * more explanation * fix * bunch of fixes * fix * RGAT example and more fixes * shadow-gnn sampler and some changes in unit test * fix * wth * more fixes * remove shadow+node/edge dataloader tests for possible ux changes * lints * add legacy dataloading import just in case * fix * update pylint for f-strings * fix * lint * lint * lint again * cherry-picking commit fa9f494 * oops * fix * add sample_neighbors in dist_graph * fix * lint * fix * fix * fix * fix tutorial * fix * fix * fix * fix warning * remove debug * add get_foo_storage apis * lint
-
- 25 Jan, 2022 1 commit
-
-
PengZhang authored
* feature: add a parse parameter degree_as_nlabel for pytorch-gin demo * fix some typo * [fix]: allow to benchmark all of the 9 dataset. * [Feature] add epoch number to log * [Feature]:simply list the command lines for all datasets (https://github.com/dmlc/dgl/pull/3676#discussion_r790270705 ) and run a test. * Update README.md Co-authored-by:
Ubuntu <ubuntu@ip-172-31-10-175.ap-northeast-1.compute.internal> Co-authored-by:
Mufei Li <mufeili1996@gmail.com>
-
- 23 Jan, 2022 1 commit
-
-
nxznm authored
Co-authored-by:Mufei Li <mufeili1996@gmail.com>
-
- 21 Jan, 2022 1 commit
-
-
Zekuan (Kay) Liu authored
Co-authored-by:zhjwy9343 <6593865@qq.com>
-
- 20 Jan, 2022 1 commit
-
-
Da Zheng authored
Co-authored-by:Minjie Wang <minjie.wang@nyu.edu>
-
- 19 Jan, 2022 1 commit
-
-
Da Zheng authored
-
- 15 Jan, 2022 1 commit
-
-
Da Zheng authored
Co-authored-by:Ubuntu <ubuntu@ip-172-31-30-164.us-west-2.compute.internal>
-
- 24 Dec, 2021 1 commit
-
-
xcwan authored
* Add nccl backend and fix pad_data function cuda bug * Update train_dist.py * Update train_dist.py Co-authored-by:Jinjing Zhou <VoVAllen@users.noreply.github.com>
-
- 20 Dec, 2021 2 commits
-
-
Zak Jost authored
* Adding initial files of example * Removing old timing code * Improving doc strings and fixing some minor bugs * Merging from upstream and addressing PR comments Co-authored-by:
zakjost <jostza@amazon.com> Co-authored-by:
Mufei Li <mufeili1996@gmail.com>
-
Jinjing Zhou authored
Co-authored-by:Quan (Andy) Gan <coin2028@hotmail.com>
-
- 15 Dec, 2021 1 commit
-
-
Vasimuddin Md authored
* added distgnn plus libra codebase * Dist application codes * added comments in partition code. changed the interface of partitioning call. * updated readme * create libra partitioning branch for the PR * removed disgnn files for first PR * updated kernel.cc * added libra_partition.cc and moved libra code from kernel.cc to libra_partition.cc * fixed lint error; merged libra2dgl.py and main_Libra.py to libra_partition.py; added graphsage/distgnn folder and partition script. * removed libra2dgl.py * fixed the lint error and cleaned the code. * revisions due to PR comments. added distgnn/tools contains partitions routines * update 2 PR revision I * fixed errors; also improved the runtime by 10x. * fixed minor lint error * fixed some more lints * PR revision II changed the interface of libra partition function * rewrite docstring Co-authored-by:Quan (Andy) Gan <coin2028@hotmail.com>
-
- 06 Dec, 2021 1 commit
-
-
Jinjing Zhou authored
* tmp fix * add description
-
- 30 Nov, 2021 1 commit
-
-
Israt Nisa authored
* rgcn with new heterograph API * added new apply_edge() * optimized forward pass * renaming from *hetero to *heteroAPI Co-authored-by:
Israt Nisa <nisisrat@amazon.com> Co-authored-by:
Da Zheng <zhengda1936@gmail.com>
-
- 29 Nov, 2021 1 commit
-
-
Jinjing Zhou authored
-
- 24 Nov, 2021 1 commit
-
-
Rhett Ying authored
-
- 23 Nov, 2021 1 commit
-
-
Harsh Sinha authored
* Fix issue 3527 * Changed default device * Added g to device
-
- 19 Nov, 2021 1 commit
-
-
Mufei Li authored
* Update * Fix
-
- 17 Nov, 2021 1 commit
-
-
Krzysztof Sadowski authored
* upload * cleanup of unused code * default gpu training/inference * layer norm instead of batch norm * fix for default inference mode * simplified embedding forward method Co-authored-by:
xiang song(charlie.song) <classicxsong@gmail.com> Co-authored-by:
Quan (Andy) Gan <coin2028@hotmail.com> Co-authored-by:
Mufei Li <mufeili1996@gmail.com>
-
- 16 Nov, 2021 1 commit
-
-
Quan (Andy) Gan authored
* first commit * next commit * third commit * add ShaDow-GNN sampler and unit tests * fixes * lint * cr*p * lint * fix lint * fixes and more unit tests * more tests * fix docs * lint * fix * fix * fix * fixes * fix doc
-
- 10 Nov, 2021 1 commit
-
-
Yuchen authored
* squeeze node labels in FraudDataset * fix RLModule * update results in README.md * fix KeyError in full graph training Co-authored-by:Jinjing Zhou <VoVAllen@users.noreply.github.com>
-
- 08 Nov, 2021 2 commits
-
-
yifeim authored
* add word_ids and simplify * simplify * add word_ids to be removed later * remove word_ids * seems to work * tweak * transpose word_z * add word_ids example * check api compatibility * improve compatibility * update doc * tweak verbose * restore word_z layout; tweak * tweak * tweak doc * word_cT * use log_weight and some other tweaks * rewrite README * update equations * rewrite for clarity and pass tests * tweak * bugfix import * fix unit test * fix mult to be the same as old versions * tweak * could be a bugfix * 0/0=nan * add doc_subgraph utility function * minor cache optimization * minor cache tweak * add environmental variable to trade cache speed for memory * update README * tweak * add sparse update pass unit test * simplify sparse update * improve low-memory efficiency * tweak * add sample expectation scores to allow resampling * simplify * update comment * avoid edge cases * bugfix pred scores * simplify * add save function Co-authored-by:
Yifei Ma <yifeim@amazon.com> Co-authored-by:
Quan (Andy) Gan <coin2028@hotmail.com> Co-authored-by:
Jinjing Zhou <VoVAllen@users.noreply.github.com>
-
Rhett Ying authored
Remove self-loops and duplicate edges before ParMETIS and restore when converting to DGLGraph (#3472) * save self-loops and duplicated edges separately. * [BugFix] sort graph by dgl.ETYPE * fix bugs in verify script * fix verify logic * refine README Co-authored-by:Da Zheng <zhengda1936@gmail.com>
-
- 03 Nov, 2021 1 commit
-
-
Shaked Brody authored
* [Model][Core] GATv2 * lint * gatv2conv.py * lint * lint * style and docs * lint * gatv2conv fix Co-authored-by:
Shaked Brody shakedbr@campus.technion.ac.il <shakedbr@tangerine.cslcs.technion.ac.il> Co-authored-by:
Mufei Li <mufeili1996@gmail.com>
-
- 26 Oct, 2021 1 commit
-
-
Hongyu Cai authored
-
- 21 Oct, 2021 1 commit
-
-
Xin Yao authored
* gpu compact graph template * cuda compact graph draft * fix typo * compact graphs * pass unit test but fail in training * example using EdgeDataLoader on the GPU * refactor cuda_compact_graph and cuda_to_block * update training scripts * fix linting * fix linting * fix exclude_edges for the GPU * add --data-cpu & fix copyright
-