mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 07:08:38 -05:00
23691d789e
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.
|