Package jcuda.runtime

Contains the classes related to the JCuda runtime API.

See:
          Description

Class Summary
cudaArray Java port of a cudaArray
cudaChannelFormatDesc Java port of the cudaChannelFormatDesc.
cudaChannelFormatKind Channel formats.
cudaComputeMode CUDA device compute modes.
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
cudaOutputMode CUDA Profiler Output modes
cudaPitchedPtr Java port of a cudaPitchedPtr
cudaPointerAttributes CUDA pointer attributes
cudaPos Java port of a cudaPos.
cudaStream_t Java port of a cudaStream_t.
cudaSurfaceBoundaryMode Surface boundary modes
cudaSurfaceFormatMode Surface format modes
cudaTextureAddressMode Texture address modes.
cudaTextureFilterMode Texture filter modes
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.