1. 08 Mar, 2023 2 commits
    • Xin Yao's avatar
      [Feature] Add `state_dict`, `load_state_dict`, `param_groups` to... · ae4a5b73
      Xin Yao authored
      [Feature] Add `state_dict`, `load_state_dict`, `param_groups` to `dgl.optim.SparseGradOptimizer` (#5311)
      
      * init update
      
      * all get/set optm_state
      
      * add unit tests
      
      * add docstring
      
      * fix for multiple embeddings
      
      * move embedding methods to private
      
      * fix lint
      
      * fix unit tests
      
      * resolve comments
      
      * merge master
      ae4a5b73
    • Xin Yao's avatar
      [Refactor] Replace third_party/nccl with PyTorch's NCCL backend (#4989) · 8d5d8962
      Xin Yao authored
      * expose GeneratePermutation
      
      * add sparse_all_to_all_push
      
      * add sparse_all_to_all_pull
      
      * add unit test
      
      * handle world_size=1
      
      * remove python nccl wrapper
      
      * remove the nccl dependency
      
      * use pinned memory to speedup D2H copy
      
      * fix lint
      
      * resolve comments
      
      * fix lint
      
      * fix ut
      
      * resolve comments
      8d5d8962
  2. 06 Mar, 2023 1 commit
  3. 28 Feb, 2023 1 commit
  4. 24 Feb, 2023 1 commit
  5. 23 Feb, 2023 1 commit
  6. 17 Feb, 2023 2 commits