summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2016-07-08 20:57:58 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2016-07-08 20:57:58 +0200
commit9caa7ca5b9c1fdf99473582cd357506dffd51b44 (patch)
tree71dd1f99863f57a4d0a947a925b4e9755eaf4ae5 /CHANGELOG
parent27854070b4f9ba1d58ccd7189032e56325506597 (diff)
Cache now compares cl_context instead of a pointer to a context; added verbose print statements to the cache
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 15948bbd..248db397 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -4,6 +4,7 @@ Development version (next release)
- Fixed proper MSVC dllimport and dllexport declarations
- Fixed memory leaks related to events not being released
- Fixed a bug with a size_t and cl_ulong mismatch on 32-bit systems
+- Fixed a bug related to the cache and retrieval of programs based on the OpenCL context
- Added an option (-warm_up) to do a warm-up run before timing in the performance clients
- Added tuned parameters for various devices (see README)