Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rengolin committed Feb 2, 2024
1 parent 8493d0a commit 7804c01
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/tpp-benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,6 @@ jobs:
needs: Check_LLVM
steps:
- uses: actions/checkout@v4
- name: Check Run
run: |-
if [ "${{ env.RUN_SPR_BENCH }}" != "1" ]; then
echo "This run was disabled"
exit 0
fi
- name: Sapphire Rapids OpenMP
run: |-
CMD="KIND=Release COMPILER=clang LINKER=lld BUILDKITE_BENCHMARK_NUM_ITER=${{ env.NUM_ITER }} \
Expand All @@ -80,6 +74,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Zen4 OpenMP
run: |-
CMD="KIND=Release COMPILER=clang LINKER=lld BUILDKITE_BENCHMARK_NUM_ITER=${{ env.NUM_ITER }} \
${{ github.workspace }}/scripts/buildkite/benchmark.sh -o"
${{ secrets.SRUN }} --partition=zen4 --time=2:00:00 --constraint=\"notrb\" -- $CMD
Expand Down

0 comments on commit 7804c01

Please sign in to comment.