1. 19 Oct, 2022 2 commits
  2. 18 Oct, 2022 2 commits
  3. 17 Oct, 2022 2 commits
    • 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
    • Hongzhi (Steve), Chen's avatar
      [Misc] Update PULL_REQUEST_TEMPLATE.md (#4710) · 0a33500c
      Hongzhi (Steve), Chen authored
      * Update PULL_REQUEST_TEMPLATE.md
      
      * Update PULL_REQUEST_TEMPLATE.md
      
      * Update PULL_REQUEST_TEMPLATE.md
      0a33500c
  4. 14 Oct, 2022 1 commit
  5. 13 Oct, 2022 2 commits
  6. 12 Oct, 2022 3 commits
  7. 11 Oct, 2022 2 commits
  8. 10 Oct, 2022 3 commits
  9. 09 Oct, 2022 1 commit
  10. 08 Oct, 2022 6 commits
  11. 03 Oct, 2022 2 commits
    • kylasa's avatar
      ParMETIS wrapper script to enable ParMETIS to process chunked dataset format (#4605) · eae6ce2a
      kylasa authored
      * Creating ParMETIS wrapper script to run parmetis using one script from user perspective
      
      * Addressed all the CI comments from PR https://github.com/dmlc/dgl/pull/4529
      
      * Addressing CI comments.
      
      * Isort, and black changes.
      
      * Replaced python with python3
      
      * Replaced single quote with double quotes per suggestion.
      
      * Removed print statement
      
      * Addressing CI Commets.
      
      * Addressing CI review comments.
      
      * Addressing CI comments as per chime discussion with Rui
      
      * CI Comments, Black and isort changes
      
      * Align with code refactoring, black, isort and code review comments.
      
      * Addressing CI review comments, and fixing merge issues with the master branch
      
      * Updated with proper unit test skip decorator
      eae6ce2a
    • kylasa's avatar
      Edge Feature support for input graph datasets for dist. graph partitioning pipeline (#4623) · 1f471396
      kylasa authored
      * Added support for edge features.
      
      * Added comments and removing unnecessary print statements.
      
      * updated data_shuffle.py to remove compile error.
      
      * Repaled python3 with python to match CI test framework.
      
      * Removed unrelated files from the pull request.
      
      * Isort changes.
      
      * black changes on this file.
      
      * Addressing CI review comments.
      
      * Addressing CI comments.
      
      * Removed duplicated and resolved merge conflict code.
      
      * Addressing CI Comments from Rui.
      
      * Addressing CI comments, and fixing merge issues.
      
      * Addressing CI comments, code refactoring, isort and black
      1f471396
  12. 30 Sep, 2022 6 commits
  13. 29 Sep, 2022 5 commits
  14. 28 Sep, 2022 3 commits