1. 01 Sep, 2021 2 commits
  2. 17 Jul, 2021 2 commits
    • Nan Zheng's avatar
      Added more fusion and vectorized kernel for transducer (#1125) · 0c2c6eea
      Nan Zheng authored
      * Added support for fused ReLU and dropout into transducer joint
      
      * Reorganized code selection path in transducer joint fwd
      * Added support for fused ReLU+dropout into transducer joint
      
      * Vectorize transducer loss backward with fused softmax (#3)
      
      * Nanz/transducer loss (#4)
      
      * Vectorize transducer loss backward with fused softmax
      
      * Added a predicate to avoid potential IMA
      
      * Nanz/transducer loss (#5)
      
      * Vectorize transducer loss backward with fused softmax
      
      * Added a predicate to avoid potentional IMA
      
      * Added more predicates to avoid IMAs
      
      * Updated documentations for newly added features.
      
      * Fixed a error in transducer.py
      0c2c6eea
    • yjk21's avatar
      Adds small-batch kernels (#1126) · ed719967
      yjk21 authored
      ed719967
  3. 17 Apr, 2021 1 commit
  4. 16 Apr, 2021 1 commit
  5. 24 Mar, 2021 1 commit
    • Nan Zheng's avatar
      Initial check-in of the transducer extensions (#1069) · d86d1b09
      Nan Zheng authored
      * Initial check-in of the transducer extension.
      
      * Added more comments to help explain the code
      
      * Corrected minor typos
      
      * 1. Renamed variable in tests to match the extension
      2. Disabled ninja build option
      d86d1b09
  6. 23 Feb, 2021 1 commit
  7. 01 Dec, 2020 1 commit
  8. 10 Aug, 2020 1 commit
  9. 01 Aug, 2020 1 commit
  10. 01 Jun, 2020 1 commit
  11. 30 May, 2020 2 commits
  12. 29 May, 2020 1 commit
  13. 14 May, 2020 1 commit
  14. 23 Apr, 2020 1 commit
  15. 22 Apr, 2020 1 commit
  16. 23 Mar, 2020 1 commit
  17. 20 Mar, 2020 2 commits
  18. 11 Mar, 2020 1 commit
  19. 02 Mar, 2020 1 commit
  20. 27 Feb, 2020 1 commit
  21. 25 Feb, 2020 2 commits
  22. 24 Feb, 2020 1 commit
    • Kevin Stephano's avatar
      Change to Multihead Attention to allow Batched GEMMs larger than 64K. (#728) · 1733946a
      Kevin Stephano authored
      * Adding C++ Multihead Attention implementation to contrib.
      
      * Add reference test that at least works for forward.
      
      * Remove CublasLt support from multihead attention.
      
      * Add new Python version of self attention.
      
      * Update python model of MHA with backward pass.
      
      * Fixed Output Linear connection in MHA.
      
      * Clean up compiles and add documentation to PySelfAttention.
      
      * Add Encdec Python version of multihead attention.  Cleanup files.
      
      * Tests for self and encdec multihead attention.
      
      * Add reference pytorch implementation of attention with norm and add.
      
      * Add cutlass branch definition.
      
      * Add cutlass download to compile.
      
      * Add norm/add tests.
      
      * Add biases to pytorch python versions.
      
      * Add tests and fix issues with python version of attention masking.
      
      * Create README.md
      
      * Update README.md
      
      * Update README.md
      
      * Update perf test parameters.
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      
      * Add files via upload
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      
      * Fix matmul1 output tensor size.  Fix tests that missed issue.
      
      * Allow for Z dimensions of 64K and greater on batched GEMMs.
      
      * remove redundant imports
      
      * general cleanup, remove deprecated or unused functions
      1733946a
  23. 15 Feb, 2020 1 commit
  24. 06 Feb, 2020 1 commit
    • Kevin Stephano's avatar
      Add Fast Multihead Attention to APEX Contrib (#697) · 3f94528e
      Kevin Stephano authored
      * Adding C++ Multihead Attention implementation to contrib.
      
      * Add reference test that at least works for forward.
      
      * Remove CublasLt support from multihead attention.
      
      * Add new Python version of self attention.
      
      * Update python model of MHA with backward pass.
      
      * Fixed Output Linear connection in MHA.
      
      * Clean up compiles and add documentation to PySelfAttention.
      
      * Add Encdec Python version of multihead attention.  Cleanup files.
      
      * Tests for self and encdec multihead attention.
      
      * Add reference pytorch implementation of attention with norm and add.
      
      * Add cutlass branch definition.
      
      * Add cutlass download to compile.
      
      * Add norm/add tests.
      
      * Add biases to pytorch python versions.
      
      * Add tests and fix issues with python version of attention masking.
      
      * Create README.md
      
      * Update README.md
      
      * Update README.md
      
      * Update perf test parameters.
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      
      * Add f...
      3f94528e
  25. 21 Jan, 2020 1 commit
  26. 08 Jan, 2020 1 commit
  27. 04 Oct, 2019 1 commit
  28. 13 Sep, 2019 1 commit
  29. 06 Sep, 2019 1 commit
    • mcarilli's avatar
      Fix for #456 (#477) · 325f5a0b
      mcarilli authored
      * Pushing for build tests
      
      * Contrib files
      
      * Removing deprecated checks
      325f5a0b
  30. 17 Aug, 2019 1 commit
  31. 16 Aug, 2019 1 commit
  32. 13 Aug, 2019 1 commit
  33. 08 Aug, 2019 1 commit
  34. 31 May, 2019 1 commit
    • Thor Johnsen's avatar
      Multi tensor lamb optimizer (#334) · 8be5b6be
      Thor Johnsen authored
      * First draft, for discussion
      
      * Fix mistakes in LAMB equations
      
      * Add loop over chunk
      
      * Bug fix
      
      * Bug fix
      
      * Bug fix
      
      * Undo bug fix
      
      * Bug fix
      
      * Add multi tensor LAMB optimizer to setup.py
      
      * Rename step_size to learning_rate
      
      * Fix compilation errors
      8be5b6be
  35. 23 May, 2019 1 commit