"vscode:/vscode.git/clone" did not exist on "77451b3bf36ab45c6e363639cea3d6c58a74955f"
  1. 22 Feb, 2023 2 commits
  2. 21 Feb, 2023 18 commits
  3. 20 Feb, 2023 6 commits
  4. 19 Feb, 2023 8 commits
  5. 17 Feb, 2023 5 commits
  6. 16 Feb, 2023 1 commit
    • kylasa's avatar
      [DistDGL][Optimizations]Rehash code to optimize for loop (#5224) · 9ce800d2
      kylasa authored
      * Rehash code to optimize for loop
      
      Reduced number of instructions in for loop, which exchanging edge features. This will reduce the number of times numpy's intersect1d is invoked (saving the runtime and memory overhead needs of numpy).
      
      * Applying lintrunner patch to data_shuffle.py
      9ce800d2