Package jcuda.driver

Contains the classes related to the JCuda driver API.

See:
          Description

Class Summary
JCudaDriver Java bindings for the NVidia CUDA driver API.

Most comments are taken from the CUDA reference manual
 

Package jcuda.driver Description

Contains the classes related to the JCuda driver API.

Package Specification

This package contains classes that are related to the JCuda driver API. The main class is the JCudaDriver class, which provides all method bindings for the CUDA driver API.

Please consult your CUDA Reference Manual and your CUDA Programming Guide for more information about how to use this API.