Skip to content

Commit

Permalink
test2
Browse files Browse the repository at this point in the history
  • Loading branch information
rengolin committed Feb 2, 2024
1 parent b2a172d commit 8624bdc
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 @@ -30,7 +30,7 @@ jobs:
- uses: actions/checkout@v4
- name: Source dir
run: |
echo "SRC_DIR=${{ github.action_repository }}" >> $GITHUB_ENV
echo "SRC_DIR=${{ github.repository }}" >> $GITHUB_ENV
- name: Check LLVM
run: "BUILD=1 scripts/buildkite/check_llvm.sh"

Expand All @@ -41,7 +41,7 @@ jobs:
- name: Sapphire Rapids Base
run: "${{ secrets.SRUN }} --partition=spr --time=2:00:00 --constraint=\"notrb\" -- \
'KIND=Release COMPILER=clang LINKER=lld \
${{ github.action_repository }}/scripts/buildkite/benchmark.sh -b -p'"
${{ github.repository }}/scripts/buildkite/benchmark.sh -b -p'"
if: ${{ inputs.RUN_SPR_BENCH }} == "1"

TPP-MLIR-SPR-OMP:
Expand Down

0 comments on commit 8624bdc

Please sign in to comment.