Skip to content

MIOpen v2.9.0

Compare
Choose a tag to compare
@daniellowell daniellowell released this 02 Dec 02:15
· 1757 commits to develop since this release

Notes:

  • This release contains implicit GEMM algorithm performance updates and bug fixes. Additional performance improvements have been implement for batch normalization.

Changes:

  • Added new assembly implicit GEMM kernels
  • Added batch normalization optimizations
  • Fixed issue where miopen-hip backend install would not search for rocBLAS dependency
  • Removed missing tunings from previous release cycle
  • Removed deprecated implicit GEMM xDLOPs solvers
  • Removed incorrect error messages from implicit GEMM solvers
  • Disabled ConvAsmBwdWrW3x3 solver for stride > 1 cases
  • Disabled bidirectional multi-pass kernels due to stability issues