Merge topic 'cuda_host_compiler_fail'

01428c5560 CUDA: Fail fast if CMAKE_CUDA_ARCHITECTURES doesn't work during detection
9f81aa0f69 CUDA: Fail if compiler detection using the host compiler fails

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !5155
This commit is contained in:
Brad King
2020-09-01 13:20:16 +00:00
committed by Kitware Robot
3 changed files with 35 additions and 21 deletions
+6
View File
@@ -0,0 +1,6 @@
cuda-fail-fast
--------------
* If ``CUDA`` compiler detection fails with user-specified
:variable:`CMAKE_CUDA_ARCHITECTURES` or :variable:`CMAKE_CUDA_HOST_COMPILER`
an error is raised.