No effect for calling "nsys launch" #1939
Replies: 1 comment 1 reply
-
Let's make this an issue, as it isn't really a bug with CUDA.jl you're reporting here. I have encountered this before when there were other nsys-related processes running, so try looking for those and killing them first. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to profile my code. It works fine if I run
nsys profile C:\Users\ddt00\AppData\Local\Programs\julia-1.8.1\bin\julia-1.8.1.exe
However, when I was running
nsys launch C:\Users\ddt00\AppData\Local\Programs\julia-1.8.1\bin\julia-1.8.1.exe
it returns
command ignored
without any error and nothing happened.Has anyone encountered such an issue before?
Beta Was this translation helpful? Give feedback.
All reactions