Skip to content

Commit

Permalink
[Offload][Doc] Add 'offload' in OpenMP target doc (llvm#110141)
Browse files Browse the repository at this point in the history
  • Loading branch information
lwshanbd authored Oct 2, 2024
1 parent d256b9e commit 4123050
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openmp/docs/SupportAndFAQ.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ All patches go through the regular `LLVM review process
Q: How to build an OpenMP GPU offload capable compiler?
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
To build an *effective* OpenMP offload capable compiler, only one extra CMake
option, ``LLVM_ENABLE_RUNTIMES="openmp"``, is needed when building LLVM (Generic
option, ``LLVM_ENABLE_RUNTIMES="openmp;offload"``, is needed when building LLVM (Generic
information about building LLVM is available `here
<https://llvm.org/docs/GettingStarted.html>`__.). Make sure all backends that
are targeted by OpenMP are enabled. That can be done by adjusting the CMake
Expand Down

0 comments on commit 4123050

Please sign in to comment.