summaryrefslogtreecommitdiff
path: root/tcwg_bmk-build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tcwg_bmk-build.sh')
-rwxr-xr-xtcwg_bmk-build.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/tcwg_bmk-build.sh b/tcwg_bmk-build.sh
index 51ecc684..1ac04750 100755
--- a/tcwg_bmk-build.sh
+++ b/tcwg_bmk-build.sh
@@ -257,6 +257,10 @@ benchmark ()
local hw_tag
case "${rr[ci_project]}:${rr[target]}" in
+ *_apm_32*:*) hw_tag=apm_32 ;;
+ *_apm_64*:*) hw_tag=apm_64 ;;
+ *_apm*:arm*) hw_tag=apm_32 ;;
+ *_apm*:aarch64) hw_tag=apm_64 ;;
*_sq_32*:*) hw_tag=sq_32 ;;
*_sq_64*:*) hw_tag=sq_64 ;;
*_sq*:arm*) hw_tag=sq_32 ;;