"src/array/cuda/csr_sort.hip" did not exist on "f4608c2227c85a3ab36aa1e11cbaec928e9b67c8"
  1. 23 Mar, 2023 6 commits
  2. 22 Mar, 2023 3 commits
  3. 21 Mar, 2023 1 commit
  4. 20 Mar, 2023 3 commits
  5. 17 Mar, 2023 1 commit
  6. 16 Mar, 2023 1 commit
  7. 15 Mar, 2023 3 commits
  8. 14 Mar, 2023 1 commit
  9. 10 Mar, 2023 3 commits
  10. 09 Mar, 2023 5 commits
  11. 08 Mar, 2023 6 commits
  12. 07 Mar, 2023 6 commits
  13. 06 Mar, 2023 1 commit
    • 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