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

JavaCV/CUDA/Jetson #1584

Closed
neil-benn opened this issue Feb 1, 2021 · 5 comments
Closed

JavaCV/CUDA/Jetson #1584

neil-benn opened this issue Feb 1, 2021 · 5 comments

Comments

@neil-benn
Copy link

Hello,

I'm trying to get JavaCV working on jetson; my pom has:

	<dependency>
	  <groupId>org.bytedeco</groupId>
	  <artifactId>cuda-platform-redist</artifactId>
	  <version>11.0-8.0-1.5.4</version>
	</dependency>

and

	<dependency>
		<groupId>org.bytedeco</groupId>
		<artifactId>javacv-platform</artifactId>
		<version>1.5.4</version>
	</dependency>

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

@saudet
Copy link
Member

saudet commented Feb 1, 2021

I'm working on getting it working with CUDA 11.2 for linux-arm64 as available here:
https://developer.nvidia.com/cuda-downloads?target_os=Linux&target_arch=sbsa&compilation=compilation_native&target_distro=Ubuntu&target_version=1804&target_type=runfilelocal
I'm unsure if that will be compatible with Jetson though. In any case, I'll let you know when you can try it out.

/cc @kwatters

@neil-benn
Copy link
Author

Thanks; let us know if there is anything we can do; I've got it ready here to test out whenever you ask.

@kwatters
Copy link
Contributor

kwatters commented Feb 2, 2021

Happy to try it out on the jetson nano here! Thanks for the heads up.

@saudet
Copy link
Member

saudet commented Feb 3, 2021

Ok, it's done! See commit bytedeco/javacpp-presets@71596aa. Please give it a try with the snapshots: http://bytedeco.org/builds/

@saudet
Copy link
Member

saudet commented Feb 3, 2021

Duplicate of bytedeco/javacpp-presets#735

@saudet saudet marked this as a duplicate of bytedeco/javacpp-presets#735 Feb 3, 2021
@saudet saudet closed this as completed Feb 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants