summaryrefslogtreecommitdiffstats
path: root/Help/release/dev
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2022-02-02 13:23:05 (GMT)
committerKitware Robot <kwrobot@kitware.com>2022-02-02 13:23:19 (GMT)
commit92459258108c0036808f29f83a8503fea18ccee9 (patch)
treec2f302d41c63a149b510c97c74a664f980aa0808 /Help/release/dev
parent0f316675cfb572058b2077e72a8ecbb6b5c7b534 (diff)
parent8f64df0a7c2c9126017847f2bb8d37bc54ea0338 (diff)
downloadCMake-92459258108c0036808f29f83a8503fea18ccee9.zip
CMake-92459258108c0036808f29f83a8503fea18ccee9.tar.gz
CMake-92459258108c0036808f29f83a8503fea18ccee9.tar.bz2
Merge topic 'cuda_generic_arch_all'
8f64df0a7c CUDA: Generic all and all-major support Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Alex <leha-bot@yandex.ru> Merge-request: !6816
Diffstat (limited to 'Help/release/dev')
-rw-r--r--Help/release/dev/cuda-new-arch-modes.rst6
1 files changed, 2 insertions, 4 deletions
diff --git a/Help/release/dev/cuda-new-arch-modes.rst b/Help/release/dev/cuda-new-arch-modes.rst
index 549abc3..fcfd8f1 100644
--- a/Help/release/dev/cuda-new-arch-modes.rst
+++ b/Help/release/dev/cuda-new-arch-modes.rst
@@ -2,9 +2,7 @@ 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+.
+ `all`, and `all-major` values for CUDA toolkit 7.0+.
* 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+.
+ `all`, and `all-major` values for CUDA toolkit 7.0+.