- 09 Feb, 2022 2 commits
-
-
Rhett Ying authored
* enable to launch multiple client groups sequentially * launch simultaneously is enabled * refine docstring * revert unnecessary change * [DOC] add doc for long live server * refine * refine doc * refine doc
-
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 4 commits
-
-
KoyamaSohei authored
Co-authored-by:Jinjing Zhou <VoVAllen@users.noreply.github.com>
-
Jinjing Zhou authored
-
nv-dlasalle authored
* Add unit test * Fix typo Co-authored-by:Jinjing Zhou <VoVAllen@users.noreply.github.com>
-
nv-dlasalle authored
Co-authored-by:Jinjing Zhou <VoVAllen@users.noreply.github.com>
-
- 03 Feb, 2022 1 commit
-
-
Jeremy Goh authored
Co-authored-by:
Quan (Andy) Gan <coin2028@hotmail.com> Co-authored-by:
Mufei Li <mufeili1996@gmail.com>
-
- 30 Jan, 2022 3 commits
-
-
Rhett Ying authored
* [Fix] sleep for a while when launching clients which will connect to multiple servers * pre-allocate more ports * no multiple partitions on single machine
-
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
-
Minjie Wang authored
* add ut * add doc link * install dep * fix ci * fix ut; more comments * remove deprecated attributes in rdf datasets; fix label feature name * address comments * fix ut for other frameworks
-
- 29 Jan, 2022 1 commit
-
-
Mufei Li authored
* Update * Update * Update
-
- 28 Jan, 2022 5 commits
-
-
Quan (Andy) Gan authored
-
Quan (Andy) Gan authored
* migrate to pylint 2.6.0 * fix * fix? * ??? * oops
-
nv-dlasalle authored
Co-authored-by:Quan (Andy) Gan <coin2028@hotmail.com>
-
Rhett Ying authored
-
Rhett Ying authored
* [Fix] too many open files
-
- 27 Jan, 2022 1 commit
-
-
Mufei Li authored
* Update * Update * Fix * Update * Update * Update * Update * Fix * Update * Update * Update * Update * Fix lint * lint * Update * Update * lint fix * Fix CI * Fix * Fix CI * Update * Fix * Update * Update * Update ginconv.py * Update test_nn.py Co-authored-by:Ubuntu <ubuntu@ip-172-31-31-136.us-west-2.compute.internal>
-
- 26 Jan, 2022 3 commits
-
-
Jinjing Zhou authored
-
Jinjing Zhou authored
Fix #3626
-
Rhett Ying authored
* [Feature] long live server for multiple client groups * generate globally unique name for DistTensor within DGL automatically
-
- 25 Jan, 2022 4 commits
-
-
Mufei Li authored
* Update * Update * Fix * Update * Update * Update * Update * Fix * Update * Update * Update * Update * Fix lint * lint * Update * Update * lint fix * Fix CI * Fix * Fix CI * Update * Fix * Update * Update * Augmentation (#10) * Update * PPR * Update * Update * Update * Update * Update * Update * Update * Update * Update * Update * Update * Update * CI * lint * lint * Update * Update * Fix AddEdge * try import * Update * Fix * CI Co-authored-by:
Ubuntu <ubuntu@ip-172-31-31-136.us-west-2.compute.internal> Co-authored-by:
Minjie Wang <wmjlyjemaine@gmail.com>
-
Jinjing Zhou authored
* fix * lint * lint * address comment
-
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>
-
Jeremy Goh authored
* Fix ref to message-passing guide * Fix pygments and spacing * Update build documentation steps in README.md * Use links * Adjust parameters in SAGEConv docstring in same order as init * Fix spelling error * Change doc link
-
- 23 Jan, 2022 3 commits
-
-
Jinjing Zhou authored
Co-authored-by:Mufei Li <mufeili1996@gmail.com>
-
nxznm authored
Co-authored-by:Mufei Li <mufeili1996@gmail.com>
-
Jinjing Zhou authored
* Create stale.yml * Update stale.yml
-
- 22 Jan, 2022 1 commit
-
-
Jinjing Zhou authored
Co-authored-by:Zihao Ye <expye@outlook.com>
-
- 21 Jan, 2022 4 commits
-
-
Zekuan (Kay) Liu authored
Co-authored-by:zhjwy9343 <6593865@qq.com>
-
Minjie Wang authored
[Distributed] Fix a typo in readme
-
Minjie Wang authored
-
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 * eliminate extra context parameter for pin/unpin * fix linting * fix typo * disable new format materialization for pinned graphs * update python doc for pin_memory_ * fix unit test * update doc * change unitgraph and heterograph's PinMemory to in-place * update comments for NDArray's PinMemory_ and PinData * update doc Co-authored-by:Jinjing Zhou <VoVAllen@users.noreply.github.com>
-
- 20 Jan, 2022 1 commit
-
-
Da Zheng authored
Co-authored-by:Minjie Wang <minjie.wang@nyu.edu>
-
- 19 Jan, 2022 3 commits
-
-
Da Zheng authored
-
Jinjing Zhou authored
-
Rhett Ying authored
* [Fix] reduce error msg, refine fetch logic of available ports * un-initialize client before sending shutdown request * fix import error * print connect failure log only in debug mode * enable DMLC_LOG_DEBUG=1 in CI
-
- 18 Jan, 2022 1 commit
-
-
Rhett Ying authored
* [Fix] check and load dependencies when needed * refine rdflib import
-
- 17 Jan, 2022 3 commits
-
-
Quan (Andy) Gan authored
* oops * test
-
Mufei Li authored
* Update * Update * Fix * Update * Update * Update * Update * Fix * Update * Update * Update * Update * Fix lint * lint * Update * Update * lint fix * Fix CI * Fix * Fix CI * Update * Fix * Update * Update * resolve conflict * Fix CI Co-authored-by:Ubuntu <ubuntu@ip-172-31-31-136.us-west-2.compute.internal>
-
Quan (Andy) Gan authored
* fix GPU global negative sampling code * Update negative_sampling.cu
-