blob: 549abc34cdbc7b61cbe0159fafe45774c0455f01 (
plain)
1
2
3
4
5
6
7
8
9
10
|
cuda-new-arch-modes
-------------------
* The :prop_tgt:`CUDA_ARCHITECTURES` target property now supports the
`all`, and `all-major` values when the CUDA compiler id is ``NVIDIA``,
and version is 11.5+.
* The :variable:`CMAKE_CUDA_ARCHITECTURES` variable now supports the
`all`, and `all-major` values when the `CUDA` compiler id is ``NVIDIA``,
and version is 11.5+.
|