1. 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
  2. 30 Sep, 2022 6 commits
  3. 29 Sep, 2022 5 commits
  4. 28 Sep, 2022 6 commits
  5. 27 Sep, 2022 5 commits
  6. 26 Sep, 2022 6 commits
  7. 24 Sep, 2022 1 commit
  8. 23 Sep, 2022 4 commits
    • kylasa's avatar
      Garbage Collection and memory snapshot code for debugging partitioning... · ace76327
      kylasa authored
      
       Garbage Collection and memory snapshot code for debugging partitioning pipeline (target as master branch) (#4598)
      
      * Squashed commit of the following:
      
      commit e605a550b3783dd5f24eb39b6873a2e0e79be9c7
      Author: kylasa <kylasa@gmail.com>
      Date:   Thu Sep 15 14:45:39 2022 -0700
      
          Delete pyproject.toml
      
      commit f2db9e700d817212b67b5227f6472d218f0c74f2
      Author: kylasa <kylasa@gmail.com>
      Date:   Thu Sep 15 14:44:40 2022 -0700
      
          Changes suggested by isort program to sort imports.
      
      commit 5a6078beac6218a4f1fb378c169f04dda7396425
      Author: kylasa <kylasa@gmail.com>
      Date:   Thu Sep 15 14:39:50 2022 -0700
      
          addressing code review comments from the CI process.
      
      commit c8e92decb7aebeb32c7467108e16f058491443ab
      Author: kylasa <kylasa@gmail.com>
      Date:   Wed Sep 14 18:23:59 2022 -0700
      
          Corrected a typo in the import statement
      
      commit 14ddb0e9b553d5be3ed2c50d82dee671e84ad8c9
      Author: kylasa <kylasa@gmail.com>
      Date:   Tue Sep 13 18:47:34 2022 -0700
      
          Memory snapshot code for debugging memory footprint of the graph partitioning pipeline
      
      Squashed commit done
      
      * Addressing code review comments.
      
      * Update utils.py
      
      * dummy change to trigger CI tests
      Co-authored-by: default avatarRhett Ying <85214957+Rhett-Ying@users.noreply.github.com>
      ace76327
    • Chang Liu's avatar
      [Example][Refactor] Graphsage link prediction example refactor (#4526) · 533afa85
      Chang Liu authored
      * Refactor link pred example for graphsage
      
      * Use ogb evaluator + README update
      
      * Update
      
      * Add comments
      533afa85
    • czkkkkkk's avatar
      [Sparse] Add Transposition for SparseMatrix and DiagMatrix (#4597) · db64cc37
      czkkkkkk authored
      
      
      * [Sparse] Add Transposition
      
      * Fix docstring
      
      * Fix linting problem
      
      * Minor fix
      
      * Minor fix
      Co-authored-by: default avatarMinjie Wang <wmjlyjemaine@gmail.com>
      db64cc37
    • Vibhu Jawa's avatar
      [Bugfix][Hotfix] Fix cugraph Pytorch CI failures (#4622) · d04534c9
      Vibhu Jawa authored
      
      
      * get_more_logs
      
      * Update cugraph_unit_test.sh
      
      * Update test_basics.py
      
      * Update cugraph_unit_test.sh
      
      * Update tests/cugraph/test_basics.py
      Co-authored-by: default avatarMinjie Wang <wmjlyjemaine@gmail.com>
      d04534c9
  9. 22 Sep, 2022 4 commits
  10. 21 Sep, 2022 1 commit