summaryrefslogtreecommitdiffstats
path: root/Tests/HIP/ArchitectureOff
Commit message (Collapse)AuthorAgeFilesLines
* HIP: Add support for NVIDIA GPUsBrad King2023-09-211-0/+2
| | | | | | 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-1/+5
| | | | | For now, require the value to be `amd`, since that is the only platform we currently support.
* Tests/HIP/ArchitectureOff: Cover HIP_ARCHITECTURES initializationBrad King2023-09-211-1/+5
| | | | Verify that the property is initialized by `CMAKE_HIP_ARCHITECTURES`.
* HIP: Add language to CMakeRobert Maynard2021-06-072-0/+17