[PATCH v2 1/4] Update list of supported AMDGPU architectures
Project / Subsystem
binutils / binutils
Date
2026-05-07
Proposer
Simon Marchi <simon.marchi@efficios.com>
Source type
public_inbox
Consensus
Proposed
Sentiment
—/10
Technical tradeoffs
- • The update requires modifying several files to add new architecture definitions and remove the obsolete one.
All attributes
- project
- binutils
- subsystem
- binutils
- patch_id
- —
- discussion_id
- 20260507194615.943267-2-simon.marchi@efficios.com
- source_type
- public_inbox
- title
- [PATCH v2 1/4] Update list of supported AMDGPU architectures
- headline
- Update list of supported AMDGPU architectures
- tldr
- Updates the list of supported AMDGPU architectures, adding new gfx* and removing gfx940.
- proposer
- Simon Marchi <simon.marchi@efficios.com>
- consensus
- Proposed
- outcome
- proposed
- sentiment_score
- —
- technical_tradeoffs
-
- • The update requires modifying several files to add new architecture definitions and remove the obsolete one.
- series_id
- binutils:update list of supported amdgpu architectures
- series_role
- reply
- series_parts
- []
- tags
-
- • AMDGPU
- • architectures
- • binutils
- • GPU
- bugzilla_url
- —
- date
- 2026-05-07T00:00:00.000Z
[PATCH v2 1/4] Update list of supported AMDGPU architectures
This patch updates the list of supported AMDGPU architectures in binutils, adding support for gfx942, gfx950, gfx1150, gfx1151, gfx1152, gfx1153, gfx1200, gfx1201, and gfx1250. It removes support for gfx940, which is no longer supported by the compiler. Maintaining an accurate list of supported architectures ensures that binutils correctly identifies and processes binaries for different AMD GPUs.