"src/vscode:/vscode.git/clone" did not exist on "1b42732ced07861b810f77ecf3fc8ce63ce465e8"
  1. 29 Jan, 2021 1 commit
  2. 18 Dec, 2020 1 commit
  3. 19 Nov, 2020 1 commit
    • Jeff Rasley's avatar
      ZeRO-1 tune max-elems + bug fix (#532) · 08c96a1b
      Jeff Rasley authored
      * zero-1 memory fix
      
      * auto-tune max elems per comm to reduce padding/comm intervals
      
      * clean-up and added previously missing reduction options
      
      * fix testing backing to work with torch1.7
      08c96a1b
  4. 10 Sep, 2020 1 commit
  5. 19 May, 2020 1 commit
  6. 05 Feb, 2020 1 commit
  7. 04 Feb, 2020 2 commits
    • Jeff Rasley's avatar
      add allreduce test (#7) · 52c5a936
      Jeff Rasley authored
      * add allreduce test
      
      * comment out set rank to cuda for now
      
      * switched back to gloo
      52c5a936
    • Shaden Smith's avatar
      Distributed testing (#6) · b61a2217
      Shaden Smith authored
      * Adds distributed_test decorator and some unit tests.
      
      * Setting NCCL backend.
      
      * Parametrizes test.
      
      * rank -> local_rank
      
      * Temporarily disable CUDA initialization.
      b61a2217