Skip to content

Commit

Permalink
Added v2.10.0 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
JehandadKhan committed Mar 25, 2021
1 parent 7c971ae commit 010ef4a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions doc/src/releasenotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
## MIOpen Release notes


### 03/25/2021 [2.10.0]

- This release contains new reduction operations, Winograd algorithm performance improvements as well as bug fixes. Various host side performance improvements have been added as well.

- Added a GPU reference kernel implementation for faster testing.
- Add TargetID support for new AMD GPU architectures.
- Implementation of four additional generic tensor reduction operations (AVG, AMAX, NORM1, NORM2).
- Fixed a bug where Batchnorm would give incorrect results when the product of image height and image width is not a factor of four.
- Various host side improvements for better find and tuning performance.
- Added support for AMD Code Object V4.

### 12/01/2020 [ 2.9.0 ]

- This release contains implicit GEMM algorithm performance updates and bug fixes. Additional performance improvements have been implemented for batch normalization.
Expand Down

0 comments on commit 010ef4a

Please sign in to comment.