1. 22 Mar, 2021 3 commits
  2. 18 Mar, 2021 2 commits
  3. 17 Mar, 2021 2 commits
  4. 14 Mar, 2021 1 commit
  5. 09 Mar, 2021 3 commits
  6. 03 Mar, 2021 1 commit
  7. 01 Mar, 2021 1 commit
  8. 28 Feb, 2021 1 commit
  9. 25 Feb, 2021 2 commits
  10. 24 Feb, 2021 1 commit
  11. 23 Feb, 2021 3 commits
  12. 22 Feb, 2021 2 commits
  13. 21 Feb, 2021 2 commits
  14. 20 Feb, 2021 1 commit
  15. 19 Feb, 2021 4 commits
  16. 12 Feb, 2021 2 commits
  17. 10 Feb, 2021 1 commit
  18. 08 Feb, 2021 2 commits
    • Tong He's avatar
      [Doc] Update docs to motivate the use of set_batch_num_nodes and set_batch_num_edges (#2630) · 8ccb8206
      Tong He authored
      * fix doc
      
      * update docstring for transformation on batch graph
      
      * update cn guide
      
      * fix format
      
      * update rst
      8ccb8206
    • nv-dlasalle's avatar
      [Sampling] Implement `dgl.to_block()` for the GPU (#2339) · bc3a532f
      nv-dlasalle authored
      
      
      * Add start of to_block gpu implementation
      
      * Pull in more changes from 0.4.2 cuda_to_block
      
      * Move more code to IdArray
      
      * Refactor DeviceNodeMapMaker
      
      * Updates
      
      * get compiling
      
      * Integrate to_block
      
      * Fix ID allocation
      
      * Minor fixes
      
      * Cleanup cuda calls to use cuda_common
      
      * Reduce kernel calls
      
      * Lint cleanup
      
      * Expand documentation
      
      * Remove unused function
      
      * Rename variables for consistency
      
      * Add doxygen comments
      
      * Fix file extension
      
      * Remove raw asynccopy for deviceapi
      
      * Remove unused function
      
      * Fix block/tile configuration
      
      * Add cuda_device_common.cuh
      
      * Add basic hashtable
      
      * Migrate part of hashtable
      
      * Refactor to use external hashtable
      
      * Make functions members
      
      * Format hash table functions
      
      * Migrate duplicate filling
      
      * Move last function over
      
      * Refactor with cu file
      
      * lint c++ code
      
      * Move context check to C++ code
      
      * Use macro switch
      
      * Add missing files
      
      * Update docstring
      
      * update docs
      
      * Move atomic functions
      
      * Refactor hashtable
      
      * Fix linting
      
      * Expand docs
      
      * Fix mismatched argument names
      
      * Switch doxygen comments from using @param to \param
      Co-authored-by: default avatarJinjing Zhou <VoVAllen@users.noreply.github.com>
      Co-authored-by: default avatarMinjie Wang <wmjlyjemaine@gmail.com>
      bc3a532f
  19. 07 Feb, 2021 1 commit
  20. 05 Feb, 2021 3 commits
  21. 03 Feb, 2021 2 commits