Skip to content

Commit b63acce

Browse files
authored
adding the first draft of changelog (#571)
* adding the first draft of changelog * second draft of changelog
1 parent 332ccc3 commit b63acce

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Change Log for Composable Kernel
2+
3+
Full documentation for Composable Kernel is not yet available.
4+
5+
## CK 0.1.1 for ROCm 5.5.0
6+
7+
### Fixed
8+
- Fixed a bug in 6-dimensional kernels (#555).
9+
- Fixed grouped ConvBwdWeight test case failure (#524).
10+
11+
### Optimizations
12+
- Optimized ...
13+
14+
### Added
15+
- Added user tutorial (#563).
16+
- Added more instances for irregular GEMM sizes (#560).
17+
- Added inter-wave consumer-producer programming model for GEMM kernels (#310).
18+
- Added multi-D GEMM client APIs (#534).
19+
- Added multi-embeddings support (#542).
20+
- Added Navi3x blockwise GEMM and real GEMM support (#541).
21+
22+
### Changed
23+
- Changed ...

0 commit comments

Comments
 (0)