[PATCH] D122850: [AMDGPU] Fix regression with vectorization limiting
Stanislav Mekhanoshin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 31 16:49:18 PDT 2022
rampitec added a comment.
Note that 4 was the most common return value before the regression. Optimistically we assume max occupancy which means 24 vgprs on most targets. Return value was max available vgprs / 8, i.e. 4. Exceptions were an implicit request of the maximum occupancy, a rare thing, and Navi with different vgpr to occupancy mappings.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D122850/new/
https://reviews.llvm.org/D122850
More information about the llvm-commits
mailing list