1. 09 Mar, 2023 1 commit
  2. 28 Feb, 2023 1 commit
  3. 24 Feb, 2023 1 commit
  4. 23 Feb, 2023 1 commit
  5. 15 Feb, 2023 1 commit
  6. 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
  7. 03 Feb, 2023 1 commit
  8. 19 Jan, 2023 1 commit
  9. 12 Jan, 2023 1 commit
  10. 06 Jan, 2023 1 commit
  11. 03 Jan, 2023 1 commit
  12. 29 Dec, 2022 1 commit
  13. 28 Dec, 2022 3 commits
  14. 27 Dec, 2022 1 commit
  15. 24 Dec, 2022 1 commit
  16. 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
  17. 20 Dec, 2022 2 commits
  18. 12 Dec, 2022 2 commits
  19. 01 Dec, 2022 1 commit
  20. 29 Nov, 2022 1 commit
  21. 27 Nov, 2022 1 commit
  22. 23 Nov, 2022 1 commit
  23. 17 Nov, 2022 1 commit
  24. 16 Nov, 2022 1 commit
  25. 08 Nov, 2022 1 commit
  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