From c788e040f7f4e46d9f03644cadb65788fe42571e Mon Sep 17 00:00:00 2001 From: Cedric Nugteren Date: Fri, 7 Sep 2018 22:02:44 +0200 Subject: Added xCONVGEMM as im2col plus a batched GEMM kernel --- doc/routines.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/routines.md b/doc/routines.md index c5e14907..7c6a1eb9 100644 --- a/doc/routines.md +++ b/doc/routines.md @@ -93,8 +93,9 @@ In addition, some extra non-BLAS routines are also supported by CLBlast, classif | xHAD | ✔ | ✔ | ✔ | ✔ | ✔ | (Hadamard product) | xOMATCOPY | ✔ | ✔ | ✔ | ✔ | ✔ | (Out-of-place copying/transposing/scaling of matrices) | xIM2COL | ✔ | ✔ | ✔ | ✔ | ✔ | (Image to column transform as used to express convolution as GEMM) +| xCONVGEMM | ✔ | ✔ | - | - | ✔ | (Experimental, implemented as im2col followed by batched GEMM) -Some less commonly used BLAS routines are not yet supported yet by CLBlast. They are xROTG, xROTMG, xROT, xROTM, xTBSV, and xTPSV. +Some less commonly used BLAS routines are not yet supported by CLBlast. They are xROTG, xROTMG, xROT, xROTM, xTBSV, and xTPSV. Half precision (fp16) -- cgit v1.2.3