Package | Description |
---|---|
jcuda.driver |
Contains the classes related to the JCuda driver API.
|
jcuda.runtime |
Contains the classes related to the JCuda runtime API.
|
Class and Description |
---|
CUarray
Java port of a CUarray
|
CUcontext
Java port of a CUcontext.
|
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_RESOURCE_DESC
CUDA Resource descriptor.
|
CUDA_RESOURCE_VIEW_DESC
Resource view descriptor
|
CUDA_TEXTURE_DESC
Texture descriptor
|
CUdevice
Java port of a CUdevice.
|
CUdeviceptr
Java port of a CUdeviceptr.
|
CUdevprop
Legacy device properties.
|
CUevent
Java port of a CUevent.
|
CUfunction
Java port of a CUfunction.
|
CUgraphicsResource
Java port of a CUgraphicsResource.
|
CUipcEventHandle
Java port of a CUipcEventHandle
|
CUipcMemHandle
Java port of a CUipcMemHandle
|
CUlinkState
Java port of a CUlinkState
|
CUmipmappedArray
Java port of a CUmipmappedArray.
|
CUmodule
Java port of a CUmodule.
|
CUoccupancyB2DSize
Java port of the function that is passed to
JCudaDriver.cuOccupancyMaxPotentialBlockSize(int[], int[], jcuda.driver.CUfunction, jcuda.driver.CUoccupancyB2DSize, long, int) and maps a
certain kernel block size to the size of the per-block dynamic
shared memory |
CUstream
Java port of a CUstream.
|
CUstreamCallback
Interface for emulating a CUDA stream callback.
|
CUsurfObject
Java port of a CUsurfObject.
|
CUsurfref
Java port of a CUsurfref.
|
CUtexObject
Java port of a CUtexObject.
|
CUtexref
Java port of a CUtexref.
|
JITOptions
Note: This class should be considered as preliminary,
and might change in future releases.
|
Class and Description |
---|
CUarray
Java port of a CUarray
|
CUevent
Java port of a CUevent.
|
CUgraphicsResource
Java port of a CUgraphicsResource.
|
CUstream
Java port of a CUstream.
|