Skip to content

Commit ec03b83

Browse files
authored
add sbgemm/shgemm test for zvl256b target
1 parent 8412041 commit ec03b83

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/riscv64_vector.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,11 @@ jobs:
136136
wait
137137
while IFS= read -r -d $'\0' LOG; do cat $LOG ; FAILURES=1 ; done < <(grep -lZ FAIL ./test_out/*)
138138
if [[ ! -z $FAILURES ]]; then echo "==========" ; echo "== FAIL ==" ; echo "==========" ; echo ; exit 1 ; fi
139+
if [ "${{matrix.target}}" == "RISCV64_ZVL256B" ]; then
140+
run_test test test_sbgemm &
141+
run_test test test_shgemm
142+
fi
143+
139144
140145
- name: netlib tests
141146
shell: bash

0 commit comments

Comments
 (0)