"vscode:/vscode.git/clone" did not exist on "843cdbe01a63fe2e0eca35e4d910130b1b8a5aad"
  1. 20 Mar, 2023 2 commits
  2. 17 Mar, 2023 1 commit
  3. 16 Mar, 2023 1 commit
  4. 15 Mar, 2023 3 commits
  5. 14 Mar, 2023 1 commit
  6. 10 Mar, 2023 3 commits
  7. 09 Mar, 2023 5 commits
  8. 08 Mar, 2023 6 commits
  9. 07 Mar, 2023 6 commits
  10. 06 Mar, 2023 4 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
    • Rhett Ying's avatar
      [BugFix] fix torch cuda version (#5426) · 26b245a0
      Rhett Ying authored
      26b245a0
  11. 04 Mar, 2023 1 commit
  12. 03 Mar, 2023 2 commits
  13. 02 Mar, 2023 1 commit
  14. 01 Mar, 2023 3 commits
  15. 28 Feb, 2023 1 commit
    • kylasa's avatar
      Distributed Lookup Service Robustness (#5387) · cf752077
      kylasa authored
      Handling corner cases in the distributed lookup service. When the get partition ids function is invoked with empty request. This is needed because we are using alltoall function in the get_partition_ids function.
      cf752077