Skip to content

Commit 6a67b64

Browse files
committed
ggml-hexagon: modify default mulmat_algotype from 0 to 32
1 parent 3f8aa70 commit 6a67b64

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

scripts/build-run-android.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -729,12 +729,12 @@ elif [ $# == 2 ]; then
729729

730730
if [ "$1" == "run_testop" ]; then
731731
opname=$2
732-
mulmat_algotype=0
732+
mulmat_algotype=32
733733
run_test-op
734734
exit 0
735735
elif [ "$1" == "run_perfop" ]; then
736736
opname=$2
737-
mulmat_algotype=0
737+
mulmat_algotype=32
738738
hexagon_backend=3
739739
check_hexagon_backend
740740
run_perf-op
@@ -764,7 +764,7 @@ elif [ $# == 3 ]; then
764764
hexagon_backend=$3
765765
row=4096
766766
col=4096
767-
mulmat_algotype=0
767+
mulmat_algotype=32
768768
check_hexagon_backend
769769
run_benchmark
770770
exit 0
@@ -776,7 +776,7 @@ elif [ $# == 3 ]; then
776776
exit 0
777777
elif [ "$1" == "run_perfop" ]; then
778778
opname=MUL_MAT
779-
mulmat_algotype=0
779+
mulmat_algotype=32
780780
hexagon_backend=$3
781781
run_perf-op
782782
exit 0
@@ -812,7 +812,7 @@ elif [ $# == 5 ]; then
812812
hexagon_backend=$3
813813
row=$4
814814
col=$5
815-
mulmat_algotype=0
815+
mulmat_algotype=32
816816
check_hexagon_backend
817817
run_benchmark
818818
exit 0

0 commit comments

Comments
 (0)