Skip to content

Commit

Permalink
unquote
Browse files Browse the repository at this point in the history
  • Loading branch information
rengolin committed Feb 2, 2024
1 parent 88e41fe commit 642bc2a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/tpp-benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

TPP-MLIR-SPR-BASE:
runs-on: pcl-tiergarten
if: inputs.RUN_SPR_BENCH == "1"
if: inputs.RUN_SPR_BENCH == 1
needs: Check_LLVM
steps:
- uses: actions/checkout@v4
Expand All @@ -45,7 +45,7 @@ jobs:

TPP-MLIR-SPR-OMP:
runs-on: pcl-tiergarten
if: inputs.RUN_SPR_BENCH == "1"
if: inputs.RUN_SPR_BENCH == 1
needs: Check_LLVM
steps:
- uses: actions/checkout@v4
Expand All @@ -57,7 +57,7 @@ jobs:

# TPP-MLIR-ZEN-BASE:
# runs-on: pcl-tiergarten
# if: ${{ inputs.RUN_ZEN_BENCH }} == "1"
# if: ${{ inputs.RUN_ZEN_BENCH }} == 1
# needs: Check_LLVM
# steps:
# - uses: actions/checkout@v4
Expand All @@ -68,7 +68,7 @@ jobs:
#
# TPP-MLIR-ZEN-OMP:
# runs-on: pcl-tiergarten
# if: ${{ inputs.RUN_ZEN_BENCH }} == "1"
# if: ${{ inputs.RUN_ZEN_BENCH }} == 1
# needs: Check_LLVM
# steps:
# - uses: actions/checkout@v4
Expand All @@ -79,7 +79,7 @@ jobs:

TPP-MLIR-CLX-BASE:
runs-on: pcl-tiergarten
if: inputs.RUN_CLX_BENCH == "1"
if: inputs.RUN_CLX_BENCH == 1
needs: Check_LLVM
steps:
- uses: actions/checkout@v4
Expand All @@ -91,7 +91,7 @@ jobs:

TPP-MLIR-CLX-OMP:
runs-on: pcl-tiergarten
if: inputs.RUN_CLX_BENCH == "1"
if: inputs.RUN_CLX_BENCH == 1
needs: Check_LLVM
steps:
- uses: actions/checkout@v4
Expand All @@ -103,7 +103,7 @@ jobs:

TPP-MLIR-ADL-BASE:
runs-on: pcl-tiergarten
if: inputs.RUN_ADL_BENCH == "1"
if: inputs.RUN_ADL_BENCH == 1
needs: Check_LLVM
steps:
- uses: actions/checkout@v4
Expand All @@ -115,7 +115,7 @@ jobs:

TPP-MLIR-ADL-OMP:
runs-on: pcl-tiergarten
if: inputs.RUN_ADL_BENCH == "1"
if: inputs.RUN_ADL_BENCH == 1
needs: Check_LLVM
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 642bc2a

Please sign in to comment.