-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
JavaCV/CUDA/Jetson #1584
Comments
I'm working on getting it working with CUDA 11.2 for linux-arm64 as available here: /cc @kwatters |
Thanks; let us know if there is anything we can do; I've got it ready here to test out whenever you ask. |
Happy to try it out on the jetson nano here! Thanks for the heads up. |
Ok, it's done! See commit bytedeco/javacpp-presets@71596aa. Please give it a try with the snapshots: http://bytedeco.org/builds/ |
Duplicate of bytedeco/javacpp-presets#735 |
Hello,
I'm trying to get JavaCV working on jetson; my pom has:
and
When I look at what is pulled down I get the following cuda jars:
linux-x86_64
linux_ppc64le
windows-x86_64
linux-x86_64-redist
linux_ppc64le-redist
windows-x86_64-redist
However from my searching it seems that CUDA has been successfully compiled for the jetson nano, it is described as developer kit (https://developer.nvidia.com/embedded/jetson-nano-developer-kit). Is there a snapshot that has these which allows me to access CUDA on the Jetson?
Thanks.
Cheers,
Neil
The text was updated successfully, but these errors were encountered: