summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2020-02-17 22:07:51 +0100
committerCedric Nugteren <web@cedricnugteren.nl>2020-02-17 22:07:51 +0100
commit49eb490ee1c60ed254eb1c501e18ebd9948e0ab5 (patch)
tree7d9b8ef587d06a242c3e88eb4e490f8736eb2c5d /CHANGELOG
parent8a19667e75017a255aeb6addc32815a0ec46b30f (diff)
Catches all exceptions of the tuners
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 7a468e7c..ac51ac58 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,6 @@
Development (next version)
- Implemented single-kernel version of convolution as GEMM
+- Now catches all exceptions thrown by the tuners
- Fixed a bug in ISAMIN kernel
- Fixed an out-of-bounds read/write in the XHAD routine (thanks to etomzak)
- Various minor fixes and enhancements