[PATCH] D39255: [AMDGPU] Emit metadata for hidden arguments for kernel enqueue

Tony Tye via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 24 13:16:00 PDT 2017


t-tye added a comment.

If the kernel does not use the hidden arguments should they be listed in the metadata since the runtime is not required to pass them in? If not needed, the we still want to have a kernarg location at the known location, it will just not be initialized by the runtime.


https://reviews.llvm.org/D39255





More information about the llvm-commits mailing list