summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2017-08-24 21:11:12 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2017-08-24 21:11:12 +0200
commit4d9d03ba512fb404537180a42cf17fb3e10a8033 (patch)
tree8205f3939bdaea2c22af48b8adc0d83a85dd937b /README.md
parenta8c26594d9ee5b735b9d1b0400ac7eba4abf02fb (diff)
Completed im2col implementation
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2386cc88..b647f4da 100644
--- a/README.md
+++ b/README.md
@@ -298,6 +298,7 @@ In addition, some extra non-BLAS routines are also supported by CLBlast, classif
| IxMAX | ✔ | ✔ | ✔ | ✔ | ✔ |
| IxMIN | ✔ | ✔ | ✔ | ✔ | ✔ |
| xOMATCOPY | ✔ | ✔ | ✔ | ✔ | ✔ |
+| xIM2COL | ✔ | ✔ | ✔ | ✔ | ✔ |
Some less commonly used BLAS routines are not yet supported yet by CLBlast. They are xROTG, xROTMG, xROT, xROTM, xTBSV, and xTPSV.