Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rengolin committed Jan 31, 2024
1 parent 47f2bfa commit f27f49e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tpp-benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: "${SRUN} --partition=spr --time=2:00:00 --constraint=\"notrb\" -- \
'KIND=Release COMPILER=clang LINKER=lld \
scripts/buildkite/benchmark.sh -b -p'"
if: ${{ RUN_SPR_BENCH }} == "1"
if: ${RUN_SPR_BENCH} == "1"

TPP-MLIR-SPR-OMP:
runs-on: self-hosted
Expand All @@ -36,6 +36,6 @@ jobs:
run: "${SRUN} --partition=spr --time=2:00:00 --constraint=\"notrb\" -- \
'KIND=Release COMPILER=clang LINKER=lld \
scripts/buildkite/benchmark.sh -o'"
if: ${{ RUN_SPR_BENCH }} == "1"
if: ${RUN_SPR_BENCH} == "1"


0 comments on commit f27f49e

Please sign in to comment.