summaryrefslogtreecommitdiff
path: root/doc/tuning.md
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2018-11-01 21:46:19 +0100
committerCedric Nugteren <web@cedricnugteren.nl>2018-11-01 21:46:19 +0100
commit2d32a23293cdc5e0e34160e9ee4f15dc824592b3 (patch)
tree4221e55131ae99f8b2f4f034f7d2de0a74001cd7 /doc/tuning.md
parent469c346a8e0b2be9f3c736c39760548b1749918c (diff)
Added new col2im routine to the documentation
Diffstat (limited to 'doc/tuning.md')
-rw-r--r--doc/tuning.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tuning.md b/doc/tuning.md
index 6243d135..6b52f4a2 100644
--- a/doc/tuning.md
+++ b/doc/tuning.md
@@ -235,4 +235,4 @@ To find out which tuners to run for which routines, you can use the table below.
| GER GERC GERU HER HER2 HPR HPR2 SPR SPR2 SYR SYR2 | Xger |
| GEMM HEMM HER2K HERK SYMM SYR2K SYRK TRMM GEMMBATCHED GEMMSTRIDEDBATCHED | Xgemm XgemmDirect Copy Pad Transpose Padtranspose |
| TRSM | Xgemm XgemmDirect Copy Pad Transpose Padtranspose Invert |
-| IM2COL | Copy |
+| IM2COL COL2IM | Copy |