Skip to content

Commit 65af1b1

Browse files
authored
Merge pull request #5530 from martin-frbg/riscv_sbgemmCI
CI: Add back the SBGEMM/SBGEMV tests on RISCV64_ZVL256B
2 parents 123c25c + 7bdb3ac commit 65af1b1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/riscv64_vector.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,8 @@ jobs:
140140
while IFS= read -r -d $'\0' LOG; do cat $LOG ; FAILURES=1 ; done < <(grep -lZ FAIL ./test_out/*)
141141
if [[ ! -z $FAILURES ]]; then echo "==========" ; echo "== FAIL ==" ; echo "==========" ; echo ; exit 1 ; fi
142142
if [ "${{matrix.target}}" == "RISCV64_ZVL256B" ]; then
143+
qemu-riscv64 test/test_sbgemm &
144+
qemu-riscv64 test/test_sbgemv &
143145
qemu-riscv64 test/test_shgemm &
144146
qemu-riscv64 test/test_shgemv &
145147
qemu-riscv64 test/test_bgemm

0 commit comments

Comments
 (0)