"src/vscode:/vscode.git/clone" did not exist on "a326d6111886c4336073e5aa0d7e57cc183f3e84"
- 16 May, 2022 1 commit
-
-
Xin Yao authored
* remove unnecessary induced vertices in EdgeSubgraph * add unit test
-
- 13 May, 2022 2 commits
-
-
Quan (Andy) Gan authored
* fix * revert * Update dataloader.py
-
Rhett Ying authored
-
- 12 May, 2022 1 commit
-
-
nv-dlasalle authored
-
- 11 May, 2022 4 commits
-
-
Vikram Sharma authored
Based on the pull request: https://github.com/dmlc/dgl/pull/3983
-
Vikram Sharma authored
With the emergence of new ISA (like ARM and RISCV) retaining USE_AVX ON default makes the default build instructions fail. Fundamentally DGL does not require the use of AVX for functional working. AVX is mainly needed when to enable optimization. So proposal is to default turn it off and then later during build instructions, folks with AVX capabilities can enable with `cmake .. -DUSE_AVX=ON` Co-authored-by:Zihao Ye <expye@outlook.com>
-
Rhett Ying authored
* [Dist] Enable maximum try times for socket backend via DGL_DIST_MAX_TRY_TIMES * reset env before/after test * print log for info when trying to connect * fix * print log in python instead of cpp
-
Quan (Andy) Gan authored
* rename * Update node_classification.py * more fixes... Co-authored-by:Minjie Wang <wmjlyjemaine@gmail.com>
-
- 10 May, 2022 2 commits
-
-
Rhett Ying authored
-
Xinger authored
Co-authored-by:Rhett Ying <85214957+Rhett-Ying@users.noreply.github.com>
-
- 09 May, 2022 2 commits
-
-
ndickson-nvidia authored
* * Fixed race condition bug in distributed/optim/pytorch/sparse_optim.py's SparseAdam::update, corresponding with the bug fixed in the non-distributed version in https://github.com/dmlc/dgl/pull/3013 , though using the newer Event-based approach from that corresponding function. The race condition would often result in NaNs, like the previously fixed bug. https://github.com/dmlc/dgl/issues/2760 * * Fixed race condition bug in SparseAdagrad::update corresponding with the one fixed in SparseAdam::update in the previous commit. Same info applies. * * Fixed typo in all copies of a repeatedly-copied comment near bug fixed 3 commits ago, checking all implementations nearby for a corresponding bug. (All of them appear to have been fixed as of 2 commits ago.) * * Removed trailing whitespace Co-authored-by:
Quan (Andy) Gan <coin2028@hotmail.com> Co-authored-by:
Rhett Ying <85214957+Rhett-Ying@users.noreply.github.com>
-
Mufei Li authored
-
- 08 May, 2022 1 commit
-
-
Quan (Andy) Gan authored
Co-authored-by:Minjie Wang <wmjlyjemaine@gmail.com>
-
- 07 May, 2022 1 commit
-
-
RecLusIve-F authored
* [Model]P-GNN * updata * [Example]P-GNN * Update README.md * Add NodeFeatureMasking and NormalizeFeatures * Update * Update transforms.rst * Update * Update * Update * Update test_transform.py * Update * Update * Update test_transform.py * Update module.py * Update module.py * Update module.py Co-authored-by:Mufei Li <mufeili1996@gmail.com>
-
- 06 May, 2022 1 commit
-
-
Mufei Li authored
* Update * Update * Fix * Update * CI * Update * Update * Update * Update * Update * Update * Update * Update * Update * Update * Update * Update
-
- 05 May, 2022 2 commits
-
-
Rhett Ying authored
-
Krzysztof Sadowski authored
-
- 29 Apr, 2022 3 commits
-
-
Hengrui Zhang authored
Co-authored-by:
Jinjing Zhou <VoVAllen@users.noreply.github.com> Co-authored-by:
Zihao Ye <expye@outlook.com>
-
Rhett Ying authored
-
Rhett Ying authored
* [BugFix] fix job status in master CI * finalize
-
- 28 Apr, 2022 2 commits
-
-
Rhett Ying authored
* [CI] fix job status * fetch from master
-
Daniil Sizov authored
* PR3355 + CSR conversion workaround * Remove debug code * Fix convention errors * Remove wrongly added code section during merge * Update to reflect dataloading changes * Fix missing changes * Remove comment * Fix linter errors * Fix trailing whitespace * Add wrapper around worker init function Co-authored-by:Quan (Andy) Gan <coin2028@hotmail.com>
-
- 27 Apr, 2022 3 commits
-
-
Rhett Ying authored
* [Feature] enable socket net_type for rpc * fix lint * fix lint * fix build issue on windows * fix test failure on windows * fix test failure * fix cpp unit test failure * net_type blocking max_try_times * fix other comments * fix lint * fix comment * fix lint * fix cpp
-
Quan (Andy) Gan authored
* fix * fix Co-authored-by:Xin Yao <xiny@nvidia.com>
-
Rhett Ying authored
-
- 26 Apr, 2022 1 commit
-
-
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 * Optimizing disjoint union kernel * Trying to resolve compilation issue on CI * [EMPTY] Relevant commit message here * applying revision requests on cpu/disjoint_union.cc * removing unnecessary casts * remove extra space 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> Co-authored-by:
Quan (Andy) Gan <coin2028@hotmail.com>
-
- 25 Apr, 2022 2 commits
-
-
Sharique Shamim authored
Co-authored-by:Mufei Li <mufeili1996@gmail.com>
-
Mufei Li authored
* Update * Update * Update * Update Co-authored-by:Minjie Wang <wmjlyjemaine@gmail.com>
-
- 24 Apr, 2022 1 commit
-
-
Daniil Sizov authored
* Fix benchmark time measurement * Reduce batch size for bench_rgcn_homogeneous_ns am bench_rgcn_homogeneous_ns am data sample size is too small for 1024 batch size Co-authored-by:
Rhett Ying <85214957+Rhett-Ying@users.noreply.github.com> Co-authored-by:
Quan (Andy) Gan <coin2028@hotmail.com>
-
- 23 Apr, 2022 1 commit
-
-
Serge Panev authored
Signed-off-by:
Serge Panev <spanev@nvidia.com> Co-authored-by:
Mufei Li <mufeili1996@gmail.com>
-
- 22 Apr, 2022 2 commits
-
-
Quan (Andy) Gan authored
* fix * oops Co-authored-by:Mufei Li <mufeili1996@gmail.com>
-
Jinjing Zhou authored
refactor CI report and log
-
- 15 Apr, 2022 1 commit
-
-
Quan (Andy) Gan authored
* fix docs * remove * oh * fix
-
- 14 Apr, 2022 1 commit
-
-
WangYQ authored
* add eges example * remove csv files and add data link * Update README.md * Update main.py * Update model.py * Update sampler.py * Update utils.py * Update model.py Co-authored-by:Quan (Andy) Gan <coin2028@hotmail.com>
-
- 13 Apr, 2022 2 commits
-
-
Tong He authored
Co-authored-by:Minjie Wang <wmjlyjemaine@gmail.com>
-
Mufei Li authored
Co-authored-by:Quan (Andy) Gan <coin2028@hotmail.com>
-
- 12 Apr, 2022 4 commits
-
-
Quan (Andy) Gan authored
* enable UVA sampling with CPU indices * add docs * add more docs * lint * fix * fix * better error message * use mp.Barrier instead of queues * revert * revert * oops * revert dgl.multiprocessing.spawn * Update pytorch.py
-
Quan (Andy) Gan authored
* cleaned pl node classification example * conform to PL's method of updating the dataloader * update * lint * fix test * fix
-
nv-dlasalle authored
* Add failing unit test * Fix negative sampler edge types * fix test * oops * revert Co-authored-by:
Minjie Wang <wmjlyjemaine@gmail.com> Co-authored-by:
Quan Gan <coin2028@hotmail.com>
-
Serge Panev authored
Signed-off-by:
Serge Panev <spanev@nvidia.com> Co-authored-by:
Jinjing Zhou <VoVAllen@users.noreply.github.com> Co-authored-by:
Quan (Andy) Gan <coin2028@hotmail.com>
-