You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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.
0 commit comments