Skip to content

Commit 1ab208f

Browse files
authored
Update Changelog for 7.1 (#603)
* Update Changelog for 7.1 * Apply suggestion from @bsyrowik Approved by Release PM for 7.1.1
1 parent 27a847f commit 1ab208f

2 files changed

Lines changed: 26 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,31 @@
33
Documentation for rocWMMA is available at
44
[https://rocm.docs.amd.com/projects/rocWMMA/en/latest](https://rocm.docs.amd.com/projects/rocWMMA/en/latest).
55

6-
## (Unreleased) rocWMMA 2.0.0 for ROCm 7.0.0
6+
## (Unreleased) rocWMMA 2.1.0 for ROCm 7.1.0
7+
8+
### Added
9+
10+
* Added more unit tests to increase the code coverage.
11+
12+
### Changed
13+
14+
* Increased compile timeout and improved visualization in `math-ci`.
15+
16+
### Removed
17+
18+
* Removed absolute paths from the `RPATH` of sample and test binary files.
19+
20+
### Resolved issues
21+
22+
* Fixed issues caused by HIP changes:
23+
* Removed the .data member from HIP_vector_type.
24+
* Broadcast constructor now only writes to the first vector element.
25+
* Fixed a bug related to `int32_t` usage in `hipRTC_gemm` for gfx942, caused by breaking changes in HIP.
26+
* Replaced `#pragma unroll` with `static for` to fix a bug caused by the upgraded compiler which no longer supports using `#pragma unroll` with template parameter indices.
27+
* Corrected test predicates for `BLK` and `VW` cooperative kernels.
28+
* Modified `compute_utils.sh` in `build-infra` to ensure rocWMMA is built with gfx1151 target for ROCm 7.0 and beyond.
29+
30+
## rocWMMA 2.0.0 for ROCm 7.0.0
731

832
### Added
933

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ include(ROCMCheckTargetIds)
7979
include(ROCMClients)
8080

8181
# Versioning via rocm-cmake
82-
set ( VERSION_STRING "2.0.0" )
82+
set ( VERSION_STRING "2.1.0" )
8383
rocm_setup_version( VERSION ${VERSION_STRING} )
8484

8585
# configure a header file to pass the CMake version settings to the source

0 commit comments

Comments
 (0)