summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2017-09-16 21:19:06 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2017-09-16 21:19:06 +0200
commit0802e3d84c464f2f1dd9a02ea353654d19c2286a (patch)
tree4a407b6cdfe81a0ef35ec43a35d8072fb60d66a6 /CHANGELOG
parent7d0ef8e10d05ee3a18360295c021ab6a6ef32c2d (diff)
Added tuning results for Intel Core i7 6770HQ
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 80c05e5f..a62c040e 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -6,6 +6,7 @@ Development (next version)
- The tuners can now use particle-swarm optimisation to search more efficiently (thanks to 'mcian')
- Further improved compilation time of database.cpp
- Various minor fixes and enhancements
+- Added tuned parameters for various devices (see README)
- Added non-BLAS routines:
* SIM2COL/DIM2COL/CIM2COL/ZIM2COL/HIM2COL (im2col transform as used to express convolution as GEMM)