|
27 | 27 | qemu_cpu: rv64,g=true,c=true,v=true,vext_spec=v1.0,vlen=128,elen=64 |
28 | 28 | - target: RISCV64_ZVL256B |
29 | 29 | 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 |
31 | 32 | - target: DYNAMIC_ARCH=1 |
32 | 33 | opts: TARGET=RISCV64_GENERIC BINARY=64 ARCH=riscv64 DYNAMIC_ARCH=1 |
33 | 34 | qemu_cpu: rv64,g=true,c=true,v=true,vext_spec=v1.0,vlen=256,elen=64 |
@@ -136,10 +137,10 @@ jobs: |
136 | 137 | wait |
137 | 138 | while IFS= read -r -d $'\0' LOG; do cat $LOG ; FAILURES=1 ; done < <(grep -lZ FAIL ./test_out/*) |
138 | 139 | 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 |
143 | 144 |
|
144 | 145 |
|
145 | 146 | - name: netlib tests |
|
0 commit comments