Updated the changelog

pull/277/head
Cedric Nugteren 2018-04-29 15:06:44 +02:00
parent 0022107b2a
commit 9f22bc232b
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ Development (next version)
- Added CLBlast to Ubuntu PPA and macOS Homebrew package managers
- Added an API to run the tuners programmatically without any I/O
- Improved the performance potential by adding a second tunable GEMM kernel with 2D register tiling
- Added support for Intel specific subgroup shuffling extensions for faster GEMM on Intel GPUs
- Re-added a local memory size constraint to the tuners
- Updated and reorganised the CLBlast documentation
- Various minor fixes and enhancements