1
0

cuda-compiler-detection-robustness.rst 433 B

1234567891011
  1. cuda-compiler-detection-robustness
  2. ----------------------------------
  3. * CUDA compiler detection now issues an error in all cases when it's unable to
  4. compute the default architecture(s) if required (see :policy:`CMP0104`).
  5. * CUDA compiler detection now correctly handles ``OFF`` for
  6. :variable:`CMAKE_CUDA_ARCHITECTURES` on Clang.
  7. * CUDA compiler detection now supports the theoretical case of multiple default
  8. architectures.