Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions .github/runner-config.yml
Original file line number Diff line number Diff line change
@@ -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