1. 16 May, 2022 4 commits
  2. 13 May, 2022 1 commit
  3. 11 May, 2022 2 commits
  4. 10 May, 2022 1 commit
  5. 07 May, 2022 1 commit
  6. 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
  7. 29 Apr, 2022 2 commits
  8. 28 Apr, 2022 1 commit
  9. 27 Apr, 2022 2 commits
  10. 25 Apr, 2022 1 commit
  11. 23 Apr, 2022 1 commit
  12. 22 Apr, 2022 1 commit
  13. 12 Apr, 2022 3 commits
  14. 11 Apr, 2022 1 commit
  15. 09 Apr, 2022 1 commit
  16. 07 Apr, 2022 1 commit
  17. 31 Mar, 2022 1 commit
  18. 30 Mar, 2022 3 commits
  19. 26 Mar, 2022 1 commit
  20. 24 Mar, 2022 2 commits
  21. 23 Mar, 2022 2 commits
  22. 14 Mar, 2022 1 commit
  23. 02 Mar, 2022 1 commit
  24. 28 Feb, 2022 1 commit
  25. 24 Feb, 2022 2 commits
  26. 23 Feb, 2022 2 commits
    • Rhett Ying's avatar
      [Dataset][Fix] Allow non-numeric values and some fix on doc (#3757) · 8db2dd33
      Rhett Ying authored
      * [Fix] be able to parse ids if numeric and non-numeric values are used together
      
      * add required package info and cache note into docstring
      
      * duplicate node id is not allowed
      8db2dd33
    • 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