summaryrefslogtreecommitdiff
path: root/doc/routines.md
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2018-12-23 11:11:59 +0100
committerGitHub <noreply@github.com>2018-12-23 11:11:59 +0100
commitb894993967529f8b878e376d9dfe146e7fee26aa (patch)
tree56f3ba2dbe581c9837e6034ed87b6d72cf533853 /doc/routines.md
parent1f41c3c50abea269390cd65a033186b09da9e454 (diff)
parent9532f8652c33b7f2d8674a3a848e745202378c7e (diff)
Merge pull request #343 from vbkaisetsu/feature/convgemm-single
Fix single kernel version of convgemm
Diffstat (limited to 'doc/routines.md')
-rw-r--r--doc/routines.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/routines.md b/doc/routines.md
index a4cb5e57..3ba8283e 100644
--- a/doc/routines.md
+++ b/doc/routines.md
@@ -94,7 +94,7 @@ In addition, some extra non-BLAS routines are also supported by CLBlast, classif
| xOMATCOPY | ✔ | ✔ | ✔ | ✔ | ✔ | (Out-of-place copying/transposing/scaling of matrices)
| xIM2COL | ✔ | ✔ | ✔ | ✔ | ✔ | (Image to column transform as used to express convolution as GEMM)
| xCOL2IM | ✔ | ✔ | ✔ | ✔ | ✔ | (Column to image transform as used in machine learning)
-| xCONVGEMM | ✔ | ✔ | - | - | ✔ | (Experimental, implemented as im2col followed by batched GEMM)
+| xCONVGEMM | ✔ | ✔ | - | - | ✔ | (Experimental, implemented as either im2col followed by batched GEMM or as a single kernel)
Some less commonly used BLAS routines are not yet supported by CLBlast. They are xROTG, xROTMG, xROT, xROTM, xTBSV, and xTPSV.