1. 17 Aug, 2022 1 commit
  2. 10 Aug, 2022 1 commit
  3. 09 Aug, 2022 1 commit
  4. 07 Aug, 2022 1 commit
  5. 03 Aug, 2022 1 commit
  6. 02 Aug, 2022 1 commit
  7. 01 Aug, 2022 2 commits
  8. 30 Jul, 2022 2 commits
  9. 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
  10. 28 Jul, 2022 1 commit
  11. 27 Jul, 2022 2 commits
  12. 26 Jul, 2022 1 commit
  13. 20 Jul, 2022 1 commit
  14. 19 Jul, 2022 1 commit
  15. 14 Jul, 2022 1 commit
  16. 11 Jul, 2022 2 commits
  17. 08 Jul, 2022 1 commit
  18. 07 Jul, 2022 1 commit
  19. 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
  20. 01 Jul, 2022 2 commits
  21. 30 Jun, 2022 2 commits
  22. 29 Jun, 2022 2 commits
  23. 28 Jun, 2022 2 commits
  24. 24 Jun, 2022 1 commit
    • nv-dlasalle's avatar
      [Performance][Optimizer] Enable using UVA and FP16 with SparseAdam Optimizer (#3885) · 020f0249
      nv-dlasalle authored
      
      
      * Add uva by default to embedding
      
      * More updates
      
      * Update optimizer
      
      * Add new uva functions
      
      * Expose new pinned memory function
      
      * Add unit tests
      
      * Update formatting
      
      * Fix unit test
      
      * Handle auto UVA case when training is on CPU
      
      * Allow per-embedding decisions for whether to use UVA
      
      * Address spares_optim.py comments
      
      * Remove unused templates
      
      * Update unit test
      
      * Use dgl allocate memory for pinning
      
      * allow automatically unpin
      
      * workaround for d2h copy with a different dtype
      
      * fix linting
      
      * update error message
      
      * update copyright
      Co-authored-by: default avatarXin Yao <xiny@nvidia.com>
      Co-authored-by: default avatarMinjie Wang <wmjlyjemaine@gmail.com>
      020f0249
  25. 23 Jun, 2022 1 commit
  26. 22 Jun, 2022 1 commit
  27. 21 Jun, 2022 1 commit
    • Mufei Li's avatar
      [DGL-Go] Inference for Node Prediction Pipeline (full & ns) (#4095) · 31e4a89b
      Mufei Li authored
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      31e4a89b
  28. 20 Jun, 2022 1 commit
  29. 16 Jun, 2022 1 commit
  30. 15 Jun, 2022 1 commit
  31. 14 Jun, 2022 1 commit