Skip to content

Commit

Permalink
copy-pasta
Browse files Browse the repository at this point in the history
  • Loading branch information
rengolin committed Feb 12, 2024
1 parent b0e52ee commit 840f981
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tpp-llvm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v4
- name: LLVM Base
run: |-
command: "scripts/buildkite/check_llvm.sh || \
scripts/buildkite/check_llvm.sh || \
${{ secrets.SRUN }} --partition=spr-all --time=0:30:00 -- \
'KIND=RelWithDebInfo COMPILER=clang \
${{ github.workspace }}/scripts/buildkite/build_llvm.sh'
Expand All @@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@v4
- name: LLVM CUDA
run: |-
command: "scripts/buildkite/check_llvm.sh || \
scripts/buildkite/check_llvm.sh || \
${{ secrets.SRUN }} --partition=a100,v100 --time=0:30:00 -- \
'KIND=RelWithDebInfo COMPILER=clang GPU=cuda \
${{ github.workspace }}/scripts/buildkite/build_llvm.sh'
Expand All @@ -35,7 +35,7 @@ jobs:
- uses: actions/checkout@v4
- name: LLVM Vulkan
run: |-
command: "scripts/buildkite/check_llvm.sh || \
scripts/buildkite/check_llvm.sh || \
${{ secrets.SRUN }} --partition=spr-all --time=0:30:00 -- \
'KIND=RelWithDebInfo COMPILER=clang GPU=vulkan \
${{ github.workspace }}/scripts/buildkite/build_llvm.sh'
Expand Down

0 comments on commit 840f981

Please sign in to comment.