You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
325 B
10 lines
325 B
``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.
|