[llvm] [Offload] Allow setting null arguments in olLaunchKernel and fix amdgpu handling for empty kernel arguments (PR #141958)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Fri May 30 07:06:39 PDT 2025
arsenm wrote:
> However, more digging has revealed that even if you build a kernel with no arguments at the C level, when compiled at O0 a number of "hidden" arguments are added.
More precisely they are there to begin with and optimized out if unused
https://github.com/llvm/llvm-project/pull/141958
More information about the llvm-commits
mailing list