File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -82,8 +82,10 @@ Support for the device library comes from a separate build of the OpenMP library
82
82
that targets the GPU architecture. Building it requires enabling the runtime
83
83
targets, or setting the target manually when doing a standalone build. This is
84
84
done with the ``LLVM_RUNTIME_TARGETS `` option and then enabling the OpenMP
85
- runtime for the GPU target. ``RUNTIMES_<triple>_LLVM_ENABLE_RUNTIMES ``. Refer to
86
- the cache file for the specific invocation.
85
+ runtime for the GPU target via ``RUNTIMES_<triple>_LLVM_ENABLE_RUNTIMES ``.
86
+ It's possible to set different flags for each device library by using
87
+ ``RUNTIMES_<triple>_CMAKE_CXX_FLAGS ``. Refer to the cache file for the specific
88
+ invocation.
87
89
88
90
For Nvidia offload, please see :ref: `build_nvidia_offload_capable_compiler `.
89
91
For AMDGPU offload, please see :ref: `build_amdgpu_offload_capable_compiler `.
You can’t perform that action at this time.
0 commit comments