[PATCH] D148906: [AMDGPU] Remove function if FeatureWavefrontSize32 is not supported on current GPU
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Apr 29 06:10:10 PDT 2023
arsenm added a comment.
I'd need to think harder about whether it's ok to simply remove functions with wavefrontsize32 if you aren't compiling for wave32. It's not quite like the other features, as it behaves more like a selectable mode. I would expect we delete wave32 functions for <gfx10 targets that don't support the mode
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D148906/new/
https://reviews.llvm.org/D148906
More information about the llvm-commits
mailing list