blob: b16ed9f9966fb1390206ab31000cf09dc9c5dc99 (
plain)
1
2
3
4
5
6
7
8
|
find-cuda-toolkit-nvtx3
-----------------------
* The :module:`FindCUDAToolkit` module now provides a target for
:ref:`nvtx3 <cuda_toolkit_nvtx3>` for CUDA 10.0+, which supersedes
:ref:`nvToolsExt <cuda_toolkit_nvToolsExt>`. A deprecation warning is emitted
when using ``nvToolsExt`` if the project requires CMake 3.25 and CUDA 10.0+
is used.
|