[PATCH] D80858: [CUDA][HIP] Support accessing static device variable in host code

Artem Belevich via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 23 13:02:08 PDT 2020


tra added a comment.

Would it work if we generate a globally unique visible aliases for the static vars and use the alias' name to register device-side entities without changing their visibility?


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

https://reviews.llvm.org/D80858





More information about the cfe-commits mailing list