1. 09 Jun, 2022 1 commit
    • Chang Liu's avatar
      [Bugfix] Fix example case: examples/pytorch/ogb/ogbn-proteins and... · 549df65a
      Chang Liu authored
      [Bugfix] Fix example case: examples/pytorch/ogb/ogbn-proteins and examples/pytorch/ogb/ogbn-products (#4080)
      
      * [Bugfix] Fix ogbn-gat-proteins/products examples
      
      * Remove unused BatchSampler definition
      
      * Remove comments to ease reading/reviewing
      
      * Remove dataloader wrapper
      549df65a
  2. 04 Jun, 2022 2 commits
  3. 03 Jun, 2022 1 commit
  4. 02 Jun, 2022 1 commit
  5. 27 May, 2022 1 commit
  6. 26 May, 2022 1 commit
  7. 23 May, 2022 2 commits
  8. 20 May, 2022 2 commits
  9. 18 May, 2022 1 commit
  10. 11 May, 2022 1 commit
  11. 10 May, 2022 1 commit
  12. 29 Apr, 2022 1 commit
  13. 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
  14. 25 Apr, 2022 1 commit
  15. 22 Apr, 2022 1 commit
  16. 14 Apr, 2022 1 commit
  17. 13 Apr, 2022 2 commits
  18. 12 Apr, 2022 3 commits
  19. 09 Apr, 2022 1 commit
  20. 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
  21. 30 Mar, 2022 2 commits
  22. 26 Mar, 2022 1 commit
  23. 25 Mar, 2022 1 commit
  24. 23 Mar, 2022 1 commit
  25. 11 Mar, 2022 1 commit
  26. 10 Mar, 2022 1 commit
  27. 07 Mar, 2022 1 commit
  28. 03 Mar, 2022 1 commit
  29. 01 Mar, 2022 1 commit
  30. 28 Feb, 2022 1 commit
  31. 27 Feb, 2022 1 commit
  32. 24 Feb, 2022 1 commit
  33. 23 Feb, 2022 1 commit
    • Minjie Wang's avatar
      [NN] Rework RelGraphConv and HGTConv (#3742) · 0227ddfb
      Minjie Wang authored
      * WIP: TypedLinear and new RelGraphConv
      
      * wip
      
      * further simplify RGCN
      
      * a bunch of tweak for performance; add basic cpu support
      
      * update on segmm
      
      * wip: segment.cu
      
      * new backward kernel works
      
      * fix a bunch of bugs in kernel; leave idx_a for future
      
      * add nn test for typed_linear
      
      * rgcn nn test
      
      * bugfix in corner case; update RGCN README
      
      * doc
      
      * fix cpp lint
      
      * fix lint
      
      * fix ut
      
      * wip: hgtconv; presorted flag for rgcn
      
      * hgt code and ut; WIP: some fix on reorder graph
      
      * better typed linear init
      
      * fix ut
      
      * fix lint; add docstring
      0227ddfb