Help: Document HIP standard/extensions properties and variables

This commit is contained in:
Raul Tambre
2021-08-28 18:12:18 +03:00
parent a40ff1bb5a
commit a65bee4cfc
8 changed files with 122 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
CMAKE_HIP_EXTENSIONS
--------------------
.. versionadded:: 3.21
Default value for :prop_tgt:`HIP_EXTENSIONS` target property if set when a
target is created.
See the :manual:`cmake-compile-features(7)` manual for information on
compile features and a list of supported compilers.

View File

@@ -0,0 +1,10 @@
CMAKE_HIP_STANDARD
------------------
.. versionadded:: 3.21
Default value for :prop_tgt:`HIP_STANDARD` target property if set when a target
is created.
See the :manual:`cmake-compile-features(7)` manual for information on
compile features and a list of supported compilers.

View File

@@ -0,0 +1,10 @@
CMAKE_HIP_STANDARD_REQUIRED
---------------------------
.. versionadded:: 3.21
Default value for :prop_tgt:`HIP_STANDARD_REQUIRED` target property if set when
a target is created.
See the :manual:`cmake-compile-features(7)` manual for information on
compile features and a list of supported compilers.