Skip to content

Commit

Permalink
reuse llvm workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rengolin committed Feb 12, 2024
1 parent b00bce6 commit f2c114f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/tpp-benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,8 @@ env:

jobs:
Check_LLVM:
runs-on: pcl-tiergarten
steps:
- uses: actions/checkout@v4
- name: Check LLVM
run: "BUILD=1 scripts/buildkite/check_llvm.sh"
uses: ./github/workflows/tpp-llvm.tml
secrets: inherit

TPP-MLIR-SPR-BASE:
runs-on: pcl-tiergarten
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/tpp-llvm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: TPP-MLIR LLVM Build

on:
workflow_dispatch:
workflow_call:
secrets:
SRUN:
required: true

env:
NPROCS_LIMIT_LINK: 8
Expand Down
7 changes: 2 additions & 5 deletions .github/workflows/tpp-mlir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,8 @@ env:

jobs:
Check_LLVM:
runs-on: pcl-tiergarten
steps:
- uses: actions/checkout@v4
- name: Check LLVM
run: "BUILD=1 scripts/buildkite/check_llvm.sh"
uses: ./github/workflows/tpp-llvm.tml
secrets: inherit

TPP-MLIR-gcc-rel:
runs-on: pcl-tiergarten
Expand Down

0 comments on commit f2c114f

Please sign in to comment.