- 10 Mar, 2022 1 commit
-
-
Quan (Andy) Gan authored
* compatibility to DLPack 0.6 in tensoradapter * fix * oops Co-authored-by:Jinjing Zhou <VoVAllen@users.noreply.github.com>
-
- 08 Mar, 2022 1 commit
-
-
Jinjing Zhou authored
* fix * fix bench * fix * Update bench_rgcn.py * try fix * fix wrong fix * Update bench_rgcn.py
-
- 07 Mar, 2022 1 commit
-
-
Quan (Andy) Gan authored
-
- 06 Mar, 2022 1 commit
-
-
Rhett Ying authored
-
- 04 Mar, 2022 1 commit
-
-
Jinjing Zhou authored
* fix * try mount * what's happening * fix * ci
-
- 03 Mar, 2022 1 commit
-
-
Rhett Ying authored
-
- 02 Mar, 2022 2 commits
-
-
Rhett Ying authored
-
Quan (Andy) Gan authored
-
- 01 Mar, 2022 2 commits
-
-
Quan (Andy) Gan authored
* fix * explain * oops
-
Rhett Ying authored
-
- 28 Feb, 2022 11 commits
-
-
Da Zheng authored
* fix a bug. * Update pylintrc * fix. Co-authored-by:Quan (Andy) Gan <coin2028@hotmail.com>
-
Quan (Andy) Gan authored
* split files * fix
-
Quan (Andy) Gan authored
* Update randomwalk_gpu.cu * Update randomwalk_gpu.cu
-
Xin Yao authored
Co-authored-by:Quan (Andy) Gan <coin2028@hotmail.com>
-
Xin Yao authored
-
Mufei Li authored
* Update nn-pytorch.rst * Update dgl.data.rst * Update dgl.rst
-
Quan (Andy) Gan authored
* fix * raise an error * fix docserver crash
-
Jinjing Zhou authored
* add * remove * fix * rework the readme and some changes * add png * update png * add recipe get * sort recipe list and remove copy * fix Co-authored-by:
Minjie Wang <wmjlyjemaine@gmail.com> Co-authored-by:
Quan (Andy) Gan <coin2028@hotmail.com>
-
Minjie Wang authored
-
Minjie Wang authored
-
Jinjing Zhou authored
* add * remove * fix * rework the readme and some changes * add png * update png * add recipe get Co-authored-by:
Minjie Wang <wmjlyjemaine@gmail.com> Co-authored-by:
Quan (Andy) Gan <coin2028@hotmail.com>
-
- 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>
-
- 25 Feb, 2022 1 commit
-
-
Mufei Li authored
* Update * Update * Update * Update
-
- 24 Feb, 2022 4 commits
-
-
Mufei Li authored
* Update * Update * Update * Fix * Update * Update * Update * Fix
-
Rhett Ying authored
* [Doc] refine docstring and examples for reorder_graph * refine docstring
-
Rhett Ying authored
-
Rhett Ying authored
* add train_idx/val_idx/test_idx as dataset attributes * refine docstring
-
- 23 Feb, 2022 5 commits
-
-
sanchit-misra authored
-
Rhett Ying authored
* toctree typo for dataset adapters * Update docs/source/api/python/dgl.data.rst
-
Rhett Ying authored
* [Fix] be able to parse ids if numeric and non-numeric values are used together * add required package info and cache note into docstring * duplicate node id is not allowed
-
nv-dlasalle authored
Co-authored-by:Minjie Wang <wmjlyjemaine@gmail.com>
-
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>
-
- 18 Feb, 2022 5 commits
-
-
ayasar70 authored
* Based on issue #3436. Improving _SegmentCopyKernel s GPU utilization by switching to nonzero based thread assignment * fixing lint issues * Update cub for cuda 11.5 compatibility (#3468) * fixing type mismatch * tx guaranteed to be smaller than nnz. Hence removing last check * minor: updating comment * adding three unit tests for csr slice method to cover some corner cases * timing repeatkernel * clean * clean * clean * updating _SegmentMaskColKernel * Working on requests: removing sorted array check and adding comments to utility functions * fixing lint issue Co-authored-by:
Abdurrahman Yasar <ayasar@nvidia.com> Co-authored-by:
nv-dlasalle <63612878+nv-dlasalle@users.noreply.github.com> Co-authored-by:
Jinjing Zhou <VoVAllen@users.noreply.github.com>
-
Jinjing Zhou authored
* [Fix] Convert float64 to float32 when creating tensor * fix Co-authored-by:
RhettYing <rhett_ying@qq.com> Co-authored-by:
Rhett Ying <85214957+Rhett-Ying@users.noreply.github.com>
-
Rhett Ying authored
* [Fix] Convert float64 to float32 when creating tensor * refine docstring
-
Jinjing Zhou authored
-
Jinjing Zhou authored
* add * fix * fix * fix * fix * add * add * fix * fix * fix * new loader * fix * fix * fix for 3.6 * fix * add * add receipes and also some bug fixes * fix * fix * fix * fix receipies * allow AsNodeDataset to work on ogb * add ut * many fixes for nodepred-ns pipeline * receipe for nodepred-ns * Update enter/README.md Co-authored-by:
Zihao Ye <zihaoye.cs@gmail.com> * fix layers * fix * fix * fix * fix * fix multiple issues * fix for citation2 * fix comment * fix * fix * clean up * fix Co-authored-by:
Minjie Wang <wmjlyjemaine@gmail.com> Co-authored-by:
Minjie Wang <minjie.wang@nyu.edu> Co-authored-by:
Zihao Ye <zihaoye.cs@gmail.com>
-
- 17 Feb, 2022 1 commit
-
-
Rhett Ying authored
-