summaryrefslogtreecommitdiffstats
path: root/Help/release
diff options
context:
space:
mode:
authorRobert Maynard <rmaynard@nvidia.com>2021-08-17 16:28:23 (GMT)
committerRobert Maynard <rmaynard@nvidia.com>2021-11-01 18:57:58 (GMT)
commit14d8a2768d8b8c2ba0f341b4bd59a875aaf6c2f4 (patch)
tree2074643d278024f89622b959a7795ee57438c222 /Help/release
parente1acb03cd9b53fe81dd9e1696ac293ae5ba468cc (diff)
downloadCMake-14d8a2768d8b8c2ba0f341b4bd59a875aaf6c2f4.zip
CMake-14d8a2768d8b8c2ba0f341b4bd59a875aaf6c2f4.tar.gz
CMake-14d8a2768d8b8c2ba0f341b4bd59a875aaf6c2f4.tar.bz2
CUDA: Support nvcc 11.5 new -arch=all|all-major flags
Diffstat (limited to 'Help/release')
-rw-r--r--Help/release/dev/cuda-new-arch-modes.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/Help/release/dev/cuda-new-arch-modes.rst b/Help/release/dev/cuda-new-arch-modes.rst
new file mode 100644
index 0000000..549abc3
--- /dev/null
+++ b/Help/release/dev/cuda-new-arch-modes.rst
@@ -0,0 +1,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+.