summaryrefslogtreecommitdiffstats
path: root/Tests/HIP/MixedLanguage
Commit message (Collapse)AuthorAgeFilesLines
* HIP: Fix linking mixed-lang binary with CXX compiler and Makefile generatorsBrad King2023-09-251-0/+4
| | | | | | | | Following commit 6377a43814 (CUDA: Support response files with nvcc, 2022-06-01, v3.25.0-rc1~636^2), while determining the compiler ABI, do not use response files, so that we can extract implicit link flags. Fixes: #25272
* HIP: analyze output of `hipcc` to determine default GPU architectureZack Galbreath2021-06-071-1/+0
|
* HIP: All HIP tests now run on CMake's current AMD hardwareRobert Maynard2021-06-071-0/+1
|
* HIP: Automatically inject the `hip::device` runtime targetRobert Maynard2021-06-078-0/+152
Any target that might need to link to hip code needs the `hip::device` target