This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG28ab5944cd75: [Clang][Docs] Add documention for new OpenMP
offloading driver (authored by jhuber6).
Changed prior to commit:
https://reviews.llvm.
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,
jhuber6 updated this revision to Diff 405654.
jhuber6 added a comment.
Some additions.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D118815/new/
https://reviews.llvm.org/D118815
Files:
clang/docs/ClangCommandLineReference.rst
clang/docs/ClangL
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`` runtim
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`` runtim