"examples/pytorch/vscode:/vscode.git/clone" did not exist on "a8a4fcbaff669c30a1b6de26f4c27ad5c8d658c4"
  1. 31 Aug, 2022 1 commit
  2. 22 Aug, 2022 1 commit
  3. 19 Aug, 2022 1 commit
  4. 17 Aug, 2022 2 commits
  5. 16 Aug, 2022 1 commit
  6. 15 Aug, 2022 1 commit
  7. 10 Aug, 2022 1 commit
  8. 09 Aug, 2022 1 commit
  9. 07 Aug, 2022 1 commit
  10. 03 Aug, 2022 1 commit
  11. 02 Aug, 2022 1 commit
  12. 01 Aug, 2022 2 commits
  13. 30 Jul, 2022 2 commits
  14. 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
  15. 28 Jul, 2022 1 commit
  16. 27 Jul, 2022 2 commits
  17. 26 Jul, 2022 1 commit
  18. 20 Jul, 2022 1 commit
  19. 19 Jul, 2022 1 commit
  20. 14 Jul, 2022 1 commit
  21. 11 Jul, 2022 2 commits
  22. 08 Jul, 2022 1 commit
  23. 07 Jul, 2022 1 commit
  24. 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
  25. 01 Jul, 2022 2 commits
  26. 30 Jun, 2022 2 commits
  27. 29 Jun, 2022 2 commits
  28. 28 Jun, 2022 2 commits
  29. 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
  30. 23 Jun, 2022 1 commit