summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2018-10-15 20:08:29 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2018-10-15 20:08:29 +0200
commit664a238adfd581dd1b2e6ed94592ba956ae117dc (patch)
tree8cd732633e0bb3e8c3a8e12a652d789bcf0e73f9 /CHANGELOG
parent634b2bc75c74b80cdd2c60f87472d6f8f467cbba (diff)
Fixed a bug in the XaxpyFaster kernel for specific parameters
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index bc856357..18c9051d 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -7,6 +7,7 @@ Development (next version)
- 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
- Fixed an issue with the preprocessor and the new GEMMK == 1 kernel
+- Fixed an issue for certain parameters for AXPY's 'XaxpyFaster' kernel
- Various minor fixes and enhancements
- Added non-BLAS routines:
* SCONVGEMM/DCONVGEMM/HCONVGEMM (convolution as im2col followed by batched GEMM)