From 702dc0c71f2b2830b63e3b4079ede0ef76377f0a Mon Sep 17 00:00:00 2001 From: Michalis Spyrou Date: Fri, 19 Mar 2021 15:06:07 +0000 Subject: Remove usage of valid window region CL - NHWC Resolves: COMPMID-4153 Change-Id: Ib0d60c9acaac8aaf3946c62fc2d740b5ec6cee5c Signed-off-by: Michalis Spyrou Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/5301 Comments-Addressed: Arm Jenkins Reviewed-by: Michele Di Giorgio Reviewed-by: Georgios Pinitas Tested-by: Arm Jenkins --- src/core/gpu/cl/kernels/ClQuantizationKernel.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/core/gpu/cl/kernels/ClQuantizationKernel.cpp') diff --git a/src/core/gpu/cl/kernels/ClQuantizationKernel.cpp b/src/core/gpu/cl/kernels/ClQuantizationKernel.cpp index ea56289157..ced0d14391 100644 --- a/src/core/gpu/cl/kernels/ClQuantizationKernel.cpp +++ b/src/core/gpu/cl/kernels/ClQuantizationKernel.cpp @@ -144,8 +144,6 @@ void ClQuantizationKernel::configure(const CLCompileContext &compile_context, IT } ICLKernel::configure_internal(win); - dst->set_valid_region(ValidRegion(Coordinates(), dst->tensor_shape())); - ARM_COMPUTE_ERROR_ON(has_padding_changed(padding_info)); } -- cgit v1.2.1