-
Notifications
You must be signed in to change notification settings - Fork 222
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
Windows: Importing CUDA.jl under Nsight Systems exits the process #2546
Comments
Could this be related to permission issues? |
Hard to tell. Which version of Nsight are you using? Are you using |
The latest one - Nsight Systems 2024.6.1. See (base) PS C:\Users\huiyu> nsys --version
NVIDIA Nsight Systems version 2024.6.1.90-246134905481v0
Yes I tried but had the same problem - the profiling report generates right after the Also, I ran everything as an administrator, so it’s likely not a permissions issue. Could this be related to NVTX.jl issue #37? I’m using Windows, and I always see |
If yes I could offer some help with this issue. |
I can confirm the issue, but I'm not sure what we can do here, as I don't have much debugging experience on Windows. |
Sure |
It is indeed related with the issue from NVTX.jl - it is just so wired that the issue has been found for a year but no similar issue was found like mine. I will try to fix that issue in my spare time and I will cc you @maleadt once PR is opened. |
Describe the bug
When running using CUDA after launching Julia with Nsight Systems, the program quits, but a profiling report is still generated.
To reproduce
The Minimal Working Example (MWE) for this bug:
Manifest.toml
Expected behavior
The program should remain running and waiting for the next instruction.
Version info
Details on Julia:
Details on CUDA:
Additional context
Some warnings from the profiling report:
The text was updated successfully, but these errors were encountered: