Skip to content

Commit

Permalink
Testing arm64 builder
Browse files Browse the repository at this point in the history
  • Loading branch information
rengolin committed Jan 9, 2025
1 parent bd4981e commit 66a6915
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/tpp-mlir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,12 @@ jobs:
run: "${{ env.SRUN }} --partition=emr --time=0:30:00 -- \
'KIND=Debug COMPILER=clang LINKER=lld SANITIZERS=1 CHECK=1 ONEDNN=1 \
${{ github.workspace }}/scripts/github/build_tpp.sh'"

TPP-MLIR-arm64:
runs-on: arm64
needs: Check_LLVM
steps:
- uses: actions/checkout@v4
- name: Clang Release ARM64
run: "KIND=Release COMPILER=clang LINKER=lld CHECK=1 ONEDNN=1 \
${{ github.workspace }}/scripts/github/build_tpp.sh"

0 comments on commit 66a6915

Please sign in to comment.