From 6880c067654b8812ec4fed42391410ebc13b97cd Mon Sep 17 00:00:00 2001 From: Xin Huang Date: Thu, 5 Mar 2026 11:13:50 +0800 Subject: [PATCH] =?UTF-8?q?Add=20runner=20label=20=E2=86=92=20GPU=20hardwa?= =?UTF-8?q?re=20mapping=20configuration=20for=20FlyDSL?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/runner-config.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/runner-config.yml diff --git a/.github/runner-config.yml b/.github/runner-config.yml new file mode 100644 index 00000000..0433a05a --- /dev/null +++ b/.github/runner-config.yml @@ -0,0 +1,19 @@ +# Runner label → GPU hardware mapping +# Used by frameworks-devops-dashboard to display GPU architecture +# Update this when runners are added/changed in CI workflows +runners: + linux-flydsl-mi325-1: + gpu_arch: MI325 + gpu_count: 1 + + linux-flydsl-mi325-8: + gpu_arch: MI325 + gpu_count: 8 + + linux-flydsl-mi355-1: + gpu_arch: MI355 + gpu_count: 1 + + linux-flydsl-mi355-8: + gpu_arch: MI355 + gpu_count: 8