Package jcuda.driver

Contains the classes related to the JCuda driver API.

See:
          Description

Class Summary
CUaddress_mode Texture reference addressing modes.
CUarray Java port of a CUarray
CUarray_cubemap_face Array indices for cube faces
CUarray_format Array formats.
CUcomputemode Compute Modes.
CUcontext Java port of a CUcontext.
CUctx_flags Context creation flags.
CUDA_ARRAY_DESCRIPTOR Java port of a CUDA_ARRAY_DESCRIPTOR.
CUDA_ARRAY3D_DESCRIPTOR Java port of a CUDA_ARRAY3D_DESCRIPTOR.
CUDA_MEMCPY2D Java port of a CUDA_MEMCPY2D setup.
CUDA_MEMCPY3D Java port of a CUDA_MEMCPY3D setup.
CUdevice Java port of a CUdevice.
CUdevice_attribute Device properties.
CUdeviceptr Java port of a CUdeviceptr.
CUdevprop Legacy device properties.
CUevent Java port of a CUevent.
CUevent_flags Event creation flags.
CUfilter_mode Texture reference filtering modes.
CUfunc_cache Function cache configurations.
CUfunction Java port of a CUfunction.
CUfunction_attribute Function properties.
CUGLmap_flags Deprecated. As of CUDA 3.0
CUgraphicsMapResourceFlags Flags for mapping and unmapping interop resources
CUgraphicsRegisterFlags Flags for mapping and unmapping interop resources
CUgraphicsResource Java port of a CUgraphicsResource.
CUjit_fallback Cubin matching fallback strategies.
CUjit_option Online compiler options.
CUjit_target Online compilation targets.
CUmemorytype Memory types.
CUmodule Java port of a CUmodule.
CUresult Error codes.
CUstream Java port of a CUstream.
CUtexref Java port of a CUtexref.
JCudaDriver Java bindings for the NVidia CUDA driver API.
 

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.