[clang] [Offloading][NFC] Move creation of offloading entries from OpenMP (PR #70116)

Joseph Huber via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 25 05:52:12 PDT 2023


jhuber6 wrote:

> Maybe a clang documentation can be added for this generic offloading toolchain for OpenMP/CUDA/HIP. Could be a brief description about the offloading entries and registration mechanism in the beginning then buffy it up later.

We have https://clang.llvm.org/docs/OffloadingDesign.html which describes the entries, but from an OpenMP perspective. But I have thought about reworking it once I finish up the new driver support (which this is a part of).

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


More information about the cfe-commits mailing list