mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-14 02:02:46 +00:00
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:
23
CHANGELOG.md
Normal file
23
CHANGELOG.md
Normal 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 ...
|
||||
Reference in New Issue
Block a user