summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2017-09-16 18:02:37 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2017-09-16 18:02:37 +0200
commit4e317f5e85916a275ff3d22225f7cd42cea03d9b (patch)
tree5e87f7a3750e51cd5e8225a04fa09470c949b97d /CHANGELOG
parentc21878eccee068a039f6c9567f8286c18751c69a (diff)
Improved compilation time of the tuner database
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 76a83826..80c05e5f 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -4,6 +4,7 @@ Development (next version)
- The tuning database now has a dictionary to translate vendor/device names to a common set
- The tuners can now distinguish between different AMD GPU board names of the same architecture
- 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 non-BLAS routines:
* SIM2COL/DIM2COL/CIM2COL/ZIM2COL/HIM2COL (im2col transform as used to express convolution as GEMM)