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.
1 parent 8412041 commit ec03b83Copy full SHA for ec03b83
.github/workflows/riscv64_vector.yml
@@ -136,6 +136,11 @@ jobs:
136
wait
137
while IFS= read -r -d $'\0' LOG; do cat $LOG ; FAILURES=1 ; done < <(grep -lZ FAIL ./test_out/*)
138
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
+
144
145
- name: netlib tests
146
shell: bash
0 commit comments