-
Notifications
You must be signed in to change notification settings - Fork 227
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
versioninfo broken on Jetson Orin due to NVML lookup failure #2542
Comments
Interesting; so latest Jetson devices do seem to have NVML, only the device isn't found. Probably has something to do with the |
I ran into the same issue on the smaller "Jetson Orin Nano 8gb". Both local and artifact binaries gave this error. |
NVML is a system-provided library, so the toolkit origin doesn't matter. I personally do not have an Orin device, so anybody who has feel free to take this up. It shouldn't be a hard issue. |
ZeroTier is fine; you can get my SSH keys on https://github.com/maleadt.keys. Not sure when exactly I'll be able to look at this though. |
Ok, Ill try to dm you on LinkedIn regarding the Zerotier connection. |
Actually I found an [email protected] on your blog, if that one is still in use, could I contact you there? |
Yes, that'd be preferable. FYI, every Git commit has an email: https://github.com/JuliaGPU/CUDA.jl/commit/860eb88e40053b2709ef949f2eaf593c59bcecf1.patch |
Thanks, I sent the mail just now. |
Describe the bug
Using CUDA.jl on a nVidia Jetson,
CUDA.versioninfo()
gives the following errorTo reproduce
The Minimal Working Example (MWE) for this bug:
Manifest.toml
Expected behavior
CUDA.versioninfo()
executes without any errorVersion info
Details on Julia:
Details on CUDA:
Additional context
This bug happens only on a Jetson.
The text was updated successfully, but these errors were encountered: