[llvm] [AMDGPU][True16][CodeGen] update waitcnt for true16 (PR #128927)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 6 22:49:24 PST 2025
================
@@ -137,10 +137,10 @@ enum WaitEventType {
// We reserve a fixed number of VGPR slots in the scoring tables for
// special tokens like SCMEM_LDS (needed for buffer load to LDS).
enum RegisterMapping {
- SQ_MAX_PGM_VGPRS = 512, // Maximum programmable VGPRs across all targets.
- AGPR_OFFSET = 256, // Maximum programmable ArchVGPRs across all targets.
- SQ_MAX_PGM_SGPRS = 256, // Maximum programmable SGPRs across all targets.
- NUM_EXTRA_VGPRS = 9, // Reserved slots for DS.
+ SQ_MAX_PGM_VGPRS = 1024, // Maximum programmable VGPRs across all targets.
----------------
arsenm wrote:
Can we avoid that?
https://github.com/llvm/llvm-project/pull/128927
More information about the llvm-commits
mailing list