summaryrefslogtreecommitdiffstats
path: root/Help/release/dev/cuda-arch-native.rst
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2022-06-07 19:05:57 (GMT)
committerBrad King <brad.king@kitware.com>2022-06-07 19:05:57 (GMT)
commita3fc4698826172ec187844c4590cef58a310e074 (patch)
tree776b0ac1fb4f66887b219241c2cfe46b08788e0a /Help/release/dev/cuda-arch-native.rst
parent031fa14b7eab1e85882eb5a9e10cb8f7f66c1350 (diff)
downloadCMake-a3fc4698826172ec187844c4590cef58a310e074.zip
CMake-a3fc4698826172ec187844c4590cef58a310e074.tar.gz
CMake-a3fc4698826172ec187844c4590cef58a310e074.tar.bz2
Help: Consolidate 3.24 release notes
Run the `Utilities/Release/consolidate-relnotes.bash` script to move notes from `Help/release/dev/*` into `Help/release/3.24.rst`.
Diffstat (limited to 'Help/release/dev/cuda-arch-native.rst')
-rw-r--r--Help/release/dev/cuda-arch-native.rst7
1 files changed, 0 insertions, 7 deletions
diff --git a/Help/release/dev/cuda-arch-native.rst b/Help/release/dev/cuda-arch-native.rst
deleted file mode 100644
index f44a668..0000000
--- a/Help/release/dev/cuda-arch-native.rst
+++ /dev/null
@@ -1,7 +0,0 @@
-cuda-arch-native
-----------------
-
-* The :variable:`CMAKE_CUDA_ARCHITECTURES` variable and associated
- :prop_tgt:`CUDA_ARCHITECTURES` target property now support the
- special ``native`` value to compile for the architectures(s)
- of the host's GPU(s).