jcuda / jcuda-main

Summarizes the main JCuda libraries
MIT License
99 stars 20 forks source link

jcuda-main

Project structure

JCuda offers Java bindings for CUDA and CUDA-related libraries. The bindings for the individual libraries are contained in the following sub-projects:

Each of these projects contains the source code for the native libraries (DLL, SO, or DYLIB) and for the Java libraries (JAR).

Using JCuda

JCuda can be used with Maven, Gradle or by downloading the pre-built libraries. Details are explained here: Using JCuda

Building JCuda

Information about how to build the JCuda libraries from the source code is given here: Building JCuda