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/activation/list.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/cpu/kernels/activation/list.h') diff --git a/src/cpu/kernels/activation/list.h b/src/cpu/kernels/activation/list.h index c2149b38ff..6550ddfeca 100644 --- a/src/cpu/kernels/activation/list.h +++ b/src/cpu/kernels/activation/list.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2022 Arm Limited. + * Copyright (c) 2020-2023 Arm Limited. * * SPDX-License-Identifier: MIT * @@ -34,7 +34,7 @@ namespace cpu #ifdef __aarch64__ DECLARE_ACTIVATION_KERNEL(neon_q8_activation_lut); #endif // __aarch64__ -DECLARE_ACTIVATION_KERNEL(sve_q8_activation_lut); +DECLARE_ACTIVATION_KERNEL(sve2_q8_activation_lut); DECLARE_ACTIVATION_KERNEL(neon_qasymm8_activation); DECLARE_ACTIVATION_KERNEL(sve2_qasymm8_activation); DECLARE_ACTIVATION_KERNEL(neon_qasymm8_signed_activation); -- cgit v1.2.1