Skip to content

Commit

Permalink
quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
rengolin committed Feb 12, 2024
1 parent 8fa54d4 commit b0e52ee
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/tpp-llvm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
- name: LLVM Base
run: |-
command: "scripts/buildkite/check_llvm.sh || \
"${{ secrets.SRUN }} --partition=spr-all --time=0:30:00 -- \
${{ secrets.SRUN }} --partition=spr-all --time=0:30:00 -- \
'KIND=RelWithDebInfo COMPILER=clang \
${{ github.workspace }}/scripts/buildkite/build_llvm.sh'"
${{ github.workspace }}/scripts/buildkite/build_llvm.sh'
TPP-MLIR-LLVM-CUDA:
runs-on: pcl-tiergarten
Expand All @@ -25,9 +25,9 @@ jobs:
- name: LLVM CUDA
run: |-
command: "scripts/buildkite/check_llvm.sh || \
"${{ secrets.SRUN }} --partition=a100,v100 --time=0:30:00 -- \
${{ secrets.SRUN }} --partition=a100,v100 --time=0:30:00 -- \
'KIND=RelWithDebInfo COMPILER=clang GPU=cuda \
${{ github.workspace }}/scripts/buildkite/build_llvm.sh'"
${{ github.workspace }}/scripts/buildkite/build_llvm.sh'
TPP-MLIR-LLVM-Vulkan:
runs-on: pcl-tiergarten
Expand All @@ -36,7 +36,7 @@ jobs:
- name: LLVM Vulkan
run: |-
command: "scripts/buildkite/check_llvm.sh || \
"${{ secrets.SRUN }} --partition=spr-all --time=0:30:00 -- \
${{ secrets.SRUN }} --partition=spr-all --time=0:30:00 -- \
'KIND=RelWithDebInfo COMPILER=clang GPU=vulkan \
${{ github.workspace }}/scripts/buildkite/build_llvm.sh'"
${{ github.workspace }}/scripts/buildkite/build_llvm.sh'

0 comments on commit b0e52ee

Please sign in to comment.