summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2018-07-31 21:49:37 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2018-07-31 21:49:37 +0200
commit503ab74f020fe764fd2bd69d60ecd72f758b11a2 (patch)
tree75b5e936a7a3a9d04397a2fedf7255c1fe15c3b1 /CHANGELOG
parent391e5757bdfbd37b7d15b6834a90749813a93369 (diff)
Fixed issue with not performing complex conjugation under certain cases when transposing
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