Skip to content

Commit

Permalink
[CI] Fix Zen5 benchmark action
Browse files Browse the repository at this point in the history
  • Loading branch information
rengolin committed Jan 18, 2025
1 parent 815ce3f commit 6f6150a
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 @@ -65,7 +65,7 @@ jobs:
run: |-
CMD="KIND=Release COMPILER=clang LINKER=lld BENCHMARK_NUM_ITER=${{ env.NUM_ITER }} \
${{ github.workspace }}/scripts/github/benchmark.sh -b -p"
${{ env.SRUN }} --partition=zen5 --time=0:30:00 --constraint=\"notrb\" -- $CMD
${{ env.SRUN }} --partition=zen5 --time=0:30:00 -- $CMD
TPP-MLIR-ZEN-OMP:
runs-on: pcl-tiergarten
Expand All @@ -77,4 +77,4 @@ jobs:
run: |-
CMD="KIND=Release COMPILER=clang LINKER=lld BENCHMARK_NUM_ITER=${{ env.NUM_ITER }} \
${{ github.workspace }}/scripts/github/benchmark.sh -o"
${{ env.SRUN }} --partition=zen5 --time=0:30:00 --constraint=\"notrb\" -- $CMD
${{ env.SRUN }} --partition=zen5 --time=0:30:00 -- $CMD

0 comments on commit 6f6150a

Please sign in to comment.