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

Alexey Bataev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 2 10:32:28 PST 2022


ABataev 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
----------------
Arm, PowerPC?


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