mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-20 06:00:30 -06:00
11 lines
377 B
ReStructuredText
11 lines
377 B
ReStructuredText
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+.
|