We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a431012 commit 43e5114Copy full SHA for 43e5114
1 file changed
.github/workflows/riscv64_vector.yml
@@ -141,8 +141,7 @@ jobs:
141
if [[ ! -z $FAILURES ]]; then echo "==========" ; echo "== FAIL ==" ; echo "==========" ; echo ; exit 1 ; fi
142
if [ "${{matrix.target}}" == "RISCV64_ZVL256B" ]; then
143
run_test test test_shgemm &
144
- run_test test test_shgemv &
145
- run_test test test_bgemm
+ run_test test test_shgemv
146
fi
147
148
0 commit comments