"dgl_sparse/vscode:/vscode.git/clone" did not exist on "8c3e7830dca749dc23cd590dbe32bb1cf8003349"
  1. 28 Feb, 2023 1 commit
  2. 17 Feb, 2023 2 commits
  3. 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
  4. 13 Jan, 2023 1 commit
  5. 06 Jan, 2023 1 commit
  6. 03 Jan, 2023 1 commit
  7. 29 Dec, 2022 2 commits
  8. 28 Dec, 2022 1 commit
  9. 07 Dec, 2022 1 commit
  10. 01 Dec, 2022 1 commit
  11. 29 Nov, 2022 1 commit
  12. 27 Nov, 2022 1 commit
  13. 17 Nov, 2022 1 commit
  14. 16 Nov, 2022 1 commit
  15. 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