1. 19 Apr, 2023 1 commit
  2. 17 Apr, 2023 2 commits
  3. 15 Apr, 2023 1 commit
  4. 14 Apr, 2023 2 commits
  5. 13 Apr, 2023 3 commits
  6. 12 Apr, 2023 1 commit
  7. 11 Apr, 2023 1 commit
  8. 10 Apr, 2023 1 commit
  9. 09 Apr, 2023 1 commit
  10. 06 Apr, 2023 1 commit
  11. 04 Apr, 2023 1 commit
  12. 03 Apr, 2023 1 commit
  13. 31 Mar, 2023 3 commits
  14. 28 Mar, 2023 1 commit
  15. 24 Mar, 2023 1 commit
  16. 23 Mar, 2023 1 commit
  17. 22 Mar, 2023 2 commits
  18. 21 Mar, 2023 1 commit
  19. 20 Mar, 2023 1 commit
  20. 15 Mar, 2023 2 commits
  21. 10 Mar, 2023 2 commits
    • kylasa's avatar
      [DistDGL][Robustness]Replacing numpy's unique with custom implementation (#5391) · 92e22995
      kylasa authored
      
      
      * Replacing numpy's unique with custom implementation
      
      * Added docstring to the new function.
      
      * Adding unit tests
      
      * Numpy's version issues with the 'kind' argument.
      
      * Addressing CI Test Failure.
      
      * Addressing CI review comments.
      
      * revised implementation, optimized for time.
      
      * added missing arguments for fallback case.
      
      * Addressing CI test failures.
      
      * Resolving issues with PYTHONPATH
      
      * Fix CI Test Failure issues.
      
      * fix CI test failures.
      
      ---------
      Co-authored-by: default avatarRhett Ying <85214957+Rhett-Ying@users.noreply.github.com>
      92e22995
    • kylasa's avatar
      [DistDGL][TestCoverage]Added testcase for testing distributed lookup service. (#5365) · e74b3d3d
      kylasa authored
      
      
      * Added testcase for testing distributed lookup service.
      
      * Applying lintrunner patch.
      
      * Fixing CI Test environment failures.
      
      * lintrunner patch.
      
      * lintrunner patch
      
      * Fix CI Failure.
      
      * Fixing CI Test failure cases.
      
      * lintrunner patch.
      
      * lintrunner patch and CI test failure.
      
      * Restore no. of test cases.
      
      * Resolving pythonpath issues.
      
      * lintrunner patch.
      
      * updating PYTHONPATH to resolve lib path
      
      * Resolve merge conflicts
      
      * Resolving issues with PYTHONPATH env variable.
      
      * fix module path
      
      * rename utils script under test to avoid ambiguity
      
      * remove unnecessary pythonpath
      
      * fix lint error
      
      * fix lint error
      
      ---------
      Co-authored-by: default avatarRhettYing <rhett_ying@qq.com>
      e74b3d3d
  22. 09 Mar, 2023 2 commits
  23. 08 Mar, 2023 4 commits
  24. 06 Mar, 2023 3 commits
    • kylasa's avatar
      [DistDGL][UserEx]Sync parmetis_wrapper with changes in metadata.json (#5385) · 7b766393
      kylasa authored
      * Sync parmetis_wrapper with changes in metadata.json
      
      1. In the preprocess.py, make sure that num_partitions is defined as input argument. Also, align 'input_dir' with the input dataset. schema_file is assumed to be located inside the input_dir. Also, graph_stats.txt file is assumed to be present in the input_dir.
      
      2. Use DGL_HOME environment variable so that parmetis_wrapper command can be run anywhere.
      
      * Fix CI test failure cases.
      
      * Addressing CI review comments.
      
      * Addressing CI test failures.
      
      * Applying lintrunner patch
      7b766393
    • kylasa's avatar
      Support for no. of chunks smaller than no. of partitions. (#5390) · 894ad1e3
      kylasa authored
      * Support for no. of chunks smaller than no. of partitions and Adding appropriate test cases.
      
      Following changes are made with this PR.
      1. Code changes for handling no. of chunks smaller than no. of partitions
      2. Adding new test cases, which were previously deleted, for no. of chunks smaller than no. of partitions.
      3. Also adding test cases, where multiple partitions are handled by a single process.
      
      * Committing the missing files in this commit.
      
      * lintrunner patch.
      
      * lintrunner check
      
      * lintrunner patch here.
      
      * CI review comments.
      894ad1e3
    • Quan (Andy) Gan's avatar
      [Bugfix] Fix duplicate worker_init_fn argument when provided in DataLoader (#5420) · 851d66fa
      Quan (Andy) Gan authored
      * fix duplicate worker_init_fn
      
      * lint
      
      * lint again
      
      * uugh
      851d66fa
  25. 04 Mar, 2023 1 commit