1. 27 Oct, 2022 1 commit
  2. 12 Oct, 2022 1 commit
  3. 10 Oct, 2022 1 commit
  4. 08 Oct, 2022 1 commit
  5. 30 Sep, 2022 1 commit
  6. 29 Sep, 2022 1 commit
  7. 28 Sep, 2022 1 commit
  8. 27 Sep, 2022 1 commit
  9. 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
  10. 23 Sep, 2022 1 commit
  11. 20 Sep, 2022 1 commit
  12. 14 Sep, 2022 1 commit
  13. 05 Sep, 2022 1 commit
  14. 25 Aug, 2022 1 commit
  15. 22 Aug, 2022 1 commit
  16. 18 Aug, 2022 1 commit
  17. 17 Aug, 2022 1 commit
  18. 16 Aug, 2022 1 commit
  19. 29 Jul, 2022 1 commit
    • Xin Yao's avatar
      [Feature] Add CUDA Weighted Neighborhood Sampling (#4064) · 86c81b4e
      Xin Yao authored
      
      
      * add weighted sampling without replacement (A-Chao)
      
      * improve Algorithm A-Chao with block-wise prefix sum
      
      * correctly fill out_idxs
      
      * implement weighted sampling with replacement
      
      * small fix
      
      * merge host-side code of weighted/uniform sampling
      
      * enable unit tests for cuda weighted sampling
      
      * move thrust/cub wrapper to the cmake file
      
      * update docs accordingly
      
      * fix linting
      
      * fix linting
      
      * fix unit test
      
      * Bump external CUB/Thrust versions
      
      * Fix code style and update description of algorithm design
      
      * [Feature] GPU support weighted graph neighbor sampling
      commit by pengqirong(OPPO)
      
      * merge pengqirong's implementation
      
      * revert the change to cub and thrust
      
      * fix linting
      
      * use DeviceSegmentedSort for better performance
      
      * add more comments
      
      * add necessary notes
      
      * add necessary notes
      
      * resolve some comments
      
      * define THRUST_CUB_WRAPPED_NAMESPACE
      
      * fix doc
      Co-authored-by: default avatar彭齐荣 <657017034@qq.com>
      86c81b4e
  20. 26 Jul, 2022 1 commit
  21. 21 Jul, 2022 1 commit
  22. 14 Jul, 2022 1 commit
  23. 07 Jul, 2022 1 commit
  24. 29 Jun, 2022 1 commit
  25. 24 Jun, 2022 1 commit
  26. 20 Jun, 2022 1 commit
  27. 15 Jun, 2022 1 commit
  28. 14 Jun, 2022 1 commit
  29. 02 Jun, 2022 3 commits
  30. 27 May, 2022 1 commit
  31. 20 May, 2022 1 commit
  32. 16 May, 2022 1 commit
  33. 07 May, 2022 1 commit
  34. 25 Apr, 2022 1 commit
  35. 15 Apr, 2022 1 commit
  36. 12 Apr, 2022 1 commit
  37. 07 Apr, 2022 1 commit
  38. 30 Mar, 2022 1 commit
    • Krzysztof Sadowski's avatar
      [Feature] Radius Graph (#3829) · 4c7bd314
      Krzysztof Sadowski authored
      
      
      * radius graph
      
      * remove trailing whitespaces from docs
      
      * disable invalid name for transform func
      
      * disable radius graph module invalid name
      
      * move pylint disable before init
      
      * fix missing nodes from point set
      
      * update docs indexing
      
      * add compute mode as optional param
      
      * radius graph test
      
      * remove trailing whitespaces
      
      * fix precision when comparing tensors
      Co-authored-by: default avatarMufei Li <mufeili1996@gmail.com>
      4c7bd314