[clang] [OpenMP] Allow GPUs to be targeted directly via `-fopenmp`. (PR #122149)
Joseph Huber via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 9 09:06:01 PST 2025
jhuber6 wrote:
> Do we have a clear idea on if a construct can behave in a different manner if it is nested in a target region?
Unsure exactly, the target regions are just outlined, so it shouldn't affect anything on a codegen level.
https://github.com/llvm/llvm-project/pull/122149
More information about the cfe-commits
mailing list