1. 03 May, 2019 1 commit
  2. 27 Apr, 2019 1 commit
    • jjsjann123's avatar
      Bnp integration pr (#275) · fedfe0d7
      jjsjann123 authored
      * Persistent group batchnorm added
      
      Added persistent grouped batch norm for performance run on strong scaling case:
      currently only supporting:
      
        1. nhwc layout
        2. fp16
        3. synchronization only within a node!
      
      Environment variable is used to tune LAUNCH_MARGIN that limits the CTAs usage
      by the persistent kernel.
      
      Documentation and examples will follow.
      
      * updating type().scalarType() to scalar_type()
      
      * moving launch margin to be defined at layer creation, adding a knob cap max ctas per sm
      
      * fixing the cta computation
      
      * review comment:
      
      set device_id through cudaGetDevice()
      move cudaMemset to cudaMemsetAsync
      updated __threadfence() to __threadfence_system() inter device write
      fedfe0d7
  3. 26 Apr, 2019 5 commits
  4. 25 Apr, 2019 1 commit
  5. 22 Apr, 2019 1 commit
  6. 18 Apr, 2019 1 commit
  7. 12 Apr, 2019 1 commit
  8. 10 Apr, 2019 2 commits
  9. 09 Apr, 2019 1 commit
  10. 08 Apr, 2019 1 commit
  11. 04 Apr, 2019 1 commit
    • mcarilli's avatar
      WIP: Handle arbitrary combinations of optimizers/models/losses (#232) · 3f87614f
      mcarilli authored
      * Refactor to allow more flexible treatment of multiple optimizers/models/losses
      
      * Adding _process_optimizers.py
      
      * Created L0 tests (now passing).
      
      * fix: minor print typo (#234)
      
      * make L1 results easier to read
      
      * L0 multiple model/optimizer/loss test fleshed out
      
      * Adding test that master params remain synced across distributed processes
      
      * Docstring updates
      
      * Docstring updates
      3f87614f
  12. 21 Mar, 2019 2 commits
  13. 19 Mar, 2019 2 commits
  14. 15 Mar, 2019 1 commit
  15. 12 Mar, 2019 1 commit
  16. 11 Mar, 2019 2 commits
  17. 10 Mar, 2019 2 commits
  18. 09 Mar, 2019 1 commit
  19. 08 Mar, 2019 5 commits
  20. 03 Mar, 2019 1 commit
  21. 28 Feb, 2019 1 commit
  22. 24 Feb, 2019 1 commit
  23. 22 Feb, 2019 1 commit
  24. 19 Feb, 2019 1 commit
  25. 13 Feb, 2019 1 commit
  26. 11 Feb, 2019 1 commit
  27. 08 Feb, 2019 1 commit