[PATCH] D158150: [WIP] Add dynamic LDS size implicit argument to v5
krishna chaitanya sankisa via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 17 04:11:21 PDT 2023
skc7 added a subscriber: b-sumner.
skc7 added a comment.
In D158150#4594958 <https://reviews.llvm.org/D158150#4594958>, @arsenm wrote:
> Why do we need this? I thought this was already available in the dispatch packet, you just need to subtract the statically known size
For ASAN LDS support, we want runtime to place to dynamic LDS size as hidden kernel argument. This is the approach we assume might work. (considering if recycling of dispatch pointer would be done in future runtime version)
cc: @b-sumner
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D158150/new/
https://reviews.llvm.org/D158150
More information about the llvm-commits
mailing list