summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2019-09-06 19:33:30 +0200
committerGitHub <noreply@github.com>2019-09-06 19:33:30 +0200
commit6ac74008b6c676ab6834f1c758670c938a0529c3 (patch)
treea66082f0941568619ff32dc598f3b83acd66aee9
parent701ac9bf76da372c19a147dfd3ec10d31eaa5a52 (diff)
Added notion of fixes in XhadFaster
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index c8bf04ca..7a468e7c 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,7 @@
Development (next version)
- Implemented single-kernel version of convolution as GEMM
- 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
- Added tuned parameters for various devices (see doc/tuning.md)