[PATCH] D145401: [AMDGPU] Reserve extra SGPR blocks wth XNACK "any" TID Setting
Austin Kerbow via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 13 08:32:35 PDT 2023
kerbowa added a comment.
Added AMDGPU group to reviewers.
Is there any objection to changing the defaults for subtargets that support XNACK to always reserve extra SGPRs unless -xnack is explicitly requested? This would impact graphics as well. The old defaults were doing the opposite and only reserving the extra SGPRs with +xnack, meaning the default in the absence of either +/-xnack will be changing.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D145401/new/
https://reviews.llvm.org/D145401
More information about the cfe-commits
mailing list