mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
When the target property `CUDA_PTX_COMPILATION` is enabled CUDA OBJECT libraries will generate ptx files instead of object files.
7 lines
212 B
ReStructuredText
7 lines
212 B
ReStructuredText
enable_ptx_compilation
|
|
----------------------
|
|
|
|
* The :prop_tgt:`CUDA_PTX_COMPILATION` target property was added to
|
|
:ref:`Object Libraries` to support compiling to ``.ptx`` files
|
|
instead of host object files.
|