Skip to content

Adding CUDA as a language support to arch detection

Henry Schreiner requested to merge henryiii/cmake:cuda_arch into master

This allows the use of FindCUDA/select_compute_arch without running find_package first if CUDA is enabled as a language. This could support using this in a new CUDA as a language support module without having to duplicate the arch detection code (which has to be maintained when new architectures are released).

See #16586 (closed).

Edited by Brad King

Merge request reports