[NFC] Trim trailing whitespace in *.rst
[OpenMP] Change AMDGCN to AMDGPU in the Cmake ModuleSummary:Change the name for targeting AMD offloading.
[OpenMP][Documentation] Add FAQ entry for CMake moduleThis patch adds documentation for using the CMake find module for OpenMPtarget offloading provided by LLVM. It also removes the requirement fo
[OpenMP][Documentation] Add FAQ entry for CMake moduleThis patch adds documentation for using the CMake find module for OpenMPtarget offloading provided by LLVM. It also removes the requirement forAMD's architecture to be set as this isn't necessary for upstream LLVM.Reviewed By: jdoerfertDifferential Revision: https://reviews.llvm.org/D105051
show more ...
[OpenMP] Introduce an CMake find module for OpenMP Target supportThis introduces a CMake find module for detecting target offloading support ina compiler. The goal is to make it easier to incorpor
[OpenMP] Introduce an CMake find module for OpenMP Target supportThis introduces a CMake find module for detecting target offloading support ina compiler. The goal is to make it easier to incorporate target offloading intoa cmake project.Reviewed By: tianshilei1992Differential Revision: https://reviews.llvm.org/D104710