summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2020-05-11 22:39:48 +0200
committerGitHub <noreply@github.com>2020-05-11 22:39:48 +0200
commit0826bfe683e7cdc1c68224a923715928fc07e753 (patch)
tree02be3e1132f759a6f3adb1966763be1107bafe06 /CHANGELOG
parent9abc4167854f77e7982957232b0c23483a79c97a (diff)
parentc369cf1a16be2c30ace8d260abcb85638544ea84 (diff)
Merge pull request #388 from CNugteren/CLBlast-381-gemm-direct-tuner-failure
Fixed tuners global workgroup size
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