1. 04 Jun, 2022 2 commits
  2. 03 Jun, 2022 1 commit
  3. 02 Jun, 2022 1 commit
  4. 27 May, 2022 1 commit
  5. 26 May, 2022 1 commit
  6. 23 May, 2022 2 commits
  7. 20 May, 2022 2 commits
  8. 18 May, 2022 1 commit
  9. 11 May, 2022 1 commit
  10. 10 May, 2022 1 commit
  11. 29 Apr, 2022 1 commit
  12. 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
  13. 25 Apr, 2022 1 commit
  14. 22 Apr, 2022 1 commit
  15. 14 Apr, 2022 1 commit
  16. 13 Apr, 2022 2 commits
  17. 12 Apr, 2022 3 commits
  18. 09 Apr, 2022 1 commit
  19. 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
  20. 30 Mar, 2022 2 commits
  21. 26 Mar, 2022 1 commit
  22. 25 Mar, 2022 1 commit
  23. 23 Mar, 2022 1 commit
  24. 11 Mar, 2022 1 commit
  25. 10 Mar, 2022 1 commit
  26. 07 Mar, 2022 1 commit
  27. 03 Mar, 2022 1 commit
  28. 01 Mar, 2022 1 commit
  29. 28 Feb, 2022 1 commit
  30. 27 Feb, 2022 1 commit
  31. 24 Feb, 2022 1 commit
  32. 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
  33. 22 Feb, 2022 1 commit