- 03 Jul, 2023 1 commit
-
-
Rhett Ying authored
-
- 15 Jun, 2023 2 commits
-
-
Rhett Ying authored
-
Rhett Ying authored
-
- 09 Jun, 2023 1 commit
-
-
Rhett Ying authored
-
- 29 May, 2023 1 commit
-
-
Rhett Ying authored
-
- 11 May, 2023 1 commit
-
-
Rhett Ying authored
-
- 24 Mar, 2023 1 commit
-
-
Hongzhi (Steve), Chen authored
Co-authored-by:Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
-
- 19 Feb, 2023 1 commit
-
-
Hongzhi (Steve), Chen authored
* auto-format-test * more * remove --------- Co-authored-by:Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
-
- 06 Jan, 2023 2 commits
-
-
peizhou001 authored
-
peizhou001 authored
-
- 21 Dec, 2022 1 commit
-
-
Serge Panev authored
Signed-off-by:
Serge Panev <spanev@nvidia.com> Signed-off-by:
Serge Panev <spanev@nvidia.com>
-
- 01 Dec, 2022 1 commit
-
-
peizhou001 authored
-
- 21 Nov, 2022 1 commit
-
-
Rhett Ying authored
* [Dist] instantiate NodeDataView in lazy mode * fix test failure * init node/edge data store at the very beginning * fix test failures * refine comment * add more tests
-
- 17 Nov, 2022 1 commit
-
-
Rhett Ying authored
* [Dist] fix is_node check according to policy * add more tests
-
- 07 Nov, 2022 1 commit
-
-
Rhett Ying authored
* [Dist] enable access DistGraph.edges via canonical etype * refine code * refine test * refine code
-
- 04 Nov, 2022 1 commit
-
-
Rhett Ying authored
* [Dist] deprecate etype and always use canonical etype for partition and load * enable canonical etypes in dist part pipeline * resolve rebase conflicts * fix lint * fix test failure * throw exception if outdated part config is loaded * refine * refine * revert unnecessary change * fix typo
-
- 01 Nov, 2022 1 commit
-
-
peizhou001 authored
* add save/load for distributed optimizer Co-authored-by:Ubuntu <ubuntu@ip-172-31-16-19.ap-northeast-1.compute.internal>
-
- 29 Oct, 2022 1 commit
-
-
Quan (Andy) Gan authored
* sample neighbors with masks * oops * refactor again * remove * remove debug code * rename macro * address comments * more stuff * remove * fix * try fix unit test * oops * fix test * oops * change name * rename a lot of stuff * oops * ugh * misc fixes * lint * address a lot of comments * lint * lint * fix * that was silly * fix * fix * fix * oops
-
- 26 Oct, 2022 1 commit
-
-
Rhett Ying authored
* [Dist] reduce startup overhead: enable to save in specified formats * [Dist] reduce startup overhead: sort partitions when generating * sort csc/csr only whenmultiple etypes * refine
-
- 17 Oct, 2022 1 commit
-
-
Rhett Ying authored
* [Dist] Reduce peak memory in DistDGL: avoid validation, release memory once loaded * remove orig_id from ndata/edata for partition_graph() * delete orig_id from ndata/edata in dist part pipeline * reduce dtype size and format before saving graphs * fix lint * ETYPE requires to be int32/64 for CSRSortByTag * fix test failure * refine
-
- 12 Oct, 2022 1 commit
-
-
Rhett Ying authored
* [Dist] enable iterate multiple dist dataloaders simultaneously * format file * add support for any number of dataloaders * fix lint * refine code
-
- 10 Oct, 2022 1 commit
-
-
Hongzhi (Steve), Chen authored
Co-authored-by:Steve <ubuntu@ip-172-31-34-29.ap-northeast-1.compute.internal>
-
- 30 Sep, 2022 1 commit
-
-
Quan (Andy) Gan authored
* first commit * add test * fixes * ah this is how you skip setup * fix * ugh * address comments * i like black
-
- 16 Aug, 2022 1 commit
-
-
Rhett Ying authored
* [Feature] enable graph partition book support canonical etypes * fix lint * fix lint * add todo * refine according to review comments * fix lint * refine naming * revert PartitionPolicy __init__ * refine docstring * fix doc string
-
- 03 Aug, 2022 1 commit
-
-
Rhett Ying authored
-
- 01 Aug, 2022 1 commit
-
-
Rhett Ying authored
-
- 28 Jul, 2022 1 commit
-
-
Rhett Ying authored
* [DistTest] fix incorrect shell if statement * fix incorrect use of dist.initialize()
-
- 11 Jul, 2022 2 commits
-
-
Rhett Ying authored
* [Dist] enable to specify sort_etype for sample_etype_neighbours * fix lint * pass argument instead of env * fix lint and doc string * refine args * remove unnecessary lines * debug only * debug add sort time log * change interface * fix typo Co-authored-by:Xin Yao <xiny@nvidia.com>
-
Rhett Ying authored
* [Dist] format dtypes when loading graph in server * add test * refine * add comments
-
- 20 Jun, 2022 1 commit
-
-
Rhett Ying authored
* [Dist] defer to load node/edge feats * fix lint * Update python/dgl/distributed/partition.py Co-authored-by:
Minjie Wang <minjie.wang@nyu.edu> * Update python/dgl/distributed/partition.py Co-authored-by:
Minjie Wang <minjie.wang@nyu.edu> * fix lint Co-authored-by:
Minjie Wang <minjie.wang@nyu.edu>
-
- 16 Jun, 2022 1 commit
-
-
Rhett Ying authored
* [Dist] set socket as default backend for RPC * add tests both for socket and tensorpipe
-
- 09 Jun, 2022 1 commit
-
-
Rhett Ying authored
-
- 08 Jun, 2022 1 commit
-
-
Rhett Ying authored
* [ist] enable time out when fetching msg * fix lint error * minor refinements * improve minor log * fix dist test * fix timeout issue in tensorpipe
-
- 18 May, 2022 1 commit
-
-
Rhett Ying authored
* [Dist][BugFix] enable sampling on bipartite * add comments for tests
-
- 11 May, 2022 1 commit
-
-
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
-
- 27 Apr, 2022 1 commit
-
-
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
-
- 24 Mar, 2022 1 commit
-
-
Rhett Ying authored
Co-authored-by:Jinjing Zhou <VoVAllen@users.noreply.github.com>
-
- 14 Mar, 2022 1 commit
-
-
Rhett Ying authored
* [BugFix] pass ntype/etype into partition book when node/edge_split * fix test failure * fix test failue on mxnet * fix test failure
-
- 02 Mar, 2022 1 commit
-
-
Rhett Ying authored
-
- 30 Jan, 2022 1 commit
-
-
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
-