mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
HIP: Use 'rocm_agent_enumerator' to determine CMAKE_HIP_ARCHITECTURES
This commit is contained in:
committed by
Brad King
parent
64aac043ee
commit
735f41fc2d
@@ -5,7 +5,8 @@ CMAKE_HIP_ARCHITECTURES
|
||||
|
||||
Default value for :prop_tgt:`HIP_ARCHITECTURES` property of targets.
|
||||
|
||||
This is initialized to the default architecture chosen by the compiler.
|
||||
This is initialized to the architectures reported by ``rocm_agent_enumerator``,
|
||||
if available, and otherwise to the default 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.
|
||||
|
||||
Reference in New Issue
Block a user