Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | HIP: Fix linking mixed-lang binary with CXX compiler and Makefile generators | Brad King | 2023-09-25 | 1 | -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 architecture | Zack Galbreath | 2021-06-07 | 1 | -1/+0 |
| | |||||
* | HIP: All HIP tests now run on CMake's current AMD hardware | Robert Maynard | 2021-06-07 | 1 | -0/+1 |
| | |||||
* | HIP: Automatically inject the `hip::device` runtime target | Robert Maynard | 2021-06-07 | 8 | -0/+152 |
Any target that might need to link to hip code needs the `hip::device` target |