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

2022-02-03 Thread Joseph Huber via Phabricator via cfe-commits
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.

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

2022-02-03 Thread Alexey Bataev via Phabricator via cfe-commits
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,

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

2022-02-03 Thread Joseph Huber via Phabricator via cfe-commits
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

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

2022-02-02 Thread Joseph Huber via Phabricator via cfe-commits
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

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

2022-02-02 Thread Alexey Bataev via Phabricator via cfe-commits
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