summaryrefslogtreecommitdiffstats
path: root/Tests/HIP/CompileFlags
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/+4
| | | | | For now, require the value to be `amd`, since that is the only platform we currently support.
* HIP: Add language to CMakeRobert Maynard2021-06-072-0/+21