mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-01 11:50:11 -05:00
18158bf81c
Add support for using the CUDA Toolkit's NVCC to compile HIP code. Fixes: #25143
10 lines
288 B
ReStructuredText
10 lines
288 B
ReStructuredText
hip-nvidia
|
|
----------
|
|
|
|
* ``HIP`` language code may now be compiled for NVIDIA GPUs
|
|
using the NVIDIA CUDA Compiler (NVCC).
|
|
|
|
* The :variable:`CMAKE_HIP_PLATFORM` variable was added to specify
|
|
the GPU platform for which HIP language sources are to be compiled
|
|
(``amd`` or ``nvidia``).
|