summaryrefslogtreecommitdiff
path: root/src/routines/levelx/xim2col.hpp
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2018-10-22 22:12:58 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2018-10-22 22:12:58 +0200
commit44b630fc222c6e22446c20995411994b51bc2f21 (patch)
tree870ca2a65940535551cf1b9569bf21ce2e93732c /src/routines/levelx/xim2col.hpp
parentab0178c56bf989e3399a1a9738887fb59d0496ed (diff)
Some name changes in im2col code
Diffstat (limited to 'src/routines/levelx/xim2col.hpp')
-rw-r--r--src/routines/levelx/xim2col.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/routines/levelx/xim2col.hpp b/src/routines/levelx/xim2col.hpp
index 4448b54e..2c03b169 100644
--- a/src/routines/levelx/xim2col.hpp
+++ b/src/routines/levelx/xim2col.hpp
@@ -8,6 +8,7 @@
// Cedric Nugteren <www.cedricnugteren.nl>
//
// This file implements the Xim2col routine. The precision is implemented using a template argument.
+// Uses the tuning parameters from the regular copy kernel.
//
// =================================================================================================