"...en/git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "7942bb8dc2516e131879a446653db2b219157a3b"
  1. 24 Mar, 2023 1 commit
  2. 19 Feb, 2023 1 commit
  3. 06 Jan, 2023 2 commits
  4. 21 Dec, 2022 1 commit
  5. 01 Dec, 2022 1 commit
  6. 21 Nov, 2022 1 commit
  7. 17 Nov, 2022 1 commit
  8. 07 Nov, 2022 1 commit
  9. 04 Nov, 2022 1 commit
  10. 01 Nov, 2022 1 commit
  11. 29 Oct, 2022 1 commit
    • Quan (Andy) Gan's avatar
      [Sampling] Enable sampling with edge masks in sample_etype_neighbors (#4749) · 2bca4759
      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
      2bca4759
  12. 26 Oct, 2022 1 commit
  13. 17 Oct, 2022 1 commit
    • Rhett Ying's avatar
      [Dist] Reduce peak memory in DistDGL (#4687) · b1309217
      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
      b1309217
  14. 12 Oct, 2022 1 commit
    • Rhett Ying's avatar
      Multiple dist dl sampler (#4704) · 408eba24
      Rhett Ying authored
      * [Dist] enable iterate multiple dist dataloaders simultaneously
      
      * format file
      
      * add support for any number of dataloaders
      
      * fix lint
      
      * refine code
      408eba24
  15. 10 Oct, 2022 1 commit
  16. 30 Sep, 2022 1 commit
  17. 16 Aug, 2022 1 commit
  18. 03 Aug, 2022 1 commit
  19. 01 Aug, 2022 1 commit
  20. 28 Jul, 2022 1 commit
  21. 11 Jul, 2022 2 commits
  22. 20 Jun, 2022 1 commit
  23. 16 Jun, 2022 1 commit
  24. 09 Jun, 2022 1 commit
  25. 08 Jun, 2022 1 commit
  26. 18 May, 2022 1 commit
  27. 11 May, 2022 1 commit
  28. 27 Apr, 2022 1 commit
    • Rhett Ying's avatar
      [Feature] enable socket net_type for rpc (#3951) · 37be02a4
      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
      37be02a4
  29. 24 Mar, 2022 1 commit
  30. 14 Mar, 2022 1 commit
  31. 02 Mar, 2022 1 commit
  32. 30 Jan, 2022 2 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
  33. 28 Jan, 2022 2 commits
  34. 26 Jan, 2022 1 commit
  35. 19 Jan, 2022 2 commits