summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2018-06-02 17:57:45 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2018-06-02 17:57:45 +0200
commit4f594e39319912f0fbbc145d330ad9e09a66bbee (patch)
tree957ce02f375dbedba46a79e26032d0cec368da2b /CHANGELOG
parent7c3431a72ae091703a7f36999f2b5a0cd8189220 (diff)
Added MKL as an alternative for CBLAS for correctness and performance comparisons
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index c86ab70b..70ebfd3a 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -9,6 +9,7 @@ Development (next version)
- The routine tuners now automatically pick up tuning results from disk from the kernel tuners
- Updated and reorganised the CLBlast documentation
- Added a 'canary' region to check for overflows in the tuner and tests (insipred by clARMOR)
+- Added an option to test against and compare performance with Intel's MKL
- Fixed an access violation when compiled with Visual Studio upon releasing the OpenCL program
- Fixed incorrect releasing of the OpenCL program resulting in segfaults / access violations
- Various minor fixes and enhancements