aboutsummaryrefslogtreecommitdiff
path: root/src/core/CL/kernels/CLCropKernel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/CL/kernels/CLCropKernel.cpp')
-rw-r--r--src/core/CL/kernels/CLCropKernel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/CL/kernels/CLCropKernel.cpp b/src/core/CL/kernels/CLCropKernel.cpp
index f8a2456d4a..90e054b047 100644
--- a/src/core/CL/kernels/CLCropKernel.cpp
+++ b/src/core/CL/kernels/CLCropKernel.cpp
@@ -127,6 +127,6 @@ void CLCropKernel::run(const Window &window, cl::CommandQueue &queue)
add_3D_tensor_argument(idx, _output, window);
add_argument(idx, _start.x);
add_argument(idx, _start.y);
- enqueue(queue, *this, window);
+ enqueue(queue, *this, window, lws_hint());
}
} // namespace arm_compute