summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2017-09-23 18:06:43 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2017-09-23 18:06:43 +0200
commit2df9f21ab8564cf7e55641400c0ab049df798f95 (patch)
tree4aa44264aa70730e1f702b438fc0891df503d35e /CHANGELOG
parent890281f3e8b9c0523e69500d0860aa7085e7fbe1 (diff)
Added extra benchmarks to verify new database caching keys performance
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 32c0be3a..f93e736d 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')
+- Improved performance for small problems on NVIDIA hardware by caching the device name
- Further improved compilation time of database.cpp
- Added a small diagnostics helper executable
- Various minor fixes and enhancements