cmake/Help/envvar/CUDAARCHS.rst

13 lines
318 B
ReStructuredText
Raw Normal View History

2021-09-14 00:13:48 +02:00
CUDAARCHS
---------
.. versionadded:: 3.20
.. include:: ENV_VAR.txt
Value used to initialize :variable:`CMAKE_CUDA_ARCHITECTURES` on the first
2022-03-29 21:10:50 +02:00
configuration. Subsequent runs will use the value stored in the cache.
2021-09-14 00:13:48 +02:00
This is a semicolon-separated list of architectures as described in
:prop_tgt:`CUDA_ARCHITECTURES`.