1. 07 Feb, 2022 2 commits
  2. 03 Feb, 2022 1 commit
  3. 30 Jan, 2022 3 commits
    • Rhett Ying's avatar
      [Fix] sleep for a while when launching clients which will connect to … (#3704) · 9c8c162a
      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
      9c8c162a
    • Quan (Andy) Gan's avatar
      [Sampling] New sampling pipeline plus asynchronous prefetching (#3665) · 701b4fcc
      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
      701b4fcc
    • Minjie Wang's avatar
      [Data] Utility function and class for converting a dataset for node prediction (#3695) · 5152a879
      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
      5152a879
  4. 29 Jan, 2022 1 commit
  5. 28 Jan, 2022 5 commits
  6. 27 Jan, 2022 1 commit
  7. 26 Jan, 2022 3 commits
  8. 25 Jan, 2022 4 commits
  9. 23 Jan, 2022 3 commits
  10. 22 Jan, 2022 1 commit
  11. 21 Jan, 2022 4 commits
  12. 20 Jan, 2022 1 commit
  13. 19 Jan, 2022 3 commits
  14. 18 Jan, 2022 1 commit
  15. 17 Jan, 2022 3 commits
  16. 15 Jan, 2022 1 commit
  17. 13 Jan, 2022 2 commits
  18. 11 Jan, 2022 1 commit
    • Andrew's avatar
      [Feature] method for merging graphs into graphs (#3522) · 7f83d745
      Andrew authored
      
      
      * Added graph updating method and tests. resolves #3488
      
      * removed spaces around named args
      
      * customizing indices for graph's idtype and ctx
      
      * changing torch ops to generic backend ops
      
      * changing tensors to np arrays
      
      * created dgl merge function and tests
      
      * Changed per-graph edge updates to single ag update
      
      * removed update method and tests
      
      * reformat newlines & spaces
      
      * concatenating in one-shot instead of iteratively
      Co-authored-by: default avatarMufei Li <mufeili1996@gmail.com>
      Co-authored-by: default avatarQuan (Andy) Gan <coin2028@hotmail.com>
      7f83d745