Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trouble using nsight systems for profiling CUDA in Julia #1779

Closed
JamieMair opened this issue Feb 24, 2023 · 4 comments
Closed

Trouble using nsight systems for profiling CUDA in Julia #1779

JamieMair opened this issue Feb 24, 2023 · 4 comments
Labels
bug Something isn't working needs information Further information is requested upstream Somebody else's problem.

Comments

@JamieMair
Copy link

The CUDA.jl documentation suggests that we launch profiling with

nsys launch julia

But this results with "program not found: julia" so I have to specify the path manually:

nsys launch C:\Users\...\julia.exe

Once the path is fully specified it launches, but the profiling immediately ends with

application launched
Required property not found

Is this happening to others on Windows? I was able to launch profiling through the GUI running a script, but it would be much better to have an interactive experience and only profile part of the program. Is there any advice on this?

System Info:
Julia version: 1.9.0-beta4 (via Juliaup)
OS: Windows 11
NVIDIA Driver: 527.37
CUDA Version: 12.0
NVIDIA Nsight Systems version: 2022.5.1.82-32078057v0

@maleadt
Copy link
Member

maleadt commented Feb 24, 2023

application launched
Required property not found

Are those the exact errors? I don't find anything relevant Googling them. In any case, no I haven't run into this, and I haven't seen reports of other users encountering these issues.

@JamieMair
Copy link
Author

JamieMair commented Feb 25, 2023

Unfortunately yes, this is the only output from nsys, I also had no luck finding any other similar errors/situations online

@maleadt maleadt added needs information Further information is requested upstream Somebody else's problem. bug Something isn't working labels Feb 27, 2023
@maleadt
Copy link
Member

maleadt commented Feb 27, 2023

I think your best bet is to file a bug with NVIDIA, they are typically very responsive as long as you provide a good reproducer. So a MWE where you download beta4 from a tarball and use the latest nsys would be best (i.e., no use of juliaup, no use of CUDA.jl, etc).

@maleadt
Copy link
Member

maleadt commented Jan 18, 2024

Going to close this as this does seem like an upstream issue.

@maleadt maleadt closed this as completed Jan 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs information Further information is requested upstream Somebody else's problem.
Projects
None yet
Development

No branches or pull requests

2 participants