Closed eyalroz closed 1 year ago
In CMake 3.25, a new target was introduced as part of the CUDA toolkit detection, CUDA::nvtx3. It replaces the now-deprecated `CUDA::nvToolkitExt target. Let's try using it, as we've had trouble with NVTX on Windows.
CUDA::nvtx3
`CUDA::nvToolkitExt
In CMake 3.25, a new target was introduced as part of the CUDA toolkit detection,
CUDA::nvtx3
. It replaces the now-deprecated`CUDA::nvToolkitExt
target. Let's try using it, as we've had trouble with NVTX on Windows.