Skip to content

Commit 1ef1100

Browse files
authored
comment out the sh/sb options and tests as they require a newer qemu
1 parent c1878de commit 1ef1100

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

.github/workflows/riscv64_vector.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ jobs:
2727
qemu_cpu: rv64,g=true,c=true,v=true,vext_spec=v1.0,vlen=128,elen=64
2828
- target: RISCV64_ZVL256B
2929
opts: TARGET=RISCV64_ZVL256B BINARY=64 ARCH=riscv64 BUILD_BFLOAT16=1 BUILD_HFLOAT16=1
30-
qemu_cpu: rv64,g=true,c=true,v=true,vext_spec=v1.0,vlen=256,elen=64,zfh=true,zvfh=true,zvfbfwma=true
30+
qemu_cpu: rv64,g=true,c=true,v=true,vext_spec=v1.0,vlen=256,elen=64
31+
#,zfh=true,zvfh=true,zvfbfwma=true
3132
- target: DYNAMIC_ARCH=1
3233
opts: TARGET=RISCV64_GENERIC BINARY=64 ARCH=riscv64 DYNAMIC_ARCH=1
3334
qemu_cpu: rv64,g=true,c=true,v=true,vext_spec=v1.0,vlen=256,elen=64
@@ -136,10 +137,10 @@ jobs:
136137
wait
137138
while IFS= read -r -d $'\0' LOG; do cat $LOG ; FAILURES=1 ; done < <(grep -lZ FAIL ./test_out/*)
138139
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
140+
#if [ "${{matrix.target}}" == "RISCV64_ZVL256B" ]; then
141+
#run_test test test_sbgemm &
142+
#run_test test test_shgemm
143+
#fi
143144
144145
145146
- name: netlib tests

0 commit comments

Comments
 (0)