Skip to content

Commit

Permalink
[ROCm 6.2] add change log (#3113)
Browse files Browse the repository at this point in the history
  • Loading branch information
bghimireamd authored and junliume committed Jul 12, 2024
1 parent ad4ed77 commit 29abff0
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,25 @@

Full documentation for MIOpen is available [here](https://rocm.docs.amd.com/projects/MIOpen/en/latest/)

## (Unreleased) MIOpen-3.1.0 for ROCm 6.1.0
## MIOpen-3.2.0 for ROCm 6.2.0
### Added
- [Conv] bilinear (alpha beta) solvers
- [Conv] enable bf16 for ck-based solvers
- [Conv] Add split_k tuning to 2d wrw ck-based solver
- [MHA] graph API fp8 fwd
- [RNN] multi-stream as default solution.
- TunaNetv2.0 for MI300
- Added adam and amp adam optimizer

### Fixed
- Memory access fault caused by GemmBwdRest
- Context configuration in GetWorkSpaceSize
- Fixes to support huge tensors

### Performance
- Find: Improve precision of benchmarking

## MIOpen-3.1.0 for ROCm 6.1.0
### Added
- CK-based 2d/3d convolution solvers to support nchw/ncdhw layout
- Fused solver for Fwd Convolution with Residual, Bias and activation
Expand Down

0 comments on commit 29abff0

Please sign in to comment.