Skip to content

Commit

Permalink
rebase from main: spr-all to emr partition in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Arun Thangamani committed Dec 5, 2024
1 parent 6e41835 commit 119bab9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/buildkite/tpp-mlir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,21 @@ steps:
- wait

- label: "TPP-MLIR-gcc-rel"
command: "${SRUN} --partition=spr-all --time=0:30:00 -- \
command: "${SRUN} --partition=emr --time=0:30:00 -- \
'KIND=Release COMPILER=gcc CHECK=1 ONEDNN=1 \
scripts/buildkite/build_tpp.sh'"

- label: "TPP-MLIR-gcc-deb"
command: "${SRUN} --partition=spr-all --time=0:30:00 -- \
command: "${SRUN} --partition=emr --time=0:30:00 -- \
'KIND=Debug COMPILER=gcc CHECK=1 ONEDNN=1 \
scripts/buildkite/build_tpp.sh'"

- label: "TPP-MLIR-clang-rel"
command: "${SRUN} --partition=spr-all --time=0:30:00 -- \
command: "${SRUN} --partition=emr --time=0:30:00 -- \
'KIND=Release COMPILER=clang LINKER=lld CHECK=1 ONEDNN=1 \
scripts/buildkite/build_tpp.sh'"

- label: "TPP-MLIR-clang-deb"
command: "${SRUN} --partition=spr-all --time=0:30:00 -- \
command: "${SRUN} --partition=emr --time=0:30:00 -- \
'KIND=Debug COMPILER=clang LINKER=lld SANITIZERS=1 CHECK=1 ONEDNN=1 \
scripts/buildkite/build_tpp.sh'"

0 comments on commit 119bab9

Please sign in to comment.