aboutsummaryrefslogtreecommitdiff
path: root/src/core/gpu/cl/kernels/ClBatchConcatenateKernel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/gpu/cl/kernels/ClBatchConcatenateKernel.cpp')
-rw-r--r--src/core/gpu/cl/kernels/ClBatchConcatenateKernel.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/gpu/cl/kernels/ClBatchConcatenateKernel.cpp b/src/core/gpu/cl/kernels/ClBatchConcatenateKernel.cpp
index c16ff1f028..26f5113822 100644
--- a/src/core/gpu/cl/kernels/ClBatchConcatenateKernel.cpp
+++ b/src/core/gpu/cl/kernels/ClBatchConcatenateKernel.cpp
@@ -99,9 +99,6 @@ void ClBatchConcatenateKernel::configure(const CLCompileContext &compile_context
win.set(3, Window::Dimension(0, src->tensor_shape()[3], 1));
ICLKernel::configure_internal(win);
- // Set dst valid region
- dst->set_valid_region(ValidRegion(Coordinates(), dst->tensor_shape()));
-
// Set config_id for enabling LWS tuning
_config_id = "concatenate_";
_config_id += support::cpp11::to_string(3);