Skip to content

Commit 9e011bc

Browse files
authored
update the changelog for ROCm6.1 release (ROCm#1205)
* update the changelog for ROCm6.1 release * modifty the order of items in changelog, capitalize GEMMs
1 parent bdcd037 commit 9e011bc

1 file changed

Lines changed: 15 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,27 @@
22

33
Full documentation for Composable Kernel is not yet available.
44

5-
## (Unreleased) CK
5+
## CK for ROCm 6.1.0
66

7-
### Fixes
8-
None
7+
### Additions
8+
* Added generic instances for GEMM XDL operations (#1161)
9+
* Added gamma and beta parameters for the layernorm and groupnorm bwd operations (#1133)
10+
* Introduced wrapper sublibrary (limited functionality). (#1071, #1098, #1108, #1126)
11+
* Added an option to vary the number of warm-up cycles and iterations for ckProfiler (#1124)
912

1013
### Optimizations
11-
None
14+
* New performance optimizations for GEMM operations on MI200 and MI300 architectures (#1135)
1215

13-
### Additions
14-
* Introduced wrapper sublibrary (limited functionality). (#1071, #1098, #1108, #1126, #1139)
16+
### Fixes
17+
* Reduced the build time for most GPU architectures (#1084)
18+
* Fixed some conversion issues for fp8 data type (#1099)
1519

1620
### Changes
1721
None
1822

23+
### Known issues
24+
None
25+
1926
## CK for ROCm 6.0.0
2027

2128
### Fixes
@@ -32,7 +39,7 @@ None
3239
* Grouped convolution support for small K and C (#822 #879 #897)
3340
* Support for NHWGC (2D and 3D) grouped convolution backward weight (#769 #804)
3441
* Support for bf16/f32/f16 and NHWGC (2D and 3D) grouped convolution backward data (#757 #799)
35-
* Support for Batched Gemm DL (#732)
42+
* Support for Batched GEMM DL (#732)
3643

3744
### Changes
3845
* Changed the grouped convolution API to maintain consistency with other convolution kernels (#817)
@@ -48,7 +55,7 @@ None
4855

4956
### Additions
5057
* New CMake flags:
51-
* "DL_KERNELS"-* Must be set to "ON" in order to build the gemm_dl and batched_gemm_multi_d_dl instances
58+
* "DL_KERNELS"-* Must be set to "ON" in order to build the GEMM DL and batched_gemm_multi_d_dl instances
5259
* "DTYPES" -- Can be set to any subset of "fp64;fp32;fp16;fp8;bf16;int8" to build an instance of the specified data types
5360
* "INSTANCES_ONLY" -- Only builds CK library and instances without tests, examples, or profiler
5461
* New feature: if GPU_TARGETS is not set in the CMake command line, CK will be built for all targets supported by the compiler

0 commit comments

Comments
 (0)