1. 09 Feb, 2024 2 commits
  2. 08 Feb, 2024 1 commit
  3. 06 Feb, 2024 1 commit
  4. 05 Feb, 2024 2 commits
  5. 04 Feb, 2024 1 commit
  6. 01 Feb, 2024 2 commits
  7. 26 Jan, 2024 1 commit
  8. 25 Jan, 2024 1 commit
  9. 12 Dec, 2023 1 commit
  10. 07 Dec, 2023 1 commit
  11. 05 Dec, 2023 1 commit
  12. 21 Nov, 2023 1 commit
  13. 03 Nov, 2023 1 commit
  14. 03 Jul, 2023 1 commit
  15. 15 Jun, 2023 2 commits
  16. 09 Jun, 2023 1 commit
  17. 29 May, 2023 1 commit
  18. 11 May, 2023 1 commit
  19. 24 Mar, 2023 1 commit
  20. 19 Feb, 2023 1 commit
  21. 06 Jan, 2023 2 commits
  22. 21 Dec, 2022 1 commit
  23. 01 Dec, 2022 1 commit
  24. 21 Nov, 2022 1 commit
  25. 17 Nov, 2022 1 commit
  26. 07 Nov, 2022 1 commit
  27. 04 Nov, 2022 1 commit
  28. 01 Nov, 2022 1 commit
  29. 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
  30. 26 Oct, 2022 1 commit
  31. 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
  32. 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
  33. 10 Oct, 2022 1 commit
  34. 30 Sep, 2022 1 commit
  35. 16 Aug, 2022 1 commit