Browse Source
Merge pull request #4628 from XiWeiGu/CI-c910v-mips64-loongarch64
CI: add openblas_utest_ext for c910v, mips64 and loongarch64
tags/v0.3.28^2
Martin Kroeker
GitHub
2 years ago
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with
3 additions and
0 deletions
-
.github/workflows/c910v.yml
-
.github/workflows/loongarch64.yml
-
.github/workflows/mips64.yml
|
|
|
@@ -84,6 +84,7 @@ jobs: |
|
|
|
run: | |
|
|
|
export PATH=$GITHUB_WORKSPACE/qemu-install/bin/:$PATH |
|
|
|
qemu-riscv64 ./utest/openblas_utest |
|
|
|
qemu-riscv64 ./utest/openblas_utest_ext |
|
|
|
OPENBLAS_NUM_THREADS=2 qemu-riscv64 ./ctest/xscblat1 |
|
|
|
OPENBLAS_NUM_THREADS=2 qemu-riscv64 ./ctest/xdcblat1 |
|
|
|
OPENBLAS_NUM_THREADS=2 qemu-riscv64 ./ctest/xccblat1 |
|
|
|
|
|
|
|
@@ -77,6 +77,7 @@ jobs: |
|
|
|
- name: Test |
|
|
|
run: | |
|
|
|
qemu-loongarch64-static ./utest/openblas_utest |
|
|
|
qemu-loongarch64-static ./utest/openblas_utest_ext |
|
|
|
OPENBLAS_NUM_THREADS=2 qemu-loongarch64-static ./ctest/xscblat1 |
|
|
|
OPENBLAS_NUM_THREADS=2 qemu-loongarch64-static ./ctest/xdcblat1 |
|
|
|
OPENBLAS_NUM_THREADS=2 qemu-loongarch64-static ./ctest/xccblat1 |
|
|
|
|
|
|
|
@@ -80,6 +80,7 @@ jobs: |
|
|
|
run: | |
|
|
|
export PATH=$GITHUB_WORKSPACE/qemu-install/bin/:$PATH |
|
|
|
qemu-mips64el ./utest/openblas_utest |
|
|
|
qemu-mips64el ./utest/openblas_utest_ext |
|
|
|
OPENBLAS_NUM_THREADS=2 qemu-mips64el ./ctest/xscblat1 |
|
|
|
OPENBLAS_NUM_THREADS=2 qemu-mips64el ./ctest/xdcblat1 |
|
|
|
OPENBLAS_NUM_THREADS=2 qemu-mips64el ./ctest/xccblat1 |
|
|
|
|