summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2017-02-27 21:49:20 +0100
committerCedric Nugteren <web@cedricnugteren.nl>2017-02-27 21:49:20 +0100
commitd6f1b5fca35414de4c31d4e0e280ca9987c062f1 (patch)
tree31ab536da3c72a99246ec7b903fb876583da4101 /CHANGELOG
parent00281dad26c6e83ef39629cc26b24154f3219e06 (diff)
Added L2 error computation and checking for half-precision tests
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index f7cae9b8..d5e0a2ba 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -6,6 +6,7 @@ Development version (next release)
- Fixed a missing cl_khr_fp64 when running double-precision on Intel CPUs
- Fixed bugs in the half-precision routines HTBMV/HTPMV/HTRMV/HSYR2K/HTRMM
- Tests now also exit with an error code when OpenCL errors or compilation errors occur
+- Tests now also check for the L2 error in case of half-precision
- Added the OverrideParameters function to the API to be able to supply custom tuning parmeters
- Various minor fixes and enhancements
- Added tuned parameters for various devices (see README)