From 05e470f288689976f6d13a3cd0d8fdd0267403ea Mon Sep 17 00:00:00 2001 From: Alexei-V-Ivanov-AMD <156011006+Alexei-V-Ivanov-AMD@users.noreply.github.com> Date: Wed, 26 Feb 2025 12:39:47 -0600 Subject: [PATCH] Amd/mi300 slice enablement (#68) * Testing the "amd_mi300" branch. Signed-off-by: Alexei V. Ivanov * . Signed-off-by: Alexei V. Ivanov * . Signed-off-by: Alexei V. Ivanov * Reverting back to the main branch of buildkite-ci. Signed-off-by: Alexei V. Ivanov --------- Signed-off-by: Alexei V. Ivanov --- scripts/test-template-aws.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/test-template-aws.j2 b/scripts/test-template-aws.j2 index a13a2b2..c008732 100644 --- a/scripts/test-template-aws.j2 +++ b/scripts/test-template-aws.j2 @@ -268,7 +268,7 @@ steps: - label: "AMD: {{ step.label }}" depends_on: amd-build agents: - {% if step.amd_gpu_type and step.amd_gpu_type=="mi300"%} + {% if step.label and step.label=="Benchmarks"%} queue: amd_mi300 {% else%} queue: amd_gpu