1. 12 Sep, 2023 1 commit
  2. 05 Sep, 2023 1 commit
  3. 14 Apr, 2023 1 commit
  4. 13 Apr, 2023 1 commit
  5. 09 Mar, 2023 1 commit
  6. 28 Feb, 2023 1 commit
  7. 24 Feb, 2023 1 commit
  8. 23 Feb, 2023 1 commit
  9. 03 Jan, 2023 1 commit
  10. 28 Dec, 2022 3 commits
  11. 27 Dec, 2022 1 commit
  12. 24 Dec, 2022 1 commit
  13. 21 Dec, 2022 1 commit
    • czkkkkkk's avatar
      [Sparse] Support SpMM and SDDMM (#5032) · 1f2fcae3
      czkkkkkk authored
      * [Sparse] Support SpMM and SDDMM
      
      * Add SDDMMAutoGrad
      
      * Rename SpMMImpl and SDDMMImpl and move them to dgl_sparse/src/matmul.h
      
      * Update comments
      
      * Update
      
      * Minor fix
      1f2fcae3
  14. 20 Dec, 2022 2 commits
  15. 12 Dec, 2022 2 commits
  16. 01 Dec, 2022 1 commit
  17. 29 Nov, 2022 1 commit
  18. 27 Nov, 2022 1 commit
  19. 23 Nov, 2022 1 commit
  20. 17 Nov, 2022 1 commit
  21. 16 Nov, 2022 1 commit
  22. 08 Nov, 2022 1 commit
  23. 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