Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | HIP: Add support for NVIDIA GPUs | Brad King | 2023-09-21 | 1 | -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 platform | Brad King | 2023-09-21 | 1 | -0/+19 |
For now, require the value to be `amd`, since that is the only platform we currently support. |