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.
2 parents 123c25c + 7bdb3ac commit 65af1b1Copy full SHA for 65af1b1
.github/workflows/riscv64_vector.yml
@@ -140,6 +140,8 @@ 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
+ qemu-riscv64 test/test_sbgemm &
144
+ qemu-riscv64 test/test_sbgemv &
145
qemu-riscv64 test/test_shgemm &
146
qemu-riscv64 test/test_shgemv &
147
qemu-riscv64 test/test_bgemm
0 commit comments