[llvm] [LLVM][OpenMP] Allow OpenMPOpt to handle non-OpenMP target regions (PR #67075)
Joseph Huber via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 21 17:00:23 PDT 2023
jhuber6 wrote:
Is the desire to not run OpenMPOpt on kernels generated from CUDA? It would probably be much easier to make the CUDA metadata match OpenMP's otherwise.
Also unrelated complaint, I really wish we could unify the kernel annotations between AMDGPU and NVPTX.
https://github.com/llvm/llvm-project/pull/67075
More information about the llvm-commits
mailing list