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

Joseph Huber via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 25 05:52:11 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 llvm-commits mailing list