[llvm] [Offload] Add olGetKernelMaxGroupSize (PR #142950)

Ross Brunton via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 25 07:10:27 PDT 2025


RossBrunton wrote:

@jhuber6 The max work group size is dependant on the amount of dynamic memory the kernel will launch with, so we need to have that passed in as well.

https://github.com/llvm/llvm-project/pull/142950


More information about the llvm-commits mailing list