1. 23 Mar, 2023 2 commits
  2. 07 Mar, 2023 1 commit
  3. 21 Feb, 2023 4 commits
  4. 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
  5. 10 Feb, 2023 1 commit
  6. 06 Jan, 2023 1 commit
    • Rhett Ying's avatar
      [CI] updgrade pytorch version for benchmark CI (#5102) · 46a3fc2b
      Rhett Ying authored
      * [CI] updgrade pytorch version for benchmark CI
      
      * update build arguments
      
      * updage
      
      * updage
      
      * upgrade torch to 1.13
      
      * updage docker image
      
      * update cmake args
      
      * try with cu116_torch112
      
      * update build
      
      * update
      
      * update
      
      * update
      
      * update docker image
      
      * update
      
      * update
      
      * update
      
      * update
      
      * final update
      
      * fix continue running
      
      * update
      
      * update
      
      * update
      46a3fc2b
  7. 19 Dec, 2022 1 commit
  8. 21 Nov, 2022 1 commit
  9. 17 Nov, 2022 1 commit
  10. 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
  11. 01 Nov, 2022 1 commit
  12. 27 Sep, 2022 1 commit
  13. 22 Sep, 2022 2 commits
  14. 16 Sep, 2022 3 commits
  15. 08 Sep, 2022 1 commit
  16. 31 Aug, 2022 1 commit
  17. 18 Aug, 2022 2 commits
  18. 17 Aug, 2022 2 commits
  19. 30 Jul, 2022 1 commit
  20. 05 Jul, 2022 1 commit
    • Rhett Ying's avatar
      [CI] Add new CI stage for testing cugraph (#4171) · 85f28117
      Rhett Ying authored
      * [CI] add new stage specific forcuda related features based on nvidia+pytorch
      
      * build and test for gpu_nv
      
      * fix build failure
      
      * fix unit tests
      
      * make -j
      
      * install cython beforehand
      
      * copy cython lib
      
      * test cugraph tests only
      
      * fix typo
      
      * separate test script for cugraph
      
      * refactor build dgl shell
      85f28117
  21. 30 Jun, 2022 1 commit
  22. 29 Jun, 2022 1 commit
  23. 14 Jun, 2022 1 commit
  24. 09 May, 2022 1 commit
  25. 06 May, 2022 1 commit
    • Mufei Li's avatar
      [DGL-Go] CI for DGL-Go (#3959) · 334e6434
      Mufei Li authored
      * Update
      
      * Update
      
      * Fix
      
      * Update
      
      * CI
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      334e6434
  26. 05 May, 2022 1 commit
  27. 29 Apr, 2022 1 commit
  28. 28 Apr, 2022 1 commit
  29. 22 Apr, 2022 1 commit
  30. 23 Mar, 2022 1 commit
    • Jinjing Zhou's avatar
      Fix jenkins (#3875) · a3fd0595
      Jinjing Zhou authored
      * try fix
      
      * try fix
      
      * try fix
      
      * try fix
      
      * Revert "try fix"
      
      This reverts commit a3fa0b1e9c0ab892cc3a22acf3770903db8b14a7.
      
      * try fix shared memory
      
      * try fix shared memory
      
      * try fix image version
      
      * fix
      a3fd0595
  31. 08 Mar, 2022 1 commit