aboutsummaryrefslogtreecommitdiff
path: root/src/core/CL/kernels/CLHOGDescriptorKernel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/CL/kernels/CLHOGDescriptorKernel.cpp')
-rw-r--r--src/core/CL/kernels/CLHOGDescriptorKernel.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/CL/kernels/CLHOGDescriptorKernel.cpp b/src/core/CL/kernels/CLHOGDescriptorKernel.cpp
index abdac504f5..a531cf70d8 100644
--- a/src/core/CL/kernels/CLHOGDescriptorKernel.cpp
+++ b/src/core/CL/kernels/CLHOGDescriptorKernel.cpp
@@ -126,7 +126,7 @@ void CLHOGOrientationBinningKernel::run(const Window &window, cl::CommandQueue &
add_2D_tensor_argument(idx, _input_phase, slice_mag_phase);
add_2D_tensor_argument(idx, _output, slice);
- enqueue(queue, *this, slice);
+ enqueue(queue, *this, slice, lws_hint());
}
while(window.slide_window_slice_2D(slice));
}
@@ -222,7 +222,7 @@ void CLHOGBlockNormalizationKernel::run(const Window &window, cl::CommandQueue &
add_2D_tensor_argument(idx, _input, slice_in);
add_2D_tensor_argument(idx, _output, slice);
- enqueue(queue, *this, slice);
+ enqueue(queue, *this, slice, lws_hint());
}
while(window.slide_window_slice_2D(slice));
}