Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CompilerID: Compiler extensions default detection | Raul Tambre | 2021-09-28 | 1 | -0/+1 |
| | |||||
* | HIP: Simplify detection of HIP runtime CMake package | Brad King | 2021-09-16 | 1 | -0/+1 |
| | | | | | | | It only makes sense to use the CMake package from the same ROCm installation that the compiler uses. Ask the HIP compiler to report the location of the ROCm installation. Verify up front that it contains the expected CMake package file. | ||||
* | HIP: Automatically inject the `hip::device` runtime target | Robert Maynard | 2021-06-07 | 1 | -3/+2 |
| | | | | | Any target that might need to link to hip code needs the `hip::device` target | ||||
* | HIP: Add language to CMake | Robert Maynard | 2021-06-07 | 1 | -0/+59 |