1. 29 Sep, 2022 1 commit
  2. 28 Sep, 2022 1 commit
  3. 27 Sep, 2022 1 commit
  4. 26 Sep, 2022 1 commit
    • czkkkkkk's avatar
      [Sparse] Add reduction operators (#4600) · 544a2cd1
      czkkkkkk authored
      * [Sparse] Add reduction operators
      
      * Fix linting problem
      
      * Fix linting problem
      
      * Fix linting problem
      
      * Fix docstring
      
      * Fix test cases
      
      * Fix linting problem
      
      * Skip reduction unittests
      544a2cd1
  5. 23 Sep, 2022 1 commit
  6. 20 Sep, 2022 1 commit
  7. 14 Sep, 2022 1 commit
  8. 05 Sep, 2022 1 commit
  9. 17 Aug, 2022 1 commit
  10. 16 Aug, 2022 1 commit
  11. 07 Jul, 2022 1 commit
  12. 20 Jun, 2022 1 commit
  13. 15 Jun, 2022 1 commit
  14. 14 Jun, 2022 1 commit
  15. 02 Jun, 2022 2 commits
  16. 27 May, 2022 1 commit
  17. 20 May, 2022 1 commit
  18. 16 May, 2022 1 commit
  19. 07 May, 2022 1 commit
  20. 25 Apr, 2022 1 commit
  21. 15 Apr, 2022 1 commit
  22. 12 Apr, 2022 1 commit
  23. 07 Apr, 2022 1 commit
  24. 30 Mar, 2022 3 commits
  25. 26 Mar, 2022 1 commit
  26. 25 Mar, 2022 1 commit
  27. 23 Mar, 2022 1 commit
  28. 28 Feb, 2022 1 commit
  29. 27 Feb, 2022 1 commit
  30. 25 Feb, 2022 1 commit
  31. 24 Feb, 2022 2 commits
  32. 23 Feb, 2022 2 commits
    • Rhett Ying's avatar
      toctree typo for dataset adapters (#3764) · 4b182b90
      Rhett Ying authored
      * toctree typo for dataset adapters
      
      * Update docs/source/api/python/dgl.data.rst
      4b182b90
    • Minjie Wang's avatar
      [NN] Rework RelGraphConv and HGTConv (#3742) · 0227ddfb
      Minjie Wang authored
      * WIP: TypedLinear and new RelGraphConv
      
      * wip
      
      * further simplify RGCN
      
      * a bunch of tweak for performance; add basic cpu support
      
      * update on segmm
      
      * wip: segment.cu
      
      * new backward kernel works
      
      * fix a bunch of bugs in kernel; leave idx_a for future
      
      * add nn test for typed_linear
      
      * rgcn nn test
      
      * bugfix in corner case; update RGCN README
      
      * doc
      
      * fix cpp lint
      
      * fix lint
      
      * fix ut
      
      * wip: hgtconv; presorted flag for rgcn
      
      * hgt code and ut; WIP: some fix on reorder graph
      
      * better typed linear init
      
      * fix ut
      
      * fix lint; add docstring
      0227ddfb
  33. 17 Feb, 2022 3 commits