adding the first draft of changelog (#571)

* adding the first draft of changelog

* second draft of changelog

[ROCm/composable_kernel commit: b63accee2b]
This commit is contained in:
Illia Silin
2023-02-08 15:25:53 -08:00
committed by GitHub
parent 7cb7031d6a
commit 03c35c2a7a

23
CHANGELOG.md Normal file
View File

@@ -0,0 +1,23 @@
# 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
- Optimized ...
### 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 ...