From d719c119ea26d250ac00fc28021020e53e63e9a2 Mon Sep 17 00:00:00 2001 From: Arun Thangamani Date: Wed, 4 Dec 2024 21:09:12 -0800 Subject: [PATCH] changing the partition from spr-all to emr --- scripts/buildkite/tpp-mlir.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/buildkite/tpp-mlir.yml b/scripts/buildkite/tpp-mlir.yml index 1503885e7..bbff30753 100644 --- a/scripts/buildkite/tpp-mlir.yml +++ b/scripts/buildkite/tpp-mlir.yml @@ -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'"