Interface | Description |
---|---|
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 |
CUstreamCallback |
Interface for emulating a CUDA stream callback.
|
Class | Description |
---|---|
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_cacheMode |
Caching modes for dlcm
|
CUjit_fallback |
Cubin matching fallback strategies.
|
CUjit_option |
Online compiler and linker options.
|
CUjit_target |
Online compilation targets.
|
CUjitInputType |
Device code formats
|
CUlimit |
Limits
|
CUlinkState |
Java port of a CUlinkState
|
CUmemAttach_flags |
CUDA Mem Attach Flags
|
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.
|
JCudaDriver
class, which
provides all method bindings for the CUDA driver API.