[PATCH] D89582: clang/AMDGPU: Apply workgroup related attributes to all functions
Matt Arsenault via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Oct 16 12:12:41 PDT 2020
arsenm added a comment.
In D89582#2335574 <https://reviews.llvm.org/D89582#2335574>, @yaxunl wrote:
> What if a device function is called by kernels with different work group sizes, will caller's work group size override callee's work group size?
It's user error to call a function with a larger range than the caller
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D89582/new/
https://reviews.llvm.org/D89582
More information about the cfe-commits
mailing list