aboutsummaryrefslogtreecommitdiff
path: root/src/core/gpu/cl/kernels/ClWidthConcatenateKernel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/gpu/cl/kernels/ClWidthConcatenateKernel.cpp')
-rw-r--r--src/core/gpu/cl/kernels/ClWidthConcatenateKernel.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/gpu/cl/kernels/ClWidthConcatenateKernel.cpp b/src/core/gpu/cl/kernels/ClWidthConcatenateKernel.cpp
index 8cbbc27444..d188a5226b 100644
--- a/src/core/gpu/cl/kernels/ClWidthConcatenateKernel.cpp
+++ b/src/core/gpu/cl/kernels/ClWidthConcatenateKernel.cpp
@@ -105,9 +105,6 @@ void ClWidthConcatenateKernel::configure(const CLCompileContext &compile_context
Window win = calculate_max_window(*src, Steps(num_elems_processed_per_iteration));
ICLKernel::configure_internal(win.collapse(win, Window::DimZ));
- // Set dst valid region
- dst->set_valid_region(ValidRegion(Coordinates(), dst->tensor_shape()));
-
ARM_COMPUTE_ERROR_ON(has_padding_changed(padding_info));
}