mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-22 06:59:01 -06:00
HIP: Add support for NVIDIA GPUs
Add support for using the CUDA Toolkit's NVCC to compile HIP code. Fixes: #25143
This commit is contained in:
@@ -10,7 +10,10 @@ The value must be one of:
|
||||
``amd``
|
||||
AMD GPUs
|
||||
|
||||
If not specified, the default is ``amd``.
|
||||
``nvidia``
|
||||
NVIDIA GPUs
|
||||
|
||||
If not specified, a default is computed via ``hipconfig --platform``.
|
||||
|
||||
:variable:`CMAKE_HIP_ARCHITECTURES` entries are interpreted with
|
||||
as architectures of the GPU platform.
|
||||
|
||||
Reference in New Issue
Block a user