[PATCH] D118815: [Clang][Docs] Add documention for new OpenMP offloading driver

Joseph Huber via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 2 10:34:41 PST 2022


jhuber6 added inline comments.


================
Comment at: clang/docs/OffloadingDesign.rst:25
+Clang supports OpenMP target offloading to several different architectures such
+as NVPTX, AMDGPU, and X86_64. Offloading code is generated by Clang and then
+executed using the ``libomptarget`` runtime and the associated plugin for the
----------------
ABataev wrote:
> Arm, PowerPC?
Can add to make it fully inclusive. The new driver I made doesn't link non-GPU stuff yet, but it will soonish.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D118815/new/

https://reviews.llvm.org/D118815



More information about the cfe-commits mailing list