cmake/Help/prop_tgt/CUDA_RUNTIME_LIBRARY-VALUES.txt

10 lines
325 B
Plaintext
Raw Normal View History

2020-08-30 11:54:41 +02:00
``None``
Link with ``-cudart=none`` or equivalent flag(s) to use no CUDA
runtime library.
``Shared``
Link with ``-cudart=shared`` or equivalent flag(s) to use a
dynamically-linked CUDA runtime library.
``Static``
Link with ``-cudart=static`` or equivalent flag(s) to use a
statically-linked CUDA runtime library.