1. 05 Sep, 2022 1 commit
  2. 31 Aug, 2022 2 commits
  3. 22 Aug, 2022 1 commit
  4. 19 Aug, 2022 1 commit
  5. 17 Aug, 2022 2 commits
  6. 16 Aug, 2022 1 commit
  7. 15 Aug, 2022 1 commit
  8. 10 Aug, 2022 1 commit
  9. 09 Aug, 2022 1 commit
  10. 07 Aug, 2022 1 commit
  11. 03 Aug, 2022 1 commit
  12. 02 Aug, 2022 1 commit
  13. 01 Aug, 2022 2 commits
  14. 30 Jul, 2022 2 commits
  15. 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
  16. 28 Jul, 2022 1 commit
  17. 27 Jul, 2022 2 commits
  18. 26 Jul, 2022 1 commit
  19. 20 Jul, 2022 1 commit
  20. 19 Jul, 2022 1 commit
  21. 14 Jul, 2022 1 commit
  22. 11 Jul, 2022 2 commits
  23. 08 Jul, 2022 1 commit
  24. 07 Jul, 2022 1 commit
  25. 05 Jul, 2022 2 commits
    • Chang Liu's avatar
      [Example][Refactor] Refactor GCN example (#4160) · 885be178
      Chang Liu authored
      
      
      * Refactor GCN example
      
      * Refactor GCN based on graphsage
      
      * Readme update
      
      * Minor update
      
      * update
      
      * Remove user-defined GCN implementation
      
      * README update
      
      * Update
      
      * Update CONTRIBUTORS.md
      
      * update task_example_test
      Co-authored-by: default avatarXin Yao <xiny@nvidia.com>
      885be178
    • Rhett Ying's avatar
      [CI] Add new CI stage for testing cugraph (#4171) · 85f28117
      Rhett Ying authored
      * [CI] add new stage specific forcuda related features based on nvidia+pytorch
      
      * build and test for gpu_nv
      
      * fix build failure
      
      * fix unit tests
      
      * make -j
      
      * install cython beforehand
      
      * copy cython lib
      
      * test cugraph tests only
      
      * fix typo
      
      * separate test script for cugraph
      
      * refactor build dgl shell
      85f28117
  26. 01 Jul, 2022 2 commits
  27. 30 Jun, 2022 2 commits
  28. 29 Jun, 2022 2 commits
  29. 28 Jun, 2022 2 commits