aboutsummaryrefslogtreecommitdiff
path: root/src/core/CL/kernels/CLScharr3x3Kernel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/CL/kernels/CLScharr3x3Kernel.cpp')
-rw-r--r--src/core/CL/kernels/CLScharr3x3Kernel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/CL/kernels/CLScharr3x3Kernel.cpp b/src/core/CL/kernels/CLScharr3x3Kernel.cpp
index 1c1fedca15..94b0d38c52 100644
--- a/src/core/CL/kernels/CLScharr3x3Kernel.cpp
+++ b/src/core/CL/kernels/CLScharr3x3Kernel.cpp
@@ -118,7 +118,7 @@ void CLScharr3x3Kernel::run(const Window &window, cl::CommandQueue &queue)
add_2D_tensor_argument_if((_run_scharr_x), idx, _output_x, slice);
add_2D_tensor_argument_if((_run_scharr_y), idx, _output_y, slice);
- enqueue(queue, *this, slice);
+ enqueue(queue, *this, slice, lws_hint());
}
while(window.slide_window_slice_2D(slice));
}