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

Alexey Bataev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 3 08:22:51 PST 2022


ABataev accepted this revision.
ABataev added a comment.
This revision is now accepted and ready to land.

LG with nits



================
Comment at: clang/docs/OffloadingDesign.rst:25
+Clang supports OpenMP target offloading to several different architectures such
+as NVPTX, AMDGPU, X86_64. ARM, and PowerPC. Offloading code is generated by
+Clang and then executed using the ``libomptarget`` runtime and the associated
----------------
`.`->`,` after X86_64


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