-
Notifications
You must be signed in to change notification settings - Fork 33
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
CUDA 12.6 Release? #45
Comments
CUDA supports forward-compatibility, and you can run the binary built with CUDA 12.5 on a system with CUDA 12.5 or later. So, I think Meanwhile, I think I will add binaries for CUDA 12.6 for build tests in the latest environment. |
Thanks for the quick response! However, I encountered an error related to thrust (something similar to "could not find a CUDA kernel available") when running on CUDA 12.6. Should I make a separate issue for this instead or should I provide details here? |
Hmmm, I'll try it on my Jetson Orin Nano with JetPack 6.2. It would be helpful if you could share the detailed log here. |
So, for clarification, we are using a somewhat unconventional configuration. We are running in a Docker container based on |
The provided binaries are built without TBB. I confirmed that |
Nvidia JetPack for Jetson devices is currently only available in v6.0 (CUDA 12.2.2) and v6.2 (CUDA 12.6.10). Is there any plan to release a pre-compiled version for CUDA 12.6?
Also, amazing work on these projects. Your continued development is greatly appreciated by the whole community.
The text was updated successfully, but these errors were encountered: