Sha256: cc8cd62ba8a51ee638ab2d17716ff5e843bfc062a5671ec9b5d17ce8cbabdb88
Contents?: true
Size: 448 Bytes
Versions: 1
Compression:
Stored size: 448 Bytes
Contents
CUDA_SEPARABLE_COMPILATION -------------------------- CUDA only: Enables separate compilation of device code If set this will enable separable compilation for all CUDA files for the given target. For instance: .. code-block:: cmake set_property(TARGET myexe PROPERTY CUDA_SEPARABLE_COMPILATION ON) This property is initialized by the value of the :variable:`CMAKE_CUDA_SEPARABLE_COMPILATION` variable if it is set when a target is created.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
zxing_cpp_no_cmake-0.1.2 | ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/CUDA_SEPARABLE_COMPILATION.rst |