summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2017-01-24 20:34:09 +0100
committerCedric Nugteren <web@cedricnugteren.nl>2017-01-24 20:34:09 +0100
commitfd471e380c54d5496ca1e2b7304408d27a9c7649 (patch)
tree7e3027f045b0e4b13d4295f635672915c1eedfde
parent5e7d140d59fd53789934ec78d8589ff84ce1ef09 (diff)
Updated the changelog for PR131 and PR132
-rw-r--r--CHANGELOG3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index f64b9e0b..20f17807 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,7 +1,10 @@
Development version (next release)
+- Improved the internal program source and binary caches for scalability and speed (thanks to 'intelfx')
+- Fixed a bug having to re-create the binary even if it was in the cache
- Fixed a bug when using offsets in the direct version of the GEMM kernels
- Fixed a missing cl_khr_fp64 when running double-precision on Intel CPUs
+- Tests now also exit with an error code when OpenCL errors or compilation errors occur
- Various minor fixes and enhancements
- Added tuned parameters for various devices (see README)