blob: f44a668f379fdd8791876d3c850b980a02e96346 (
plain)
1
2
3
4
5
6
7
|
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).
|