aboutsummaryrefslogtreecommitdiff
path: root/scripts
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 /scripts
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 'scripts')
-rwxr-xr-xscripts/generate_android_bp.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/generate_android_bp.py b/scripts/generate_android_bp.py
index 6efd072acd..d5b268f522 100755
--- a/scripts/generate_android_bp.py
+++ b/scripts/generate_android_bp.py
@@ -45,7 +45,9 @@ excluded_paths = ["build",
"/sve/",
"/SVE/",
"/sve2/",
- "/SVE2/"
+ "/SVE2/",
+ "/sme/",
+ "/sme2/",
]
excluded_files = ["TracePoint.cpp"]