aboutsummaryrefslogtreecommitdiff
path: root/src/core/gpu/cl/kernels/ClReshapeKernel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/gpu/cl/kernels/ClReshapeKernel.cpp')
-rw-r--r--src/core/gpu/cl/kernels/ClReshapeKernel.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/gpu/cl/kernels/ClReshapeKernel.cpp b/src/core/gpu/cl/kernels/ClReshapeKernel.cpp
index 4da3fa0e03..cbf6d0d51a 100644
--- a/src/core/gpu/cl/kernels/ClReshapeKernel.cpp
+++ b/src/core/gpu/cl/kernels/ClReshapeKernel.cpp
@@ -93,9 +93,6 @@ void ClReshapeKernel::configure(const CLCompileContext &compile_context, const I
// Configure kernel window
Window win = calculate_max_window(*src);
-
- // Set the dst valid region
- dst->set_valid_region(ValidRegion(Coordinates(), dst->tensor_shape()));
ICLKernel::configure_internal(win);
ARM_COMPUTE_ERROR_ON(has_padding_changed(padding_info));