mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
8 lines
285 B
ReStructuredText
8 lines
285 B
ReStructuredText
cuda-device-lto
|
|
---------------
|
|
|
|
* ``CUDA`` language now supports device link time optimization when using
|
|
``nvcc``. The :variable:`CMAKE_INTERPROCEDURAL_OPTIMIZATION` variable and
|
|
the associated :prop_tgt:`INTERPROCEDURAL_OPTIMIZATION` target property will
|
|
activate device LTO.
|