From 66395d26b761ea12c599d3009457f1e586ad6960 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20R=C3=A4ss?= <61313342+luraess@users.noreply.github.com> Date: Tue, 30 Apr 2024 12:00:32 +0200 Subject: [PATCH] Allow test to run on any AMD GPU --- .buildkite/run_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite/run_tests.yml b/.buildkite/run_tests.yml index 390bc152..7a0be517 100644 --- a/.buildkite/run_tests.yml +++ b/.buildkite/run_tests.yml @@ -46,7 +46,7 @@ steps: agents: queue: "juliagpu" rocm: "*" - rocmgpu: "gfx1101" # select Ludovic's Navi 3 card (ROCm 6.0) + rocmgpu: "*" #"gfx1101" # select Ludovic's Navi 3 card (ROCm 6.0) timeout_in_minutes: 120 soft_fail: - exit_status: 3