We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ba3c4b commit f88681fCopy full SHA for f88681f
1 file changed
.github/workflows/riscv64_vector.yml
@@ -140,10 +140,10 @@ 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
- test/test_shgemm &
144
- test/test_shgemv &
145
- test/test_bgemm &
146
- test/test_sbgemv
+ qemu-riscv64 test/test_shgemm &
+ qemu-riscv64 test/test_shgemv &
+ qemu-riscv64 test/test_bgemm &
+ qemu-riscv64 test/test_sbgemv
147
fi
148
149
0 commit comments