summaryrefslogtreecommitdiffstats
path: root/Help/variable/CMAKE_HIP_PLATFORM.rst
Commit message (Collapse)AuthorAgeFilesLines
* HIP: Add support for NVIDIA GPUsBrad King2023-09-211-1/+4
| | | | | | Add support for using the CUDA Toolkit's NVCC to compile HIP code. Fixes: #25143
* HIP: Add CMAKE_HIP_PLATFORM variable to specify GPU platformBrad King2023-09-211-0/+19
For now, require the value to be `amd`, since that is the only platform we currently support.