From 3f70cd053573cb6140990ab619ead865f55f3139 Mon Sep 17 00:00:00 2001 From: SiCong Li Date: Wed, 17 May 2023 13:46:13 +0100 Subject: Move lut kernel to sve2 category This specific Lut kernel uses sve2 instructions Resolves: COMPMID-6268 Signed-off-by: SiCong Li Change-Id: I44fa3812e96fa79b3d1e1e3a31d587581f59f0e1 Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/9675 Reviewed-by: Viet-Hoa Do Reviewed-by: Jakub Sujak Comments-Addressed: Arm Jenkins Benchmark: Arm Jenkins Tested-by: Arm Jenkins --- src/cpu/kernels/lut/list.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cpu/kernels/lut/list.h') diff --git a/src/cpu/kernels/lut/list.h b/src/cpu/kernels/lut/list.h index 9749b91cfe..7a2afc6927 100644 --- a/src/cpu/kernels/lut/list.h +++ b/src/cpu/kernels/lut/list.h @@ -43,7 +43,7 @@ namespace cpu uint8_t *const *output) DECLARE_LUT_KERNEL(lut_u8_neon); -DECLARE_LUT_KERNEL(lut_u8_sve); +DECLARE_LUT_KERNEL(lut_u8_sve2); #undef DECLARE_LUT_KERNEL #endif // __aarch64__ -- cgit v1.2.1