File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1313 TEST :
1414 if : " github.repository == 'OpenMathLib/OpenBLAS'"
1515 runs-on : ubuntu-latest
16+ timeout-minutes : 70
1617 env :
1718 xuetie_toolchain : https://occ-oss-prod.oss-cn-hangzhou.aliyuncs.com/resource//1698113812618
1819 toolchain_file_name : Xuantie-900-gcc-linux-5.10.4-glibc-x86_64-V2.8.0-20231018.tar.gz
8485 - name : test
8586 run : |
8687 export PATH=$GITHUB_WORKSPACE/qemu-install/bin/:$PATH
87- qemu-riscv64 ./utest/openblas_utest
88- qemu-riscv64 ./utest/openblas_utest_ext
8988 OPENBLAS_NUM_THREADS=2 qemu-riscv64 ./ctest/xscblat1
9089 OPENBLAS_NUM_THREADS=2 qemu-riscv64 ./ctest/xdcblat1
9190 OPENBLAS_NUM_THREADS=2 qemu-riscv64 ./ctest/xccblat1
@@ -125,4 +124,6 @@ jobs:
125124 OPENBLAS_NUM_THREADS=2 qemu-riscv64 ./test/sblat3 < ./test/sblat3.dat
126125 OPENBLAS_NUM_THREADS=2 qemu-riscv64 ./test/dblat3 < ./test/dblat3.dat
127126 OPENBLAS_NUM_THREADS=2 qemu-riscv64 ./test/cblat3 < ./test/cblat3.dat
127+ qemu-riscv64 ./utest/openblas_utest_ext
128+ qemu-riscv64 ./utest/openblas_utest
128129 OPENBLAS_NUM_THREADS=2 qemu-riscv64 ./test/zblat3 < ./test/zblat3.dat
You can’t perform that action at this time.
0 commit comments