summaryrefslogtreecommitdiff
path: root/src/routines/levelx/xcol2im.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/routines/levelx/xcol2im.hpp')
-rw-r--r--src/routines/levelx/xcol2im.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/routines/levelx/xcol2im.hpp b/src/routines/levelx/xcol2im.hpp
index 86d68c45..522c717e 100644
--- a/src/routines/levelx/xcol2im.hpp
+++ b/src/routines/levelx/xcol2im.hpp
@@ -29,7 +29,8 @@ class Xcol2im: public Routine {
Xcol2im(Queue &queue, EventPointer event, const std::string &name = "COL2IM");
// Templated-precision implementation of the routine
- void DoCol2im(const size_t channels, const size_t height, const size_t width,
+ void DoCol2im(const KernelMode kernel_mode,
+ const size_t channels, const size_t height, const size_t width,
const size_t kernel_h, const size_t kernel_w,
const size_t pad_h, const size_t pad_w,
const size_t stride_h, const size_t stride_w,