CHANGELOG.md 652 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
# Change Log for Composable Kernel

Full documentation for Composable Kernel is not yet available.

## CK 0.1.1 for ROCm 5.5.0

### Fixed
- Fixed a bug in 6-dimensional kernels (#555).
- Fixed grouped ConvBwdWeight test case failure (#524).

### Optimizations
rocking5566's avatar
rocking5566 committed
12
- Improve proformance of normalization kernel
13
14
15
16
17
18
19
20
21
22
23

### Added
- Added user tutorial (#563).
- Added more instances for irregular GEMM sizes (#560).
- Added inter-wave consumer-producer programming model for GEMM kernels (#310).
- Added multi-D GEMM client APIs (#534).
- Added multi-embeddings support (#542).
- Added Navi3x blockwise GEMM and real GEMM support (#541).

### Changed
- Changed ...