diff options
author | Brad King <brad.king@kitware.com> | 2022-06-07 19:05:57 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2022-06-07 19:05:57 (GMT) |
commit | a3fc4698826172ec187844c4590cef58a310e074 (patch) | |
tree | 776b0ac1fb4f66887b219241c2cfe46b08788e0a /Help/release/dev/cuda-arch-native.rst | |
parent | 031fa14b7eab1e85882eb5a9e10cb8f7f66c1350 (diff) | |
download | CMake-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.rst | 7 |
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). |