1. 14 Dec, 2021 1 commit
  2. 19 Oct, 2021 1 commit
  3. 15 Apr, 2021 1 commit
    • Sudhakar Singh's avatar
      Add unit tests for Fused NovoGrad (#1065) · 59d2f7ac
      Sudhakar Singh authored
      * Add unit tests for fused-novograd
      
      * Fix: tensors should reside on the same device
      
      * Fix: Cudastream should be called on the same device on which the tensors reside on. Found this during debugging fused novograd multi-device unit test
      
      * fixed issues mentioned in the comments
      59d2f7ac
  4. 21 Jan, 2021 1 commit
  5. 18 Jan, 2021 1 commit
  6. 05 Aug, 2020 1 commit
  7. 26 May, 2020 1 commit
  8. 03 Sep, 2019 1 commit
    • Deyu Fu's avatar
      Fix issues in fused_dam (#469) · 7fa74925
      Deyu Fu authored
      * move import of amp_C to __init__()
      
      * make fp16/32 separate lists to support mixed param types, disable double test
      
      * make zero_grad consistent between adam/novograd/lamb
      7fa74925
  9. 17 Aug, 2019 1 commit
  10. 13 Aug, 2019 1 commit
    • Deyu Fu's avatar
      Reverse to Fused* naming, clean up accordingly: · 007c5947
      Deyu Fu authored
      FusedSGD now work as before
      FusedAdam now work with o1/o2, no longer fuse scaling and casting
      Removed special backend handling for FusedAdam
      Moved and updated test for FusedAdam into run_optimizers
      Removed legacy tests for optimizers.FP16_optimizer and FusedAdam in run_mixed_adam
      007c5947
  11. 12 Aug, 2019 1 commit
  12. 08 Aug, 2019 1 commit
  13. 13 Mar, 2019 1 commit
  14. 26 Feb, 2019 1 commit
  15. 30 Oct, 2018 1 commit
    • ngimel's avatar
      Adam tests (#67) · d594826c
      ngimel authored
      * Add unittest for FusedAdam.
      
      * Fix some bugs.
      
      * set seed for adam test
      d594826c