Skip to content

Commit 43e5114

Browse files
authored
remove bgemm test as well
1 parent a431012 commit 43e5114

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/riscv64_vector.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,7 @@ jobs:
141141
if [[ ! -z $FAILURES ]]; then echo "==========" ; echo "== FAIL ==" ; echo "==========" ; echo ; exit 1 ; fi
142142
if [ "${{matrix.target}}" == "RISCV64_ZVL256B" ]; then
143143
run_test test test_shgemm &
144-
run_test test test_shgemv &
145-
run_test test test_bgemm
144+
run_test test test_shgemv
146145
fi
147146
148147

0 commit comments

Comments
 (0)