I have an windows 10 with a NVIDIA GeForce GTX 1050 Ti with drivers 516.94.0 and CUDA 11.8 with drivers 11.7.
I’ve installed Nsight Systems 2023.2.1to profile a Julia code that is using the CUDA.jl package, but when I try to launch Julia under nsys I get the following error:
I actually managed to run it one time before, right after installing the Nsight Systems, but after that it didn’t run anymore. I already tried rebooting the system a couple of times, but it didn’t seem to make a difference.
I have an windows 10 with a NVIDIA GeForce GTX 1070 with drivers 531.61 and CUDA 12.1.
I have the same issue and tried this answer, but it still doesn’t work:
PS C:\WINDOWS\system32> where.exe julia
C:\Users\ddt00\AppData\Local\Programs\julia-1.8.1\bin\julia.exe
PS C:\WINDOWS\system32> nsys launch julia
Program not found: julia
PS C:\WINDOWS\system32> nsys profile --trace=cuda,nvtx -d 20 julia
Program not found: julia
The weird thing is I can find find the julia path but nsys can’t find it. Do you have any idea how to fix it?