Package jcuda.runtime

Contains the classes related to the JCuda runtime API.

See:
          Description

Interface Summary
cudaStreamCallback Interface for emulating a CUDA stream callback.
 

Class Summary
cudaArray Java port of a cudaArray
cudaChannelFormatDesc Java port of the cudaChannelFormatDesc.
cudaChannelFormatKind Channel formats.
cudaComputeMode CUDA device compute modes.
cudaDeviceAttr CUDA device attributes
cudaDeviceProp Java port of the cudaDeviceProp.
cudaError Error codes.
cudaEvent_t Java port of a cudaEvent_t.
cudaExtent Java port of a cudaExtent.
cudaFuncAttributes CUDA function attributes.
cudaFuncCache CUDA function cache configurations
cudaGLDeviceList CUDA devices corresponding to the current OpenGL context
cudaGLMapFlags CUDA GL Map Flags
cudaGraphicsCubeFace CUDA graphics interop array indices for cube maps
cudaGraphicsMapFlags CUDA graphics interop map flags
cudaGraphicsRegisterFlags CUDA graphics interop register flags
cudaGraphicsResource Java port of a cudaGraphicsResource
cudaIpcEventHandle Java port of a cudaIpcEventHandle.
cudaIpcMemHandle Java port of a cudaIpcMemHandle.
cudaLimit CUDA limits.
cudaMemcpy3DParms Java port of cudaMemcpy3DParms.
cudaMemcpy3DPeerParms Java port of cudaMemcpy3DPeerParms.
cudaMemcpyKind Memcpy kinds.
cudaMemoryType CUDA memory types
cudaMipmappedArray Java port of a cudaMipmappedArray
cudaOutputMode CUDA Profiler Output modes
cudaPitchedPtr Java port of a cudaPitchedPtr
cudaPointerAttributes CUDA pointer attributes
cudaPos Java port of a cudaPos.
cudaResourceDesc CUDA resource descriptor NOTE: The structure of this class should be considered as being preliminary.
cudaResourceType CUDA resource types
cudaResourceViewDesc CUDA resource view descriptor
cudaResourceViewFormat CUDA texture resource view formats
cudaSharedMemConfig Shared memory configurations
cudaStream_t Java port of a cudaStream_t.
cudaSurfaceBoundaryMode Surface boundary modes
cudaSurfaceFormatMode Surface format modes
cudaSurfaceObject Java port of a cudaSurfaceObject
cudaTextureAddressMode Texture address modes.
cudaTextureDesc CUDA texture descriptor
cudaTextureFilterMode Texture filter modes
cudaTextureObject Java port of a cudaTextureObject
cudaTextureReadMode Texture read modes
dim3 Java port of a dim3.
JCuda Java bindings for the NVidia CUDA runtime API.
surfaceReference Java port of a surfaceReference.
textureReference Java port of a textureReference.
 

Package jcuda.runtime Description

Contains the classes related to the JCuda runtime API.

Package Specification

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

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