aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/kernels/add/list.h
diff options
context:
space:
mode:
authorViet-Hoa Do <viet-hoa.do@arm.com>2022-10-20 11:18:17 +0100
committerViet-Hoa Do <viet-hoa.do@arm.com>2022-10-20 14:34:47 +0000
commit9fc0b5c484e0f6cfe52009719ebccc179ada1112 (patch)
tree60216895d51bd161f28f1bd1f49d5c2e9d1c6715 /src/cpu/kernels/add/list.h
parent6782452c16a286a6dd4a071cfc70bbbcbabb20be (diff)
downloadComputeLibrary-9fc0b5c484e0f6cfe52009719ebccc179ada1112.tar.gz
Update reinterpret tensor as 1D for CPU add
* Use the same implementation as other layers. Resolves: COMPMID-5108 Signed-off-by: Viet-Hoa Do <viet-hoa.do@arm.com> Change-Id: I5a50259b398b71ca1f61b5ee8daa539bf8263fac Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/8501 Benchmark: Arm Jenkins <bsgcomp@arm.com> Tested-by: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Gunes Bayir <gunes.bayir@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'src/cpu/kernels/add/list.h')
-rw-r--r--src/cpu/kernels/add/list.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/cpu/kernels/add/list.h b/src/cpu/kernels/add/list.h
index 0285b231e0..7cdb70fd9e 100644
--- a/src/cpu/kernels/add/list.h
+++ b/src/cpu/kernels/add/list.h
@@ -38,15 +38,10 @@ DECLARE_ADD_KERNEL(add_qasymm8_neon);
DECLARE_ADD_KERNEL(add_qasymm8_signed_neon);
DECLARE_ADD_KERNEL(add_qsymm16_neon);
DECLARE_ADD_KERNEL(add_fp32_neon);
-DECLARE_ADD_KERNEL(add_fp32_neon_as_1d_array);
DECLARE_ADD_KERNEL(add_fp16_neon);
-DECLARE_ADD_KERNEL(add_fp16_neon_as_1d_array);
DECLARE_ADD_KERNEL(add_u8_neon);
-DECLARE_ADD_KERNEL(add_u8_neon_as_1d_array);
DECLARE_ADD_KERNEL(add_s16_neon);
-DECLARE_ADD_KERNEL(add_s16_neon_as_1d_array);
DECLARE_ADD_KERNEL(add_s32_neon);
-DECLARE_ADD_KERNEL(add_s32_neon_as_1d_array);
DECLARE_ADD_KERNEL(add_fp32_sve);
DECLARE_ADD_KERNEL(add_fp16_sve);
DECLARE_ADD_KERNEL(add_u8_sve);