Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CUDA/Clang: Add support for MSVC ABI on Windows using GNU-like frontend | Brad King | 2024-01-22 | 1 | -0/+3 |
| | | | | Fixes: #20776 | ||||
* | CUDA: Add CUDA_ARCHITECTURES target property | Raul Tambre | 2020-04-15 | 1 | -0/+1 |
| | | | | | | | | | | | Simplifies CUDA target architecture handling. Required for Clang support as Clang doesn't automatically select a supported architecture. We detect a supported architecture during compiler identification and set CMAKE_CUDA_ARCHITECTURES to it. Introduces CMP0104 for backwards compatibility with manually setting code generation flags with NVCC. Implements #17963. | ||||
* | CUDA: Mult-Config Ninja generator now supports CUDA | Robert Maynard | 2020-01-13 | 1 | -0/+21 |