summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorcnugteren <web@cedricnugteren.nl>2016-05-15 16:10:56 +0200
committercnugteren <web@cedricnugteren.nl>2016-05-15 16:10:56 +0200
commit716d7c67d91ef61e3d71e219f61c72859ac823eb (patch)
tree543af924d3e5557a05a434d332cc6205ee0f07ed /CHANGELOG
parent9e36b3b20d5bc69e8744e76f347a3f5e1345778a (diff)
Fixed a bug in the xGEMM routine related to the event incorrectly set
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 187fca73..6de365bf 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,7 @@
Development version (next release)
- Improved performance of large power-of-2 xGEMM kernels for AMD GPUs
+- Fixed a bug in the xGEMM routine related to the event incorrectly set
Version 0.7.0
- Added exports to be able to create a DLL on Windows (thanks to Marco Hutter)