aboutsummaryrefslogtreecommitdiff
path: root/filelist.json
diff options
context:
space:
mode:
authorViet-Hoa Do <viet-hoa.do@arm.com>2023-12-06 11:01:15 +0000
committerOmar Al Khatib <omar.alkhatib@arm.com>2024-04-02 09:25:23 +0000
commit77bbe2e08b0376edfd3f504950be7f4b5720eeb0 (patch)
tree153e4298e569565f5293017b19a22e3fb5718bbe /filelist.json
parent905786ea0c1abb2b8df36c56eae93a97823cace1 (diff)
downloadComputeLibrary-77bbe2e08b0376edfd3f504950be7f4b5720eeb0.tar.gz
Add SME2 implementation of softmax for FP32
Signed-off-by: Viet-Hoa Do <viet-hoa.do@arm.com> Change-Id: I8a63610cfb9ccff89dec6045d023439fc19b027a Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/11357 Tested-by: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Gunes Bayir <gunes.bayir@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com> Benchmark: Arm Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'filelist.json')
-rw-r--r--filelist.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/filelist.json b/filelist.json
index 06a09139db..f6e85473c2 100644
--- a/filelist.json
+++ b/filelist.json
@@ -2237,7 +2237,8 @@
"common": [ "src/cpu/kernels/softmax/generic/sve/impl.cpp" ]
},
"sve2":{
- "common" :["src/cpu/kernels/softmax/generic/sve2/impl.cpp"]
+ "common" :["src/cpu/kernels/softmax/generic/sve2/impl.cpp"],
+ "fp32" :["src/cpu/kernels/softmax/generic/sme2/fp32.cpp"]
}
}
},