[PATCH] D77743: [HIP] Emit symbols with kernel name in host binary
Michael Liao via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Apr 9 09:35:05 PDT 2020
hliao added a comment.
In addition, we may also need to extend the registration to set up the mapping from that global variable to the host side stub function. `hipKernelLaunch` (implemented as a function call instead of the kernel launch syntax) to call into that stub function to prepare the arguments.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77743/new/
https://reviews.llvm.org/D77743
More information about the cfe-commits
mailing list