aboutsummaryrefslogtreecommitdiff
path: root/src/core/CL/cl_kernels/load_store_utility.h
diff options
context:
space:
mode:
authorSiCong Li <sicong.li@arm.com>2020-10-28 14:19:28 +0000
committerSiCong Li <sicong.li@arm.com>2020-11-05 11:20:58 +0000
commit4abc9d1a842e90162afe5349e3d51298fa0b8af4 (patch)
tree9e6745f75b39cdcc8f15fc56c260ad5eded23d36 /src/core/CL/cl_kernels/load_store_utility.h
parent770dfeb04b6fd89afde2005bd46caa6ff0858f3e (diff)
downloadComputeLibrary-4abc9d1a842e90162afe5349e3d51298fa0b8af4.tar.gz
COMPMID-3730 Remove padding from CLGEMMMatrixMultiplyKernel Patch1
* Remove default definition for STORE_BLOCK_BOUNDARY_AWARE to avoid elusive bugs * Clean up gemm_mm_interleaved* and gemm_mm_floating_point* kernels * Relocate to gemm_v1.cl to avoid clashing with new kernels * Rename compile time arguments to conform with the established terminology(MNKB), and to facilitate the use of STORE_BLOCK_BOUNDARY_AWARE Change-Id: Ia85c746b2536cad87257a79685b459b5d2f9a1be Signed-off-by: SiCong Li <sicong.li@arm.com> Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/4329 Tested-by: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Gian Marco Iodice <gianmarco.iodice@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'src/core/CL/cl_kernels/load_store_utility.h')
-rw-r--r--src/core/CL/cl_kernels/load_store_utility.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/core/CL/cl_kernels/load_store_utility.h b/src/core/CL/cl_kernels/load_store_utility.h
index 84b6d2e275..56b1538c6f 100644
--- a/src/core/CL/cl_kernels/load_store_utility.h
+++ b/src/core/CL/cl_kernels/load_store_utility.h
@@ -538,11 +538,6 @@
#endif // PARTIAL_STORE_M0 == 0 && PARTIAL_STORE_N0 == 0
-#else // defined(PARTIAL_STORE_M0) && defined(PARTIAL_STORE_N0)
-
-#define STORE_BLOCK_BOUNDARY_AWARE(M0, N0, DATA_TYPE, BASENAME, PTR, STRIDE_Y, Z, PARTIAL_STORE_M0, PARTIAL_STORE_N0, PARTIAL_COND_Y, PARTIAL_COND_X) \
- STORE_BLOCK(M0, N0, DATA_TYPE, BASENAME, PTR, STRIDE_Y, Z)
-
#endif // defined(PARTIAL_STORE_M0) && defined(PARTIAL_STORE_N0)
/** @} */ // end of group STORE_BLOCK_BOUNDARY_AWARE