summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2018-09-07 22:02:44 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2018-09-07 22:02:44 +0200
commitc788e040f7f4e46d9f03644cadb65788fe42571e (patch)
tree46cfc164d5e0104174ee1b7ff1489eee2b23688d /doc
parent2dd539f911dc9e53f188ed404ba95a795ee56fb6 (diff)
Added xCONVGEMM as im2col plus a batched GEMM kernel
Diffstat (limited to 'doc')
-rw-r--r--doc/routines.md3
1 files changed, 2 insertions, 1 deletions
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)