mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 07:08:38 -05:00
96bc59b1ca
Fixes #22200
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.
|