1. 27 Sep, 2022 1 commit
  2. 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
  3. 23 Sep, 2022 1 commit
  4. 20 Sep, 2022 1 commit
  5. 14 Sep, 2022 1 commit
  6. 05 Sep, 2022 1 commit
  7. 17 Aug, 2022 1 commit
  8. 16 Aug, 2022 1 commit
  9. 07 Jul, 2022 1 commit
  10. 20 Jun, 2022 1 commit
  11. 15 Jun, 2022 1 commit
  12. 14 Jun, 2022 1 commit
  13. 02 Jun, 2022 2 commits
  14. 27 May, 2022 1 commit
  15. 20 May, 2022 1 commit
  16. 16 May, 2022 1 commit
  17. 07 May, 2022 1 commit
  18. 25 Apr, 2022 1 commit
  19. 15 Apr, 2022 1 commit
  20. 12 Apr, 2022 1 commit
  21. 07 Apr, 2022 1 commit
  22. 30 Mar, 2022 3 commits
  23. 26 Mar, 2022 1 commit
  24. 25 Mar, 2022 1 commit
  25. 23 Mar, 2022 1 commit
  26. 28 Feb, 2022 1 commit
  27. 27 Feb, 2022 1 commit
  28. 25 Feb, 2022 1 commit
  29. 24 Feb, 2022 2 commits
  30. 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
  31. 17 Feb, 2022 3 commits
  32. 15 Feb, 2022 1 commit
    • Israt Nisa's avatar
      [Feature] Gather mm (#3641) · b3d3a2c4
      Israt Nisa authored
      
      
      * init
      
      * init
      
      * working cublasGemm
      
      * benchmark high-mem/low-mem, err gather_mm output
      
      * cuda kernel for bmm like kernel
      
      * removed cpu copy for E_per_Rel
      
      * benchmark code from Minjie
      
      * fixed cublas results in gathermm sorted
      
      * use GPU shared mem in unsorted gather mm
      
      * minor
      
      * Added an optimal version of gather_mm_unsorted
      
      * lint
      
      * init gather_mm_scatter
      
      * cublas transpose added
      
      * fixed h_offset for multiple rel
      
      * backward unittest
      
      * cublas support to transpose W
      
      * adding missed file
      
      * forgot to add header file
      
      * lint
      
      * lint
      
      * cleanup
      
      * lint
      
      * docstring
      
      * lint
      
      * added unittest
      
      * lint
      
      * lint
      
      * unittest
      
      * changed err type
      
      * skip cpu test
      
      * skip CPU code
      
      * move in-len loop inside
      
      * lint
      
      * added check different dim length for B
      
      * w_per_len is optional now
      
      * moved gather_mm to pytorch/backend with backward support
      
      * removed a_/b_trans support
      
      * transpose op inside GEMM call
      
      * removed out alloc from API, changed W 2D to 3D
      
      * Added se_gather_mm, Separate API for sortedE
      
      * Fixed gather_mm (unsorted) user interface
      
      * unsorted gmm backward + separate CAPI for un/sorted A
      
      * typecast to float to support atomicAdd
      
      * lint typecast
      
      * lint
      
      * added gather_mm_scatter
      
      * minor
      
      * const
      
      * design changes
      
      * Added idx_a, idx_b support gmm_scatter
      
      * dgl doc
      
      * lint
      
      * adding gather_mm in ops
      
      * lint
      
      * lint
      
      * minor
      
      * removed benchmark files
      
      * minor
      
      * empty commit
      Co-authored-by: default avatarIsrat Nisa <nisisrat@amazon.com>
      b3d3a2c4
  33. 11 Feb, 2022 1 commit