[llvm] [Offload] Allow CUDA Kernels to use arbitrarily large shared memory (PR #145963)

Shilei Tian via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 30 06:54:13 PDT 2025


shiltian wrote:

Based on CUDA document, the former can be set by `cuFuncSetAttribute`. If `MaxDynCGroupMemLimit` corresponds to the former, it needs to be mutable; otherwise it should be set to the latter value (and then immutable).

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


More information about the llvm-commits mailing list