diff options
author | Zack Galbreath <zack.galbreath@kitware.com> | 2021-05-27 18:03:51 (GMT) |
---|---|---|
committer | Zack Galbreath <zack.galbreath@kitware.com> | 2021-06-07 19:25:34 (GMT) |
commit | 8514ee9b315b4ad02eed0e3cf11d8579f307fac0 (patch) | |
tree | df30dd3b7d79440fad1319bcbce9889de8686461 /Help/variable | |
parent | 20d086f1a2c320da59830682a19e006ec19dca94 (diff) | |
download | CMake-8514ee9b315b4ad02eed0e3cf11d8579f307fac0.zip CMake-8514ee9b315b4ad02eed0e3cf11d8579f307fac0.tar.gz CMake-8514ee9b315b4ad02eed0e3cf11d8579f307fac0.tar.bz2 |
HIP: analyze output of `hipcc` to determine default GPU architecture
Diffstat (limited to 'Help/variable')
-rw-r--r-- | Help/variable/CMAKE_HIP_ARCHITECTURES.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/variable/CMAKE_HIP_ARCHITECTURES.rst b/Help/variable/CMAKE_HIP_ARCHITECTURES.rst index 333f021..0cf0201 100644 --- a/Help/variable/CMAKE_HIP_ARCHITECTURES.rst +++ b/Help/variable/CMAKE_HIP_ARCHITECTURES.rst @@ -5,7 +5,7 @@ CMAKE_HIP_ARCHITECTURES Default value for :prop_tgt:`HIP_ARCHITECTURES` property of targets. -This is initialized to ``OFF``. +This is initialized to the default architecture chosen by the compiler. This variable is used to initialize the :prop_tgt:`HIP_ARCHITECTURES` property on all targets. See the target property for additional information. |