1. 10 Aug, 2022 3 commits
  2. 09 Aug, 2022 2 commits
  3. 07 Aug, 2022 1 commit
  4. 03 Aug, 2022 1 commit
  5. 02 Aug, 2022 1 commit
  6. 01 Aug, 2022 3 commits
  7. 30 Jul, 2022 2 commits
  8. 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
  9. 28 Jul, 2022 2 commits
  10. 27 Jul, 2022 3 commits
  11. 26 Jul, 2022 2 commits
  12. 25 Jul, 2022 2 commits
  13. 22 Jul, 2022 1 commit
  14. 21 Jul, 2022 2 commits
  15. 20 Jul, 2022 1 commit
  16. 19 Jul, 2022 3 commits
  17. 15 Jul, 2022 1 commit
  18. 14 Jul, 2022 8 commits
  19. 13 Jul, 2022 1 commit