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