summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2018-04-15 11:45:45 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2018-04-15 11:45:45 +0200
commitf14e6f87d2851936629071a2bb0c39d3a8b1a0e5 (patch)
treea79691a1e12f848360ab58381e2f2c844a26456c /CHANGELOG
parent0dff7f1ac43bb7d074db36ce2ce44c52e6760e7e (diff)
Updated tuning results for the Skylake ULT GT2 GPU with the new kernel
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 9cf9f167..b29c3a75 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -3,6 +3,7 @@ Development (next version)
- Added Python interface to CLBlast 'PyCLBlast'
- 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
- Re-added a local memory size constraint to the tuners
- Updated and reorganised the CLBlast documentation
- Various minor fixes and enhancements