Is there a JVM implementation that supports CUDA?

Is there any JVM implementation that supports CUDA? Provide links, please =)

+3
source share
1 answer

You should take a look at JCuda :

With JCuda, you can interact with CUDA runtime and the driver API from Java programs.

+4
source

Source: https://habr.com/ru/post/1767225/


All Articles