aboutsummaryrefslogtreecommitdiff
path: root/src/core/CL/ICLSimple3DKernel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/CL/ICLSimple3DKernel.cpp')
-rw-r--r--src/core/CL/ICLSimple3DKernel.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/CL/ICLSimple3DKernel.cpp b/src/core/CL/ICLSimple3DKernel.cpp
index fef1a86125..71d7d1f07b 100644
--- a/src/core/CL/ICLSimple3DKernel.cpp
+++ b/src/core/CL/ICLSimple3DKernel.cpp
@@ -42,6 +42,5 @@ void ICLSimple3DKernel::run(const Window &window, cl::CommandQueue &queue)
add_3D_tensor_argument(idx, _input, slice);
add_3D_tensor_argument(idx, _output, slice);
enqueue(queue, *this, slice, lws_hint());
- }
- while(window.slide_window_slice_3D(slice));
+ } while (window.slide_window_slice_3D(slice));
}