[llvm] [AMDGPU] Move EU and Wave Queries into TargetParser (PR #215681)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 21 15:48:13 PDT 2026
================
@@ -194,6 +194,23 @@ LLVM_ABI unsigned getAddressableNumSGPRs(Triple::SubArchType SubArch);
LLVM_ABI unsigned getSGPRAllocGranule(GPUKind AK);
LLVM_ABI unsigned getSGPRAllocGranule(Triple::SubArchType SubArch);
+/// Number of SIMDs in the functional block a work-group is mapped onto.
+constexpr unsigned FullSIMDs = 4;
----------------
arsenm wrote:
Not sure why this is here, and wouldn't it be a function of the target
https://github.com/llvm/llvm-project/pull/215681
More information about the llvm-commits
mailing list