From 66a6915f5beb5578b4b2305599bd8214a637f3c3 Mon Sep 17 00:00:00 2001 From: Renato Golin Date: Thu, 9 Jan 2025 11:47:27 +0000 Subject: [PATCH] Testing arm64 builder --- .github/workflows/tpp-mlir.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/tpp-mlir.yml b/.github/workflows/tpp-mlir.yml index 600941bc9..46ce1834e 100644 --- a/.github/workflows/tpp-mlir.yml +++ b/.github/workflows/tpp-mlir.yml @@ -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"