[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 10:36:43 PDT 2020


hliao added a comment.

The ambiguity issue is still there. That `__global__` function generates different code if it's compiled as HIP by clang or non-HIP code by clang or other compilers. That will break the resolving from the symbol value to its device kernel name.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D77743/new/

https://reviews.llvm.org/D77743





More information about the cfe-commits mailing list