[Openmp-commits] [PATCH] D44992: [OpenMP] enable bc file compilation using the latest clang
George Rokos via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Mon Apr 2 13:54:41 PDT 2018
grokos accepted this revision.
grokos added a comment.
This revision is now accepted and ready to land.
OK, so we can proceed with this solution and if we observe any performance problem in the future then I will push a different fix (instead of declaring `__shared__` variables as extern, we can have getter functions in the `.cu` file in which the variable is defined which other `.cu` files can call to get a pointer/reference to the variable).
Repository:
rOMP OpenMP
https://reviews.llvm.org/D44992
More information about the Openmp-commits
mailing list