aboutsummaryrefslogtreecommitdiff
path: root/src/core/CL/ICLSimple2DKernel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/CL/ICLSimple2DKernel.cpp')
-rw-r--r--src/core/CL/ICLSimple2DKernel.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/CL/ICLSimple2DKernel.cpp b/src/core/CL/ICLSimple2DKernel.cpp
index 5dc3e6c8bb..cf6c9c8785 100644
--- a/src/core/CL/ICLSimple2DKernel.cpp
+++ b/src/core/CL/ICLSimple2DKernel.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2017 ARM Limited.
+ * Copyright (c) 2017-2018 ARM Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -42,7 +42,7 @@ void ICLSimple2DKernel::run(const Window &window, cl::CommandQueue &queue)
unsigned int idx = 0;
add_2D_tensor_argument(idx, _input, slice);
add_2D_tensor_argument(idx, _output, slice);
- enqueue(queue, *this, slice, _lws_hint);
+ enqueue(queue, *this, slice, lws_hint());
}
while(window.slide_window_slice_2D(slice));
}