[Openmp-commits] [llvm] [openmp] [OpenMP] Change build of OpenMP device runtime to be a separate runtime (PR #136729)

Johannes Doerfert via Openmp-commits openmp-commits at lists.llvm.org
Wed Apr 23 09:04:57 PDT 2025


jdoerfert wrote:

> I'm assuming you mean that moving to `openmp/` only introduces cost? 

Yes.

> This PR has a very tangible benefit of decoupling the offload runtime with the GPU runtime builds.

Please describe the usage scenario that benefits from this. Keep in mind that we seem to all agree on a generic GPU runtime inside of offload, which has to be split out of what we have right now. So, with this proposal, there will be a GPU runtime in offload and a GPU runtime in openmp, and ...

https://github.com/llvm/llvm-project/pull/136729


More information about the Openmp-commits mailing list