Skip to content

Commit c41f7c1

Browse files
committed
script: fix a minior regression in build-run-ggmlhexagon-android.sh
1 parent cc82661 commit c41f7c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/build-run-ggmlhexagon-android.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -750,6 +750,7 @@ elif [ $# == 2 ]; then
750750
if [ "$1" == "run_testop" ]; then
751751
opname=$2
752752
mulmat_algotype=32
753+
hexagon_backend=3
753754
run_test-op
754755
exit 0
755756
elif [ "$1" == "run_perfop" ]; then

0 commit comments

Comments
 (0)