1. 03 Jan, 2023 2 commits
  2. 29 Dec, 2022 3 commits
  3. 28 Dec, 2022 3 commits
  4. 27 Dec, 2022 1 commit
  5. 24 Dec, 2022 1 commit
  6. 22 Dec, 2022 1 commit
  7. 21 Dec, 2022 2 commits
  8. 20 Dec, 2022 1 commit
  9. 15 Dec, 2022 1 commit
  10. 12 Dec, 2022 2 commits
  11. 09 Dec, 2022 1 commit
  12. 07 Dec, 2022 2 commits
  13. 05 Dec, 2022 2 commits
  14. 01 Dec, 2022 1 commit
  15. 29 Nov, 2022 1 commit
  16. 28 Nov, 2022 1 commit
  17. 27 Nov, 2022 1 commit
  18. 20 Nov, 2022 1 commit
  19. 17 Nov, 2022 1 commit
  20. 16 Nov, 2022 1 commit
  21. 14 Nov, 2022 1 commit
  22. 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
  23. 04 Nov, 2022 1 commit
  24. 02 Nov, 2022 1 commit
    • ZhenyuLU_Heliodore's avatar
      [NN] Add DegreeEncoder for graph transformer (#4742) · 9d9280cb
      ZhenyuLU_Heliodore authored
      
      
      * Add files via upload
      
      This file will contain several utility modules for Graph Transformer. DegreeEncoder has been implemented in this file now.
      
      * Update graph_transformer.py
      
      * Update nn-pytorch.rst
      
      Add graph_transformer.DegreeEncoder in Utility Modules
      
      * Update test_nn.py
      
      * Update __init__.py
      
      * Update graph_transformer.py
      
      * Update test_nn.py
      
      * Update graph_transformer.py
      
      fix unused import
      
      * Update graph_transformer.py
      
      add module doc-string
      
      * Update graph_transformer.py
      
      * Update graph_transformer.py
      Co-authored-by: default avatarrudongyu <ru_dongyu@outlook.com>
      9d9280cb
  25. 31 Oct, 2022 1 commit
  26. 29 Oct, 2022 1 commit
    • Quan (Andy) Gan's avatar
      [Sampling] Enable sampling with edge masks in sample_etype_neighbors (#4749) · 2bca4759
      Quan (Andy) Gan authored
      * sample neighbors with masks
      
      * oops
      
      * refactor again
      
      * remove
      
      * remove debug code
      
      * rename macro
      
      * address comments
      
      * more stuff
      
      * remove
      
      * fix
      
      * try fix unit test
      
      * oops
      
      * fix test
      
      * oops
      
      * change name
      
      * rename a lot of stuff
      
      * oops
      
      * ugh
      
      * misc fixes
      
      * lint
      
      * address a lot of comments
      
      * lint
      
      * lint
      
      * fix
      
      * that was silly
      
      * fix
      
      * fix
      
      * fix
      
      * oops
      2bca4759
  27. 27 Oct, 2022 1 commit
  28. 12 Oct, 2022 1 commit
  29. 10 Oct, 2022 1 commit
  30. 30 Sep, 2022 1 commit
  31. 29 Sep, 2022 1 commit