"tests/python/common/test_heterograph-kernel.py" did not exist on "3192beb42dc9a31bdfd1d5947484c49224072914"
  1. 22 Dec, 2023 1 commit
  2. 21 Nov, 2023 1 commit
  3. 15 Aug, 2023 1 commit
  4. 04 Aug, 2023 2 commits
  5. 03 Aug, 2023 1 commit
  6. 28 Jul, 2023 1 commit
  7. 19 Jul, 2023 1 commit
  8. 17 Jul, 2023 1 commit
  9. 04 Jul, 2023 1 commit
  10. 01 Jul, 2023 1 commit
  11. 29 May, 2023 1 commit
  12. 16 May, 2023 1 commit
  13. 22 Mar, 2023 1 commit
  14. 08 Mar, 2023 1 commit
    • Xin Yao's avatar
      [Refactor] Replace third_party/nccl with PyTorch's NCCL backend (#4989) · 8d5d8962
      Xin Yao authored
      * expose GeneratePermutation
      
      * add sparse_all_to_all_push
      
      * add sparse_all_to_all_pull
      
      * add unit test
      
      * handle world_size=1
      
      * remove python nccl wrapper
      
      * remove the nccl dependency
      
      * use pinned memory to speedup D2H copy
      
      * fix lint
      
      * resolve comments
      
      * fix lint
      
      * fix ut
      
      * resolve comments
      8d5d8962
  15. 01 Mar, 2023 1 commit
  16. 21 Feb, 2023 11 commits
  17. 17 Feb, 2023 2 commits
  18. 16 Feb, 2023 1 commit
  19. 14 Feb, 2023 1 commit
  20. 13 Feb, 2023 1 commit
    • Quan (Andy) Gan's avatar
      enable sparse on windows and mac (#5277) · f62669b0
      Quan (Andy) Gan authored
      
      
      * enable sparse on windows and mac
      
      * that was stupid
      
      * let's see what's going on..
      
      * [Sparse] Fix the import error on Mac OS.
      
      When using template functions that are defined in source files from DGL,
      the loader of MacOS somehow cannot find their definitions. This fix simply
      avoids depending on template functions from DGL headers.
      
      With this fix, the sparse tests all pass on the MAC environment.
      
      * ok this is the problem
      
      * make errors clearer
      
      * uh
      
      * test
      
      * Update __init__.py
      
      * disabling ddp on windows
      
      ---------
      Co-authored-by: default avatarczkkkkkk <zekucai@gmail.com>
      f62669b0
  21. 10 Feb, 2023 1 commit
  22. 16 Jan, 2023 1 commit
  23. 06 Jan, 2023 1 commit
  24. 29 Dec, 2022 1 commit
  25. 15 Dec, 2022 1 commit
    • Rhett Ying's avatar
      [Dist] enable to chunk node/edge data into arbitrary number of chunks (#4930) · 9731e023
      Rhett Ying authored
      
      
      * [Dist] enable to chunk node/edge data into arbitrary number of chunks
      
      * [Dist] enable to split node/edge data into arbitrary parts
      
      * refine code
      
      * Format boolean to uint8 forcely to avoid dist.scatter failure
      
      * convert boolean to int8 before scatter and revert it after scatter
      
      * refine code
      
      * fix test
      
      * refine code
      
      * move test utilities into utils.py
      
      * update comment
      
      * fix empty data
      
      * update
      
      * update
      
      * fix empty data issue
      
      * release unnecessary mem
      
      * release unnecessary mem
      
      * release unnecessary mem
      
      * release unnecessary mem
      
      * release unnecessary mem
      
      * remove unnecessary shuffle data
      
      * separate array_split into standalone utility
      
      * add example
      Co-authored-by: default avatarxiang song(charlie.song) <classicxsong@gmail.com>
      9731e023
  26. 07 Nov, 2022 1 commit
    • czkkkkkk's avatar
      [Sparse] Add sparse matrix C++ implementation (#4773) · 7c059e86
      czkkkkkk authored
      * [Sparse] Add sparse matrix C++ implementation
      
      * Add documentation
      
      * Update
      
      * Minor fix
      
      * Move Python code to dgl/mock_sparse2
      
      * Move headers to include
      
      * lint
      
      * Update
      
      * Add dgl_sparse directory
      
      * Move src code to dgl_sparse
      
      * Add __init__.py in tests to avoid naming conflict
      
      * Add dgl sparse so in Jenkinsfile
      
      * Complete docstring & SparseMatrix basic op
      
      * lint
      
      * Disable win tests
      7c059e86
  27. 06 Nov, 2022 1 commit
    • Xin Yao's avatar
      [Feature] Add bfloat16 (bf16) support (#4648) · 96297fb8
      Xin Yao authored
      * add bf16 specializations
      
      * remove SWITCH_BITS
      
      * enable amp for bf16
      
      * remove SWITCH_BITS for cpu kernels
      
      * enbale bf16 based on CUDART
      
      * fix compiling for sm<80
      
      * fix cpu build
      
      * enable unit tests
      
      * update doc
      
      * disable test for CUDA < 11.0
      
      * address comments
      
      * address comments
      96297fb8
  28. 11 Oct, 2022 1 commit