7fea2b77df
Beginning in CUDA 5.5 a static version of the cuda runtime library became available. Since nvcc defaults to using this library over the shared version, FindCUDA will also default to using this version. There are many advantages to using the static version (most importantly to avoid conflicts with multiple versions when building a CUDA based library). Offer a CUDA_USE_STATIC_CUDA_RUNTIME option to control this behavior.
8 lines
243 B
ReStructuredText
8 lines
243 B
ReStructuredText
FindCUDA-StaticRuntime
|
|
----------------------
|
|
|
|
* The :module:`FindCUDA` module now defaults to using the static
|
|
CUDA runtime library if it is available. A new
|
|
``CUDA_USE_STATIC_CUDA_RUNTIME`` option is offered to control
|
|
this behavior.
|