mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-22 15:10:20 -06:00
HIP: Add language to CMake
This commit is contained in:
committed by
Zack Galbreath
parent
ff0d2858e1
commit
b50bfc8913
11
Help/variable/CMAKE_HIP_ARCHITECTURES.rst
Normal file
11
Help/variable/CMAKE_HIP_ARCHITECTURES.rst
Normal file
@@ -0,0 +1,11 @@
|
||||
CMAKE_HIP_ARCHITECTURES
|
||||
-----------------------
|
||||
|
||||
.. versionadded:: 3.21
|
||||
|
||||
Default value for :prop_tgt:`HIP_ARCHITECTURES` property of targets.
|
||||
|
||||
This is initialized to ``OFF``.
|
||||
|
||||
This variable is used to initialize the :prop_tgt:`HIP_ARCHITECTURES` property
|
||||
on all targets. See the target property for additional information.
|
||||
@@ -6,7 +6,7 @@ CMAKE_<LANG>_COMPILER_LAUNCHER
|
||||
Default value for :prop_tgt:`<LANG>_COMPILER_LAUNCHER` target property.
|
||||
This variable is used to initialize the property on each target as it is
|
||||
created. This is done only when ``<LANG>`` is ``C``, ``CXX``, ``Fortran``,
|
||||
``ISPC``, ``OBJC``, ``OBJCXX``, or ``CUDA``.
|
||||
``HIP``, ``ISPC``, ``OBJC``, ``OBJCXX``, or ``CUDA``.
|
||||
|
||||
This variable is initialized to the :envvar:`CMAKE_<LANG>_COMPILER_LAUNCHER`
|
||||
environment variable if it is set.
|
||||
|
||||
Reference in New Issue
Block a user