blob: e9e6a420ca2d48f37d5304785882cceb8e4b3716 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
CUDAARCHS
---------
.. versionadded:: 3.20
.. include:: ENV_VAR.txt
Value used to initialize :variable:`CMAKE_CUDA_ARCHITECTURES` on the first
configuration. Subsequent runs will use the value stored in the cache.
This is a semicolon-separated list of architectures as described in
:prop_tgt:`CUDA_ARCHITECTURES`.
|