From cfca87b91def4f455630f2094447dc0500b6256c Mon Sep 17 00:00:00 2001 From: Gunes Bayir Date: Tue, 9 Apr 2024 23:13:04 +0100 Subject: Add SME2 implementation of softmax for FP16 In addition to the softmax kernel, this patch fixes minor issues in the fp32 implementation. Resolves: COMPMID-6920 Change-Id: Ibbd9f0af5f2a93fba0e92d72ba437279c34149d3 Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/11402 Benchmark: Arm Jenkins Tested-by: Arm Jenkins Reviewed-by: Viet-Hoa Do Comments-Addressed: Arm Jenkins --- filelist.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'filelist.json') diff --git a/filelist.json b/filelist.json index f6e85473c2..497da8e723 100644 --- a/filelist.json +++ b/filelist.json @@ -2238,7 +2238,8 @@ }, "sve2":{ "common" :["src/cpu/kernels/softmax/generic/sve2/impl.cpp"], - "fp32" :["src/cpu/kernels/softmax/generic/sme2/fp32.cpp"] + "fp32" :["src/cpu/kernels/softmax/generic/sme2/fp32.cpp"], + "fp16" :["src/cpu/kernels/softmax/generic/sme2/fp16.cpp"] } } }, -- cgit v1.2.1