summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2018-08-02 08:35:32 +0200
committerGitHub <noreply@github.com>2018-08-02 08:35:32 +0200
commit2bea758165cd8c784d1fafe60a949154c2e10000 (patch)
tree36a58d77e2900ed71c4f66de1bb32e68cbe7a21a /CHANGELOG
parentbed10d273118e39ef49cf2aea7d69c4194a8384f (diff)
parent503ab74f020fe764fd2bd69d60ecd72f758b11a2 (diff)
Merge pull request #309 from CNugteren/CLBlast-306-omatcopy-conjugate
Fixes bug in conjugate transpose not being executed
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index f6d05df3..3134e7bf 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,7 @@
Development (next version)
- Added support for shuffle instructions for NVIDIA GPUs (thanks to 'tyler-utah')
- The tuners now check beforehand on invalid local thread sizes and skip those completely
+- Fixed an issue with conjugate transpose not being executed in certain cases for a.o. XOMATCOPY
- Fixed an issue with AMD GPUs and the new GEMMK == 1 kernel
- Various minor fixes and enhancements