summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2020-05-10 20:28:23 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2020-05-10 20:28:23 +0200
commit4a6c7c37a34692a77d2cdce770898ce4cf319295 (patch)
tree26e531bdb69b750ebd43f7b13ecbad6e1680d278 /CHANGELOG
parent69a4b4d4b08c425b7ede4747a04af39d539d0a7d (diff)
Made sure that the global workgroup size is a multiple of the local size in the tuners
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index c55e59ca..81d7be6c 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,6 @@
Development version (next version)
- Changed XAMAX/XAMIN to more likely return first rather than last min/max index, updated API docs
+- Fixed a bug in the tuners related to global workgroup size not being a multiple of the local
- Added batched routines to pyclblast
- Various minor fixes and enhancements