Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cuda: Added docs for extended cuda toolset | Benjamin Wozniak | 2019-08-30 | 1 | -2/+4 |
| | |||||
* | VS: Select highest available CUDA toolset by default | Brad King | 2017-03-10 | 1 | -2/+4 |
| | | | | | If `CMAKE_GENERATOR_TOOLSET` does not have a `cuda=...` field then find available CUDA toolsets and choose the highest version. | ||||
* | VS: Provide an option to specify CUDA toolset version | Brad King | 2017-03-10 | 1 | -0/+10 |
The NVIDIA CUDA Toolkit provides MSBuild toolset files for integration with Visual Studio. Multiple versions may be installed so we need a way to tell our VS generators which CUDA toolset to use. Extend the `CMAKE_GENERATOR_TOOLSET` specification to provide a `cuda=...` field specifying the version number. |