summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKoichi Akabe <vbkaisetsu@gmail.com>2018-12-18 14:08:16 +0900
committerKoichi Akabe <vbkaisetsu@gmail.com>2018-12-18 14:08:16 +0900
commitc0883cf2fe595e4335c7e69179d5072c4d530a48 (patch)
treee5b2793787ca8917cb21e4245f35d19408f48bf2
parenta8e6f813ddb7a8f608077d035583114fd2e763dd (diff)
Update the documentation
-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.