We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5d0ce9 commit 294bbf3Copy full SHA for 294bbf3
.github/workflows/riscv64_vector.yml
@@ -142,9 +142,7 @@ jobs:
142
if [ "${{matrix.target}}" == "RISCV64_ZVL256B" ]; then
143
run_test test test_shgemm &
144
run_test test test_shgemv &
145
- run_test test test_sbgemm &
146
- run_test test test_bgemm &
147
- run_test test test_sbgemv
+ run_test test test_bgemm
148
fi
149
150
0 commit comments