From 18bdfaefd3aeb2557c2e484b67b06c515f9a120f Mon Sep 17 00:00:00 2001 From: SiCong Li Date: Sun, 8 Nov 2020 21:58:01 +0000 Subject: COMPMID-3951 LargeGraph_FLOAT32_Rank4_25 CTS failures in Android Q in CL Fix1 * Fix CLSpaceToBatchLayerKernel and NESpaceToBatchLayerKernel validation errors by using the correctly calculated output tensor shape Signed-off-by: SiCong Li Change-Id: I21d61f870e6a23a2e38dcb95c939b0bf08082b6f Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/4347 Tested-by: Arm Jenkins Reviewed-by: Michele Di Giorgio Reviewed-by: TeresaARM Reviewed-by: Gian Marco Iodice Comments-Addressed: Arm Jenkins --- src/core/CL/cl_kernels/space_to_batch.cl | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/core/CL/cl_kernels/space_to_batch.cl') diff --git a/src/core/CL/cl_kernels/space_to_batch.cl b/src/core/CL/cl_kernels/space_to_batch.cl index 5ade9c5a7c..cb11786ac4 100644 --- a/src/core/CL/cl_kernels/space_to_batch.cl +++ b/src/core/CL/cl_kernels/space_to_batch.cl @@ -46,8 +46,6 @@ * @param[in] block_shape_ptr Pointer to the block shape tensor. Supported data types: S32 * @param[in] block_shape_stride_x Stride of the block shape tensor in X dimension (in bytes) * @param[in] block_shape_step_x block_shape_stride_x * number of elements along X processed per workitem(in bytes) - * @param[in] block_shape_stride_y Stride of the block shape tensor in Y dimension (in bytes) - * @param[in] block_shape_step_y block_shape_stride_y * number of elements along Y processed per workitem(in bytes) * @param[in] block_shape_offset_first_element_in_bytes The offset of the first element in the block shapetensor * @param[in] batch_id The output tensor batch id * @param[out] output_ptr Pointer to the destination tensor. Supported data types: same as @p input_ptr @@ -117,8 +115,6 @@ __kernel void space_to_batch_nchw( * @param[in] block_shape_ptr Pointer to the block shape tensor. Supported data types: S32 * @param[in] block_shape_stride_x Stride of the block shape tensor in X dimension (in bytes) * @param[in] block_shape_step_x block_shape_stride_x * number of elements along X processed per workitem(in bytes) - * @param[in] block_shape_stride_y Stride of the block shape tensor in Y dimension (in bytes) - * @param[in] block_shape_step_y block_shape_stride_y * number of elements along Y processed per workitem(in bytes) * @param[in] block_shape_offset_first_element_in_bytes The offset of the first element in the block shapetensor * @param[in] batch_id The output tensor batch id * @param[out] output_ptr Pointer to the destination tensor. Supported data types: same as @p input_ptr -- cgit v1.2.1