mirror of
https://github.com/OpenMathLib/OpenBLAS
synced 2026-05-31 00:45:48 +08:00
CI: Add NeoverseN2 build on the new Cobalt-100 (#5080)
* Add NeoverseN2 build
This commit is contained in:
20
.github/workflows/dynamic_arch.yml
vendored
20
.github/workflows/dynamic_arch.yml
vendored
@@ -356,3 +356,23 @@ jobs:
|
||||
- name: Build OpenBLAS
|
||||
run: |
|
||||
make -j$(nproc) HOSTCC="ccache gcc" CC="ccache ${{ matrix.triple }}-gcc" FC="ccache ${{ matrix.triple }}-gfortran" ARCH=${{ matrix.target }} ${{ matrix.opts }}
|
||||
|
||||
neoverse_build:
|
||||
if: "github.repository == 'OpenMathLib/OpenBLAS'"
|
||||
runs-on: ubuntu-24.04-arm
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Install Dependencies
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y gcc gfortran make
|
||||
|
||||
- name: Build OpenBLAS
|
||||
run: |
|
||||
make -j${nproc} TARGET=NEOVERSEN2
|
||||
make -j${nproc} TARGET=NEOVERSEN2 lapack-test
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user