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