mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-01 03:29:18 -05:00
61b9764b03
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`.
|