CUDA via Java

Hi,
Any idea how to call CUDA code from Java? is there something from NVIDIA? JNI?

thanks
Eyal

Currently, there isn’t anything from NVIDIA. I believe JCuda is commonly used. It should be possible to use JNI also. A somewhat dated summary is here also.

1 Like