mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
Merge topic 'cuda_vs_arch_all'
daf372c4d6CUDA: Fix issuing error if default architecture detection fails7a0d098352CUDA: Error on empty/invalid CMAKE_CUDA_ARCHITECTURES set by userd19273bc7bCUDA: Support all and all-major on Visual Studio5f667d783aCUDA: Actually use reverse architecture deprecation order for Clang Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Brad King <brad.king@kitware.com> Merge-request: !6912
This commit is contained in:
11
Help/release/dev/cuda-compiler-detection-robustness.rst
Normal file
11
Help/release/dev/cuda-compiler-detection-robustness.rst
Normal file
@@ -0,0 +1,11 @@
|
||||
cuda-compiler-detection-robustness
|
||||
----------------------------------
|
||||
|
||||
* CUDA compiler detection now issues an error in all cases when it's unable to
|
||||
compute the default architecture(s) if required (see :policy:`CMP0104`).
|
||||
|
||||
* CUDA compiler detection now correctly handles ``OFF`` for
|
||||
:variable:`CMAKE_CUDA_ARCHITECTURES` on Clang.
|
||||
|
||||
* CUDA compiler detection now supports the theoretical case of multiple default
|
||||
architectures.
|
||||
5
Help/release/dev/cuda-invalid-architectures.rst
Normal file
5
Help/release/dev/cuda-invalid-architectures.rst
Normal file
@@ -0,0 +1,5 @@
|
||||
cuda-invalid-architectures
|
||||
--------------------------
|
||||
|
||||
* CUDA compiler detection now tries to detect invalid architectures and issue
|
||||
an error.
|
||||
Reference in New Issue
Block a user