summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2017-08-24 21:11:12 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2017-08-24 21:11:12 +0200
commit4d9d03ba512fb404537180a42cf17fb3e10a8033 (patch)
tree8205f3939bdaea2c22af48b8adc0d83a85dd937b /CHANGELOG
parenta8c26594d9ee5b735b9d1b0400ac7eba4abf02fb (diff)
Completed im2col implementation
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG6
1 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index e7e0e9ae..ac323ca0 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,10 @@
+Development (next version)
+- 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