mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-07 22:30:13 -06:00
The target properties `CUDA_SEPARABLE_COMPILATION` and `CUDA_PTX_COMPILATION` now aren't mutually exclusive and can now be used together on the same target.
6 lines
181 B
ReStructuredText
6 lines
181 B
ReStructuredText
cuda-ptx-separable-compilation
|
|
------------------------------
|
|
|
|
* ``CUDA`` targets can now enable both :prop_tgt:`CUDA_SEPARABLE_COMPILATION` and
|
|
:prop_tgt:`CUDA_PTX_COMPILATION`.
|