summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2018-04-29 15:06:44 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2018-04-29 15:06:44 +0200
commit9f22bc232ba30b55b7c7fece21e0906720f079a4 (patch)
treeb7b1e15558cd8751da56ab481b89f76c6b40fcae /CHANGELOG
parent0022107b2ad488217829b306cebd294e52fddeb2 (diff)
Updated the changelog
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index b29c3a75..127dbcb9 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -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