Package jcuda.driver

Contains the classes related to the JCuda driver API.

See:
          Description

Interface Summary
CUstreamCallback Interface for emulating a CUDA stream callback.
 

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.
CUDA_MEMCPY3D_PEER Java port of CUDA_MEMCPY3D_PEER, 3D memory cross-context copy parameters.
CUDA_POINTER_ATTRIBUTE_P2P_TOKENS GPU Direct v3 tokens.
CUDA_RESOURCE_DESC CUDA Resource descriptor.
CUDA_RESOURCE_VIEW_DESC Resource view descriptor
CUDA_TEXTURE_DESC Texture descriptor
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.
CUGLDeviceList CUDA devices corresponding to an OpenGL device
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.
CUipcEventHandle Java port of a CUipcEventHandle
CUipcMem_flags Memory flags
CUipcMemHandle Java port of a CUipcMemHandle
CUjit_fallback Cubin matching fallback strategies.
CUjit_option Online compiler options.
CUjit_target Online compilation targets.
CUlimit Limits
CUmemorytype Memory types.
CUmipmappedArray Java port of a CUmipmappedArray.
CUmodule Java port of a CUmodule.
CUoutput_mode Profiler Output Modes.
CUpointer_attribute Pointer information.
CUresourcetype Resource types
CUresourceViewFormat Resource view format
CUresult Error codes.
CUsharedconfig Shared memory configurations
CUstream Java port of a CUstream.
CUstream_flags Stream creation flags.
CUsurfObject Java port of a CUsurfObject.
CUsurfref Java port of a CUsurfref.
CUtexObject Java port of a CUtexObject.
CUtexref Java port of a CUtexref.
JCudaDriver Java bindings for the NVidia CUDA driver API.
JITOptions Note: This class should be considered as preliminary, and might change in future releases.
 

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.