From 50a8f50482436428a0c78b0ca46c796203a2b085 Mon Sep 17 00:00:00 2001 From: Carlos Castillo Passi Date: Sun, 23 Nov 2025 15:48:43 -0800 Subject: [PATCH] Benchmarks: Update rocmgpu setting to allow all GPUs --- .buildkite/runbenchmarks.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.buildkite/runbenchmarks.yml b/.buildkite/runbenchmarks.yml index 0d62c8a4f..c6b351f9d 100644 --- a/.buildkite/runbenchmarks.yml +++ b/.buildkite/runbenchmarks.yml @@ -56,7 +56,7 @@ steps: agents: queue: "juliagpu" rocm: "*" - rocmgpu: "gfx1101" + rocmgpu: "*" env: BENCHMARK_GROUP: AMDGPU timeout_in_minutes: 30 @@ -163,4 +163,4 @@ steps: - "benchmarks/results/combinedbenchmarks.json" agents: queue: "juliagpu" - timeout_in_minutes: 10 \ No newline at end of file + timeout_in_minutes: 10