We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99196a6 commit 18da9c3Copy full SHA for 18da9c3
1 file changed
.github/workflows/riscv64_vector.yml
@@ -140,7 +140,6 @@ jobs:
140
while IFS= read -r -d $'\0' LOG; do cat $LOG ; FAILURES=1 ; done < <(grep -lZ FAIL ./test_out/*)
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_sbgemm &
144
run_test test test_shgemm
145
fi
146
0 commit comments