[Openmp-commits] [clang] [libc] [llvm] [openmp] [libc] Rework the GPU build to be a regular target (PR #81921)

Jon Chesterfield via Openmp-commits openmp-commits at lists.llvm.org
Tue Feb 20 11:12:10 PST 2024


JonChesterfield wrote:

OK, worked through this patch now. The noise is substantial but it's an improvement on what we have - the overall impression is that the cmake was originally very special cased for GPUs and now treats them very similarly to other targets, with some careful footwork around compiling the loaders for the host.

This is also a step towards making the GPU parts of the cmake easier to edit for non-GPU people which is a strong win.

Thank you Michael and JP. Solid effort working through this Joseph. Let's ship it.

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


More information about the Openmp-commits mailing list