summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2018-11-01 21:46:19 +0100
committerCedric Nugteren <web@cedricnugteren.nl>2018-11-01 21:46:19 +0100
commit2d32a23293cdc5e0e34160e9ee4f15dc824592b3 (patch)
tree4221e55131ae99f8b2f4f034f7d2de0a74001cd7 /CHANGELOG
parent469c346a8e0b2be9f3c736c39760548b1749918c (diff)
Added new col2im routine to the documentation
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 18c9051d..4a17a47b 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -11,6 +11,7 @@ Development (next version)
- Various minor fixes and enhancements
- Added non-BLAS routines:
* SCONVGEMM/DCONVGEMM/HCONVGEMM (convolution as im2col followed by batched GEMM)
+ * SCOL2IM/DCOL2IM/CCOL2IM/ZCOL2IM/HCOL2IM (col2im transform as used in machine learning)
Version 1.4.1
- Fixed an access violation under Windows upon releasing the OpenCL program when the driver is already unloaded