diff --git a/.github/workflows/tpp-benchmark.yml b/.github/workflows/tpp-benchmark.yml index 653745170..7fadf7a47 100644 --- a/.github/workflows/tpp-benchmark.yml +++ b/.github/workflows/tpp-benchmark.yml @@ -6,27 +6,19 @@ on: RUN_SPR_BENCH: description: "Run on Sapphire Rapids" default: 1 - required: true - type: string - RUN_ZEN_BENCH: - description: "Run on Zen4" - default: 0 - required: true - type: string +# RUN_ZEN_BENCH: +# description: "Run on Zen4" +# default: 0 RUN_ADL_BENCH: description: "Run on Raptor Lake" default: 0 - required: true - type: string RUN_CLX_BENCH: description: "Run on Coffee Lake" default: 0 - required: true - type: string - push: - branches: [ "ghactions" ] - pull_request: - branches: [ "ghactions" ] +# push: +# branches: [ "ghactions" ] +# pull_request: +# branches: [ "ghactions" ] env: NPROCS_LIMIT_LINK: 8 @@ -58,25 +50,25 @@ jobs: scripts/buildkite/benchmark.sh -o'" if: ${{ inputs.RUN_SPR_BENCH }} == "1" - TPP-MLIR-ZEN-BASE: - runs-on: self-hosted - needs: Check_LLVM - steps: - - name: Zen4 Base - run: "${{ secrets.SRUN }} --partition=zen4 --time=2:00:00 --constraint=\"notrb\" -- \ - 'KIND=Release COMPILER=clang LINKER=lld \ - scripts/buildkite/benchmark.sh -b -p'" - if: ${{ inputs.RUN_ZEN_BENCH }} == "1" - - TPP-MLIR-ZEN-OMP: - runs-on: self-hosted - needs: Check_LLVM - steps: - - name: Zen4 OpenMP - run: "${{ secrets.SRUN }} --partition=zen4 --time=2:00:00 --constraint=\"notrb\" -- \ - 'KIND=Release COMPILER=clang LINKER=lld \ - scripts/buildkite/benchmark.sh -o'" - if: ${{ inputs.RUN_ZEN_BENCH }} == "1" +# TPP-MLIR-ZEN-BASE: +# runs-on: self-hosted +# needs: Check_LLVM +# steps: +# - name: Zen4 Base +# run: "${{ secrets.SRUN }} --partition=zen4 --time=2:00:00 --constraint=\"notrb\" -- \ +# 'KIND=Release COMPILER=clang LINKER=lld \ +# scripts/buildkite/benchmark.sh -b -p'" +# if: ${{ inputs.RUN_ZEN_BENCH }} == "1" +# +# TPP-MLIR-ZEN-OMP: +# runs-on: self-hosted +# needs: Check_LLVM +# steps: +# - name: Zen4 OpenMP +# run: "${{ secrets.SRUN }} --partition=zen4 --time=2:00:00 --constraint=\"notrb\" -- \ +# 'KIND=Release COMPILER=clang LINKER=lld \ +# scripts/buildkite/benchmark.sh -o'" +# if: ${{ inputs.RUN_ZEN_BENCH }} == "1" TPP-MLIR-CLX-BASE: runs-on: self-hosted diff --git a/.github/workflows/tpp-mlir.yml b/.github/workflows/tpp-mlir.yml index 960633325..119cd1a51 100644 --- a/.github/workflows/tpp-mlir.yml +++ b/.github/workflows/tpp-mlir.yml @@ -2,10 +2,10 @@ name: TPP-MLIR Base Tests on: workflow_dispatch: - push: - branches: [ "ghactions" ] - pull_request: - branches: [ "ghactions" ] +# push: +# branches: [ "ghactions" ] +# pull_request: +# branches: [ "ghactions" ] env: NPROCS_LIMIT_LINK: 8