summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index e45c4f79..c3519778 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,9 +1,11 @@
Development (next version)
- The tuners can now use particle-swarm optimisation to search more efficiently (thanks to 'mcian')
+- Added non-BLAS routines:
+ * SIM2COL/DIM2COL/CIM2COL/ZIM2COL/HIM2COL (im2col transform as used to express convolution as GEMM)
Version 1.0.1
-- Fixed a bug in the direct version of the GEMM kernel
+- Fixed a bug in the direct version of the GEMM kernel)
Version 1.0.0
- Fixed a bug in the TRSM routine for alpha != 1