1. 31 Jul, 2023 1 commit
  2. 09 Jun, 2023 1 commit
  3. 08 Jun, 2023 1 commit
  4. 10 Apr, 2023 1 commit
  5. 29 Mar, 2023 1 commit
  6. 19 Feb, 2023 1 commit
  7. 12 Jan, 2023 1 commit
  8. 06 Jan, 2023 1 commit
  9. 05 Jan, 2023 1 commit
  10. 17 Nov, 2022 1 commit
    • Rhett Ying's avatar
      [Dist][Examples] refactor dist graphsage examples (#4269) · b377e1b9
      Rhett Ying authored
      * [Dist][Examples] refactor dist graphsage examples
      
      * refine train_dist.py
      
      * update train_dist_unsupervised.py
      
      * fix debug info
      
      * update train_dist_transductive
      
      * update unsupervised_transductive
      
      * remove distgnn
      
      * fix join() in standalone mode
      
      * change batch_labels to long() for ogbn-papers100M
      
      * free unnecessary mem
      
      * lint
      
      * fix lint
      
      * refine
      
      * fix lint
      
      * fix incorrect args
      
      * refine
      b377e1b9
  11. 30 Sep, 2022 1 commit
  12. 28 Sep, 2022 1 commit
  13. 23 Sep, 2022 1 commit
  14. 15 Sep, 2022 1 commit
  15. 05 Sep, 2022 1 commit
  16. 19 Aug, 2022 1 commit
  17. 28 Jul, 2022 1 commit
  18. 19 Jul, 2022 1 commit
  19. 14 Jul, 2022 1 commit
  20. 13 Jul, 2022 1 commit
  21. 01 Jul, 2022 1 commit
  22. 30 Jun, 2022 2 commits
  23. 23 Jun, 2022 1 commit
  24. 26 May, 2022 1 commit
  25. 23 May, 2022 1 commit
  26. 11 May, 2022 1 commit
  27. 27 Apr, 2022 1 commit
    • Rhett Ying's avatar
      [Feature] enable socket net_type for rpc (#3951) · 37be02a4
      Rhett Ying authored
      * [Feature] enable socket net_type for rpc
      
      * fix lint
      
      * fix lint
      
      * fix build issue on windows
      
      * fix test failure on windows
      
      * fix test failure
      
      * fix cpp unit test failure
      
      * net_type blocking max_try_times
      
      * fix other comments
      
      * fix lint
      
      * fix comment
      
      * fix lint
      
      * fix cpp
      37be02a4
  28. 12 Apr, 2022 3 commits
  29. 09 Apr, 2022 1 commit
  30. 05 Apr, 2022 1 commit
    • nv-dlasalle's avatar
      [Examples] Update graphsage multi-gpu example to use mutliple GPUs for... · 27a6eb56
      nv-dlasalle authored
      
      [Examples] Update graphsage multi-gpu example to use mutliple GPUs for validation and testing. (#3827)
      
      * Update graphsage multi-gpu example to use mutliple GPUs for validation and
      testing.
      
      * Remove argmax
      
      * Fix rebase error
      
      * Add more documentation to example and simplify
      
      * Switch to name shared memory
      
      * Add comment about how training is distributed
      
      * Restore iteration count
      
      * fix munmap error reporting for better error messages
      Co-authored-by: default avatarQuan (Andy) Gan <coin2028@hotmail.com>
      27a6eb56
  31. 25 Mar, 2022 1 commit
  32. 11 Mar, 2022 1 commit
  33. 07 Mar, 2022 1 commit
  34. 03 Mar, 2022 1 commit
  35. 01 Mar, 2022 1 commit
  36. 27 Feb, 2022 1 commit
  37. 09 Feb, 2022 1 commit
    • Xin Yao's avatar
      [Feature] CUDA UVA sampling for MultiLayerNeighborSampler (#3674) · 738e8318
      Xin Yao authored
      
      
      * implement pin_memory/unpin_memory/is_pinned for dgl.graph
      
      * update python docstring
      
      * update c++ docstring
      
      * add test
      
      * fix the broken UnifiedTensor
      
      * XPU_SWITCH for kDLCPUPinned
      
      * a rough version ready for testing
      
      * eliminate extra context parameter for pin/unpin
      
      * update train_sampling
      
      * fix linting
      
      * fix typo
      
      * multi-gpu uva sampling case
      
      * disable new format materialization for pinned graphs
      
      * update python doc for pin_memory_
      
      * fix unit test
      
      * UVA sampling for link prediction
      
      * dispatch most csr ops
      
      * update graphsage example to combine uva sampling and UnifiedTensor
      
      * update graphsage example to combine uva sampling and UnifiedTensor
      
      * update graphsage example to combine uva sampling and UnifiedTensor
      
      * update doc
      
      * update examples
      
      * change unitgraph and heterograph's PinMemory to in-place
      
      * update examples for multi-gpu uva sampling
      
      * update doc
      
      * fix linting
      
      * fix cpu build
      
      * fix is_pinned for DistGraph
      
      * fix is_pinned for DistGraph
      
      * update graphsage unsupervised example
      
      * update doc for gpu sampling
      
      * update some check for sampling device switching
      
      * fix linting
      
      * adapt for new dataloader
      
      * fix linting
      
      * fix
      
      * fix some name issue
      
      * adjust device check
      
      * add unit test for uva sampling & fix some zero_copy bug
      
      * fix linting
      
      * update num_threads in graphsage examples
      Co-authored-by: default avatarQuan (Andy) Gan <coin2028@hotmail.com>
      Co-authored-by: default avatarJinjing Zhou <VoVAllen@users.noreply.github.com>
      738e8318