[C++ API] Copies data from the given
symbol on the device Copies
count bytes from the memory area
offset bytes from the start of symbol
symbol to
the memory area pointed to by
dst.
cudaMemcpyFromSymbolAsync(Pointer, String, long, long, int, cudaStream_t) -
Static method in class jcuda.runtime.JCuda
[C++ API] Copies data from the given symbol on the device
template < class T > cudaError_t cudaMemcpyFromSymbolAsync (
void* dst,
const T& symbol,
size_t count,
size_t offset = 0,
cudaMemcpyKind kind = cudaMemcpyDeviceToHost,
cudaStream_t stream = 0 ) [inline]
[C++ API] Copies data from the given
symbol on the device Copies
count bytes from the memory area
offset bytes from the start of symbol
symbol to
the memory area pointed to by
dst.
cudaMemcpyHostToDevice -
Static variable in class jcuda.runtime.cudaMemcpyKind
Host -> Device
cudaMemcpyHostToHost -
Static variable in class jcuda.runtime.cudaMemcpyKind
Host -> Host
cudaMemcpyKind - Class in jcuda.runtimeMemcpy kinds.cudaMemcpyPeer(Pointer, int, Pointer, int, long) -
Static method in class jcuda.runtime.JCuda
Copies memory between two devices.
cudaMemcpyPeerAsync(Pointer, int, Pointer, int, long, cudaStream_t) -
Static method in class jcuda.runtime.JCuda
Copies memory between two devices asynchronously.
cudaMemcpyToArray(cudaArray, long, long, Pointer, long, int) -
Static method in class jcuda.runtime.JCuda
Copies data between host and device.
cudaMemcpyToArrayAsync(cudaArray, long, long, Pointer, long, int, cudaStream_t) -
Static method in class jcuda.runtime.JCuda
Copies data between host and device.
cudaMemcpyToSymbol(String, Pointer, long, long, int) -
Static method in class jcuda.runtime.JCuda
[C++ API] Copies data to the given symbol on the device
template < class T > cudaError_t cudaMemcpyToSymbol (
const T& symbol,
const void* src,
size_t count,
size_t offset = 0,
cudaMemcpyKind kind = cudaMemcpyHostToDevice ) [inline]
[C++ API] Copies data to the given symbol
on the device Copies
count bytes from the memory area
pointed to by
src to the memory area
offset bytes
from the start of symbol
symbol.
cudaMemcpyToSymbolAsync(String, Pointer, long, long, int, cudaStream_t) -
Static method in class jcuda.runtime.JCuda
[C++ API] Copies data to the given symbol on the device
template < class T > cudaError_t cudaMemcpyToSymbolAsync (
const T& symbol,
const void* src,
size_t count,
size_t offset = 0,
cudaMemcpyKind kind = cudaMemcpyHostToDevice,
cudaStream_t stream = 0 ) [inline]
[C++ API] Copies data to the given symbol
on the device Copies
count bytes from the memory area
pointed to by
src to the memory area
offset bytes
from the start of symbol
symbol.
cudaMemGetInfo(long[], long[]) -
Static method in class jcuda.runtime.JCuda
Gets free and total device memory.
cudaMemoryType - Class in jcuda.runtimeCUDA memory typescudaMemoryTypeDevice -
Static variable in class jcuda.runtime.cudaMemoryType
Device memory
cudaMemoryTypeHost -
Static variable in class jcuda.runtime.cudaMemoryType
Host memory
cudaMemset(Pointer, int, long) -
Static method in class jcuda.runtime.JCuda
Initializes or sets device memory to a value.
cudaMemset2D(Pointer, long, int, long, long) -
Static method in class jcuda.runtime.JCuda
Initializes or sets device memory to a value.
cudaMemset2DAsync(Pointer, long, int, long, long, cudaStream_t) -
Static method in class jcuda.runtime.JCuda
Initializes or sets device memory to a value.
cudaMemset3D(cudaPitchedPtr, int, cudaExtent) -
Static method in class jcuda.runtime.JCuda
Initializes or sets device memory to a value.
cudaMemset3DAsync(cudaPitchedPtr, int, cudaExtent, cudaStream_t) -
Static method in class jcuda.runtime.JCuda
Initializes or sets device memory to a value.
cudaMemsetAsync(Pointer, int, long, cudaStream_t) -
Static method in class jcuda.runtime.JCuda
Initializes or sets device memory to a value.
cudaMipmappedArray - Class in jcuda.runtimeJava port of a cudaMipmappedArraycudaMipmappedArray() -
Constructor for class jcuda.runtime.cudaMipmappedArray
Creates a new, uninitialized cudaMipmappedArray
cudaOutputMode - Class in jcuda.runtimeCUDA Profiler Output modescudaPeekAtLastError() -
Static method in class jcuda.runtime.JCuda
Returns the last error from a runtime call.
cudaPeerAccessDefault -
Static variable in class jcuda.runtime.JCuda
Default peer addressing enable flag
cudaPitchedPtr - Class in jcuda.runtimeJava port of a cudaPitchedPtrcudaPitchedPtr() -
Constructor for class jcuda.runtime.cudaPitchedPtr
Creates a new, uninitialized cudaPitchedPtr
cudaPointerAttributes - Class in jcuda.runtimeCUDA pointer attributescudaPointerAttributes() -
Constructor for class jcuda.runtime.cudaPointerAttributes
Creates a new, uninitialized cudaPointerAttributes
cudaPointerGetAttributes(cudaPointerAttributes, Pointer) -
Static method in class jcuda.runtime.JCuda
Returns attributes about a specified pointer.
cudaPos - Class in jcuda.runtimeJava port of a cudaPos.cudaPos() -
Constructor for class jcuda.runtime.cudaPos
Creates a new cudaPos at (0,0,0)
cudaPos(long, long, long) -
Constructor for class jcuda.runtime.cudaPos
Creates a new cudaPos with the given position
cudaProfilerInitialize(String, String, int) -
Static method in class jcuda.runtime.JCuda
Initialize the CUDA profiler.
cudaProfilerStart() -
Static method in class jcuda.runtime.JCuda
Enable profiling.
cudaProfilerStop() -
Static method in class jcuda.runtime.JCuda
Disable profiling.
cudaReadModeElementType -
Static variable in class jcuda.runtime.cudaTextureReadMode
Element type read mode
cudaReadModeNormalizedFloat -
Static variable in class jcuda.runtime.cudaTextureReadMode
Normalized float read mode
cudaResourceDesc - Class in jcuda.runtimeCUDA resource descriptor
NOTE: The structure of this class should be considered as being
preliminary.cudaResourceDesc() -
Constructor for class jcuda.runtime.cudaResourceDesc
Creates a new, uninitialized cudaResourceDesc
cudaResourceType - Class in jcuda.runtimeCUDA resource typescudaResourceTypeArray -
Static variable in class jcuda.runtime.cudaResourceType
Array resource
cudaResourceTypeLinear -
Static variable in class jcuda.runtime.cudaResourceType
Linear resource
cudaResourceTypeMipmappedArray -
Static variable in class jcuda.runtime.cudaResourceType
Mipmapped array resource
cudaResourceTypePitch2D -
Static variable in class jcuda.runtime.cudaResourceType
Pitch 2D resource
cudaResourceViewDesc - Class in jcuda.runtimeCUDA resource view descriptorcudaResourceViewDesc() -
Constructor for class jcuda.runtime.cudaResourceViewDesc
Creates a new, uninitialized cudaResourceViewDesc
cudaResourceViewFormat - Class in jcuda.runtimeCUDA texture resource view formatscudaResViewFormatFloat1 -
Static variable in class jcuda.runtime.cudaResourceViewFormat
1 channel 32-bit floating point
cudaResViewFormatFloat2 -
Static variable in class jcuda.runtime.cudaResourceViewFormat
2 channel 32-bit floating point
cudaResViewFormatFloat4 -
Static variable in class jcuda.runtime.cudaResourceViewFormat
4 channel 32-bit floating point
cudaResViewFormatHalf1 -
Static variable in class jcuda.runtime.cudaResourceViewFormat
1 channel 16-bit floating point
cudaResViewFormatHalf2 -
Static variable in class jcuda.runtime.cudaResourceViewFormat
2 channel 16-bit floating point
cudaResViewFormatHalf4 -
Static variable in class jcuda.runtime.cudaResourceViewFormat
4 channel 16-bit floating point
cudaResViewFormatNone -
Static variable in class jcuda.runtime.cudaResourceViewFormat
No resource view format (use underlying resource format)
cudaResViewFormatSignedBlockCompressed4 -
Static variable in class jcuda.runtime.cudaResourceViewFormat
Block compressed 4 signed
cudaResViewFormatSignedBlockCompressed5 -
Static variable in class jcuda.runtime.cudaResourceViewFormat
Block compressed 5 signed
cudaResViewFormatSignedBlockCompressed6H -
Static variable in class jcuda.runtime.cudaResourceViewFormat
Block compressed 6 signed half-float
cudaResViewFormatSignedChar1 -
Static variable in class jcuda.runtime.cudaResourceViewFormat
1 channel signed 8-bit integers
cudaResViewFormatSignedChar2 -
Static variable in class jcuda.runtime.cudaResourceViewFormat
2 channel signed 8-bit integers
cudaResViewFormatSignedChar4 -
Static variable in class jcuda.runtime.cudaResourceViewFormat
4 channel signed 8-bit integers
cudaResViewFormatSignedInt1 -
Static variable in class jcuda.runtime.cudaResourceViewFormat
1 channel signed 32-bit integers
cudaResViewFormatSignedInt2 -
Static variable in class jcuda.runtime.cudaResourceViewFormat
2 channel signed 32-bit integers
cudaResViewFormatSignedInt4 -
Static variable in class jcuda.runtime.cudaResourceViewFormat
4 channel signed 32-bit integers
cudaResViewFormatSignedShort1 -
Static variable in class jcuda.runtime.cudaResourceViewFormat
1 channel signed 16-bit integers
cudaResViewFormatSignedShort2 -
Static variable in class jcuda.runtime.cudaResourceViewFormat
2 channel signed 16-bit integers
cudaResViewFormatSignedShort4 -
Static variable in class jcuda.runtime.cudaResourceViewFormat
4 channel signed 16-bit integers
cudaResViewFormatUnsignedBlockCompressed1 -
Static variable in class jcuda.runtime.cudaResourceViewFormat
Block compressed 1
cudaResViewFormatUnsignedBlockCompressed2 -
Static variable in class jcuda.runtime.cudaResourceViewFormat
Block compressed 2
cudaResViewFormatUnsignedBlockCompressed3 -
Static variable in class jcuda.runtime.cudaResourceViewFormat
Block compressed 3
cudaResViewFormatUnsignedBlockCompressed4 -
Static variable in class jcuda.runtime.cudaResourceViewFormat
Block compressed 4 unsigned
cudaResViewFormatUnsignedBlockCompressed5 -
Static variable in class jcuda.runtime.cudaResourceViewFormat
Block compressed 5 unsigned
cudaResViewFormatUnsignedBlockCompressed6H -
Static variable in class jcuda.runtime.cudaResourceViewFormat
Block compressed 6 unsigned half-float
cudaResViewFormatUnsignedBlockCompressed7 -
Static variable in class jcuda.runtime.cudaResourceViewFormat
Block compressed 7
cudaResViewFormatUnsignedChar1 -
Static variable in class jcuda.runtime.cudaResourceViewFormat
1 channel unsigned 8-bit integers
cudaResViewFormatUnsignedChar2 -
Static variable in class jcuda.runtime.cudaResourceViewFormat
2 channel unsigned 8-bit integers
cudaResViewFormatUnsignedChar4 -
Static variable in class jcuda.runtime.cudaResourceViewFormat
4 channel unsigned 8-bit integers
cudaResViewFormatUnsignedInt1 -
Static variable in class jcuda.runtime.cudaResourceViewFormat
1 channel unsigned 32-bit integers
cudaResViewFormatUnsignedInt2 -
Static variable in class jcuda.runtime.cudaResourceViewFormat
2 channel unsigned 32-bit integers
cudaResViewFormatUnsignedInt4 -
Static variable in class jcuda.runtime.cudaResourceViewFormat
4 channel unsigned 32-bit integers
cudaResViewFormatUnsignedShort1 -
Static variable in class jcuda.runtime.cudaResourceViewFormat
1 channel unsigned 16-bit integers
cudaResViewFormatUnsignedShort2 -
Static variable in class jcuda.runtime.cudaResourceViewFormat
2 channel unsigned 16-bit integers
cudaResViewFormatUnsignedShort4 -
Static variable in class jcuda.runtime.cudaResourceViewFormat
4 channel unsigned 16-bit integers
CUDART_VERSION -
Static variable in class jcuda.runtime.JCuda
CUDA runtime version
cudaRuntimeGetVersion(int[]) -
Static method in class jcuda.runtime.JCuda
Returns the CUDA Runtime version.
cudaSetDevice(int) -
Static method in class jcuda.runtime.JCuda
Set device to be used for GPU executions.
cudaSetDeviceFlags(int) -
Static method in class jcuda.runtime.JCuda
Sets flags to be used for device executions.
cudaSetupArgument(Pointer, long, long) -
Static method in class jcuda.runtime.JCuda
[C++ API] Configure a device launch
template < class T > cudaError_t cudaSetupArgument (
T arg,
size_t offset ) [inline]
[C++ API] Configure a device launch
Pushes
size bytes of the argument pointed to by
arg
at
offset bytes from the start of the parameter passing area,
which starts at offset 0.
cudaSetValidDevices(int[], int) -
Static method in class jcuda.runtime.JCuda
Set a list of devices that can be used for CUDA.
cudaSharedMemBankSizeDefault -
Static variable in class jcuda.runtime.cudaSharedMemConfig
Set default shared memory bank size
cudaSharedMemBankSizeEightByte -
Static variable in class jcuda.runtime.cudaSharedMemConfig
Set shared memory bank width to eight bytes
cudaSharedMemBankSizeFourByte -
Static variable in class jcuda.runtime.cudaSharedMemConfig
Set shared memory bank width to four bytes
cudaSharedMemConfig - Class in jcuda.runtimeShared memory configurationscudaStream_t - Class in jcuda.runtimeJava port of a cudaStream_t.cudaStream_t() -
Constructor for class jcuda.runtime.cudaStream_t
Creates a new, uninitialized cudaStream_t
cudaStream_t(CUstream) -
Constructor for class jcuda.runtime.cudaStream_t
Creates a cudaStream_t for the given CUstream
.
cudaStreamAddCallback(cudaStream_t, cudaStreamCallback, Object, int) -
Static method in class jcuda.runtime.JCuda
Add a callback to a compute stream.
cudaStreamCallback - Interface in jcuda.runtimeInterface for emulating a CUDA stream callback.cudaStreamCallbackBlocking -
Static variable in class jcuda.runtime.JCuda
Deprecated. This flag was only present in CUDA 5.0.25 (release candidate)
and may be removed (or added again) in future releases
cudaStreamCallbackNonblocking -
Static variable in class jcuda.runtime.JCuda
Deprecated. This flag was only present in CUDA 5.0.25 (release candidate)
and may be removed (or added again) in future releases
cudaStreamCreate(cudaStream_t) -
Static method in class jcuda.runtime.JCuda
Create an asynchronous stream.
cudaStreamCreateWithFlags(cudaStream_t, int) -
Static method in class jcuda.runtime.JCuda
Create an asynchronous stream.
cudaStreamDefault -
Static variable in class jcuda.runtime.JCuda
Default stream flag
cudaStreamDestroy(cudaStream_t) -
Static method in class jcuda.runtime.JCuda
Destroys and cleans up an asynchronous stream.
cudaStreamNonBlocking -
Static variable in class jcuda.runtime.JCuda
Stream does not synchronize with stream 0 (the NULL stream)
cudaStreamQuery(cudaStream_t) -
Static method in class jcuda.runtime.JCuda
Queries an asynchronous stream for completion status.
cudaStreamSynchronize(cudaStream_t) -
Static method in class jcuda.runtime.JCuda
Waits for stream tasks to complete.
cudaStreamWaitEvent(cudaStream_t, cudaEvent_t, int) -
Static method in class jcuda.runtime.JCuda
Make a compute stream wait on an event.
cudaSuccess -
Static variable in class jcuda.runtime.cudaError
The API call returned with no errors.
cudaSurfaceBoundaryMode - Class in jcuda.runtimeSurface boundary modescudaSurfaceFormatMode - Class in jcuda.runtimeSurface format modescudaSurfaceObject - Class in jcuda.runtimeJava port of a cudaSurfaceObjectcudaSurfaceObject() -
Constructor for class jcuda.runtime.cudaSurfaceObject
Creates a new, uninitialized cudaSurfaceObject
cudaSurfaceType1D -
Static variable in class jcuda.runtime.JCuda
cudaSurfaceType1D
cudaSurfaceType1DLayered -
Static variable in class jcuda.runtime.JCuda
cudaSurfaceType1DLayered
cudaSurfaceType2D -
Static variable in class jcuda.runtime.JCuda
cudaSurfaceType2D
cudaSurfaceType2DLayered -
Static variable in class jcuda.runtime.JCuda
cudaSurfaceType2DLayered
cudaSurfaceType3D -
Static variable in class jcuda.runtime.JCuda
cudaSurfaceType3D
cudaSurfaceTypeCubemap -
Static variable in class jcuda.runtime.JCuda
cudaSurfaceTypeCubemap
cudaSurfaceTypeCubemapLayered -
Static variable in class jcuda.runtime.JCuda
cudaSurfaceTypeCubemapLayered
cudaTextureAddressMode - Class in jcuda.runtimeTexture address modes.cudaTextureDesc - Class in jcuda.runtimeCUDA texture descriptorcudaTextureDesc() -
Constructor for class jcuda.runtime.cudaTextureDesc
Creates a new, uninitialized cudaTextureDesc
cudaTextureFilterMode - Class in jcuda.runtimeTexture filter modescudaTextureObject - Class in jcuda.runtimeJava port of a cudaTextureObjectcudaTextureObject() -
Constructor for class jcuda.runtime.cudaTextureObject
Creates a new, uninitialized cudaTextureObject
cudaTextureReadMode - Class in jcuda.runtimeTexture read modescudaTextureType1D -
Static variable in class jcuda.runtime.JCuda
cudaTextureType1D
cudaTextureType1DLayered -
Static variable in class jcuda.runtime.JCuda
cudaTextureType1DLayered
cudaTextureType2D -
Static variable in class jcuda.runtime.JCuda
cudaTextureType2D
cudaTextureType2DLayered -
Static variable in class jcuda.runtime.JCuda
cudaTextureType2DLayered
cudaTextureType3D -
Static variable in class jcuda.runtime.JCuda
cudaTextureType3D
cudaTextureTypeCubemap -
Static variable in class jcuda.runtime.JCuda
cudaTextureTypeCubemap
cudaTextureTypeCubemapLayered -
Static variable in class jcuda.runtime.JCuda
cudaTextureTypeCubemapLayered
cudaThreadExit() -
Static method in class jcuda.runtime.JCuda
Exit and clean up from CUDA launches.
cudaThreadGetCacheConfig(int[]) -
Static method in class jcuda.runtime.JCuda
Returns the preferred cache configuration for the current device.
cudaThreadGetLimit(long[], int) -
Static method in class jcuda.runtime.JCuda
Returns resource limits.
cudaThreadSetCacheConfig(int) -
Static method in class jcuda.runtime.JCuda
Sets the preferred cache configuration for the current device.
cudaThreadSetLimit(int, long) -
Static method in class jcuda.runtime.JCuda
Set resource limits.
cudaThreadSynchronize() -
Static method in class jcuda.runtime.JCuda
Wait for compute device to finish.
cudaUnbindTexture(textureReference) -
Static method in class jcuda.runtime.JCuda
[C++ API] Unbinds a texture
template < class T, int dim, enum cudaTextureReadMode readMode >
cudaError_t cudaUnbindTexture (
const texture < T,
dim,
readMode > & tex ) [inline]
[C++ API] Unbinds a texture Unbinds the
texture bound to
tex.
CUdevice - Class in jcuda.driverJava port of a CUdevice.CUdevice() -
Constructor for class jcuda.driver.CUdevice
Creates a new, uninitialized CUdevice
CUdevice_attribute - Class in jcuda.driverDevice properties.cuDeviceCanAccessPeer(int[], CUdevice, CUdevice) -
Static method in class jcuda.driver.JCudaDriver
Queries if a device may directly access a peer device's memory.
cuDeviceComputeCapability(int[], int[], CUdevice) -
Static method in class jcuda.driver.JCudaDriver
Returns the compute capability of the device.
cuDeviceGet(CUdevice, int) -
Static method in class jcuda.driver.JCudaDriver
Returns a handle to a compute device.
cuDeviceGetAttribute(int[], int, CUdevice) -
Static method in class jcuda.driver.JCudaDriver
Returns information about the device.
cuDeviceGetByPCIBusId(CUdevice, String) -
Static method in class jcuda.driver.JCudaDriver
Returns a handle to a compute device.
cuDeviceGetCount(int[]) -
Static method in class jcuda.driver.JCudaDriver
Returns the number of compute-capable devices.
cuDeviceGetName(byte[], int, CUdevice) -
Static method in class jcuda.driver.JCudaDriver
Returns an identifer string for the device.
cuDeviceGetPCIBusId(String[], int, CUdevice) -
Static method in class jcuda.driver.JCudaDriver
Returns a PCI Bus Id string for the device.
cuDeviceGetProperties(CUdevprop, CUdevice) -
Static method in class jcuda.driver.JCudaDriver
Returns properties for a selected device.
CUdeviceptr - Class in jcuda.driverJava port of a CUdeviceptr.CUdeviceptr() -
Constructor for class jcuda.driver.CUdeviceptr
Creates a new (null) device pointer
cuDeviceTotalMem(long[], CUdevice) -
Static method in class jcuda.driver.JCudaDriver
Returns the total amount of memory on the device.
CUdevprop - Class in jcuda.driverLegacy device properties.CUdevprop() -
Constructor for class jcuda.driver.CUdevprop
Creates a new, uninitialized CUdevprop
cuDoubleComplex - Class in jcudaJava port of the CUDA complex number structure for double
precision numberscuDriverGetVersion(int[]) -
Static method in class jcuda.driver.JCudaDriver
Returns the CUDA driver version.
CUevent - Class in jcuda.driverJava port of a CUevent.CUevent() -
Constructor for class jcuda.driver.CUevent
Creates a new, uninitialized CUevent
CUevent(cudaEvent_t) -
Constructor for class jcuda.driver.CUevent
Creates a CUevent for the given cudaEvent_t
.
CUevent_flags - Class in jcuda.driverEvent creation flags.cuEventCreate(CUevent, int) -
Static method in class jcuda.driver.JCudaDriver
Creates an event.
cuEventDestroy(CUevent) -
Static method in class jcuda.driver.JCudaDriver
Destroys an event.
cuEventElapsedTime(float[], CUevent, CUevent) -
Static method in class jcuda.driver.JCudaDriver
Computes the elapsed time between two events.
cuEventQuery(CUevent) -
Static method in class jcuda.driver.JCudaDriver
Queries an event's status.
cuEventRecord(CUevent, CUstream) -
Static method in class jcuda.driver.JCudaDriver
Records an event.
cuEventSynchronize(CUevent) -
Static method in class jcuda.driver.JCudaDriver
Waits for an event to complete.
CUfilter_mode - Class in jcuda.driverTexture reference filtering modes.CUfunc_cache - Class in jcuda.driverFunction cache configurations.cuFuncGetAttribute(int[], int, CUfunction) -
Static method in class jcuda.driver.JCudaDriver
Returns information about a function.
cuFuncSetBlockShape(CUfunction, int, int, int) -
Static method in class jcuda.driver.JCudaDriver
Sets the block-dimensions for the function.
cuFuncSetCacheConfig(CUfunction, int) -
Static method in class jcuda.driver.JCudaDriver
Sets the preferred cache configuration for a device function.
cuFuncSetSharedMemConfig(CUfunction, int) -
Static method in class jcuda.driver.JCudaDriver
Sets the shared memory configuration for a device function.
cuFuncSetSharedSize(CUfunction, int) -
Static method in class jcuda.driver.JCudaDriver
Sets the dynamic shared-memory size for the function.
CUfunction - Class in jcuda.driverJava port of a CUfunction.CUfunction() -
Constructor for class jcuda.driver.CUfunction
Creates a new, uninitialized CUfunction
CUfunction_attribute - Class in jcuda.driverFunction properties.cuGLCtxCreate(CUcontext, int, CUdevice) -
Static method in class jcuda.driver.JCudaDriver
Create a CUDA context for interoperability with OpenGL.
CUGLDeviceList - Class in jcuda.driverCUDA devices corresponding to an OpenGL devicecuGLGetDevices(int[], CUdevice[], int, int) -
Static method in class jcuda.driver.JCudaDriver
Gets the CUDA devices associated with the current OpenGL context.
cuGLInit() -
Static method in class jcuda.driver.JCudaDriver
Initializes OpenGL interoperability.
CUGLmap_flags - Class in jcuda.driverDeprecated. As of CUDA 3.0cuGLMapBufferObject(CUdeviceptr, long[], int) -
Static method in class jcuda.driver.JCudaDriver
Maps an OpenGL buffer object.
cuGLMapBufferObjectAsync(CUdeviceptr, long[], int, CUstream) -
Static method in class jcuda.driver.JCudaDriver
Maps an OpenGL buffer object.
cuGLRegisterBufferObject(int) -
Static method in class jcuda.driver.JCudaDriver
Registers an OpenGL buffer object.
cuGLSetBufferObjectMapFlags(int, int) -
Static method in class jcuda.driver.JCudaDriver
Set the map flags for an OpenGL buffer object.
cuGLUnmapBufferObject(int) -
Static method in class jcuda.driver.JCudaDriver
Unmaps an OpenGL buffer object.
cuGLUnmapBufferObjectAsync(int, CUstream) -
Static method in class jcuda.driver.JCudaDriver
Unmaps an OpenGL buffer object.
cuGLUnregisterBufferObject(int) -
Static method in class jcuda.driver.JCudaDriver
Unregister an OpenGL buffer object.
cuGraphicsGLRegisterBuffer(CUgraphicsResource, int, int) -
Static method in class jcuda.driver.JCudaDriver
Registers an OpenGL buffer object.
cuGraphicsGLRegisterImage(CUgraphicsResource, int, int, int) -
Static method in class jcuda.driver.JCudaDriver
Register an OpenGL texture or renderbuffer object.
CUgraphicsMapResourceFlags - Class in jcuda.driverFlags for mapping and unmapping interop resourcescuGraphicsMapResources(int, CUgraphicsResource[], CUstream) -
Static method in class jcuda.driver.JCudaDriver
Map graphics resources for access by CUDA.
CUgraphicsRegisterFlags - Class in jcuda.driverFlags for mapping and unmapping interop resourcesCUgraphicsResource - Class in jcuda.driverJava port of a CUgraphicsResource.CUgraphicsResource() -
Constructor for class jcuda.driver.CUgraphicsResource
Creates a new, uninitialized CUgraphicsResource
CUgraphicsResource(cudaGraphicsResource) -
Constructor for class jcuda.driver.CUgraphicsResource
Creates a CUgraphicsResource for the given cudaGraphicsResource
.
cuGraphicsResourceGetMappedMipmappedArray(CUmipmappedArray, CUgraphicsResource) -
Static method in class jcuda.driver.JCudaDriver
Get a mipmapped array through which to access a mapped graphics resource.
cuGraphicsResourceGetMappedPointer(CUdeviceptr, long[], CUgraphicsResource) -
Static method in class jcuda.driver.JCudaDriver
Get a device pointer through which to access a mapped graphics resource.
cuGraphicsResourceSetMapFlags(CUgraphicsResource, int) -
Static method in class jcuda.driver.JCudaDriver
Set usage flags for mapping a graphics resource.
cuGraphicsSubResourceGetMappedArray(CUarray, CUgraphicsResource, int, int) -
Static method in class jcuda.driver.JCudaDriver
Get an array through which to access a subresource of a mapped graphics resource.
cuGraphicsUnmapResources(int, CUgraphicsResource[], CUstream) -
Static method in class jcuda.driver.JCudaDriver
Unmap graphics resources.
cuGraphicsUnregisterResource(CUgraphicsResource) -
Static method in class jcuda.driver.JCudaDriver
Unregisters a graphics resource for access by CUDA.
cuInit(int) -
Static method in class jcuda.driver.JCudaDriver
Initialize the CUDA driver API.
cuIpcCloseMemHandle(CUdeviceptr) -
Static method in class jcuda.driver.JCudaDriver
Close memory mapped with cuIpcOpenMemHandle.
CUipcEventHandle - Class in jcuda.driverJava port of a CUipcEventHandleCUipcEventHandle() -
Constructor for class jcuda.driver.CUipcEventHandle
Creates a new, uninitialized CUipcEventHandle
cuIpcGetEventHandle(CUipcEventHandle, CUevent) -
Static method in class jcuda.driver.JCudaDriver
Gets an interprocess handle for a previously allocated event.
cuIpcGetMemHandle(CUipcMemHandle, CUdeviceptr) -
Static method in class jcuda.driver.JCudaDriver
Gets an interprocess memory handle for an existing device memory
allocation.
CUipcMem_flags - Class in jcuda.driverMemory flagsCUipcMemHandle - Class in jcuda.driverJava port of a CUipcMemHandleCUipcMemHandle() -
Constructor for class jcuda.driver.CUipcMemHandle
Creates a new, uninitialized CUipcMemHandle
cuIpcOpenEventHandle(CUevent, CUipcEventHandle) -
Static method in class jcuda.driver.JCudaDriver
Opens an interprocess event handle for use in the current process.
cuIpcOpenMemHandle(CUdeviceptr, CUipcMemHandle, int) -
Static method in class jcuda.driver.JCudaDriver
CUresult cuIpcOpenMemHandle (
CUdeviceptr* pdptr,
CUipcMemHandle handle,
unsigned int Flags )
/brief Opens an interprocess memory
handle exported from another process and returns a device pointer
usable in the local
process.
CUjit_fallback - Class in jcuda.driverCubin matching fallback strategies.CUjit_option - Class in jcuda.driverOnline compiler options.CUjit_target - Class in jcuda.driverOnline compilation targets.cuLaunch(CUfunction) -
Static method in class jcuda.driver.JCudaDriver
Launches a CUDA function.
cuLaunchGrid(CUfunction, int, int) -
Static method in class jcuda.driver.JCudaDriver
Launches a CUDA function.
cuLaunchGridAsync(CUfunction, int, int, CUstream) -
Static method in class jcuda.driver.JCudaDriver
Launches a CUDA function.
cuLaunchKernel(CUfunction, int, int, int, int, int, int, int, CUstream, Pointer, Pointer) -
Static method in class jcuda.driver.JCudaDriver
Launches a CUDA function.
CUlimit - Class in jcuda.driverLimitscuMemAlloc(CUdeviceptr, long) -
Static method in class jcuda.driver.JCudaDriver
Allocates device memory.
cuMemAllocHost(Pointer, long) -
Static method in class jcuda.driver.JCudaDriver
Allocates page-locked host memory.
cuMemAllocPitch(CUdeviceptr, long[], long, long, int) -
Static method in class jcuda.driver.JCudaDriver
Allocates pitched device memory.
cuMemcpy(CUdeviceptr, CUdeviceptr, long) -
Static method in class jcuda.driver.JCudaDriver
Copies memory.
cuMemcpy2D(CUDA_MEMCPY2D) -
Static method in class jcuda.driver.JCudaDriver
Copies memory for 2D arrays.
cuMemcpy2DAsync(CUDA_MEMCPY2D, CUstream) -
Static method in class jcuda.driver.JCudaDriver
Copies memory for 2D arrays.
cuMemcpy2DUnaligned(CUDA_MEMCPY2D) -
Static method in class jcuda.driver.JCudaDriver
Copies memory for 2D arrays.
cuMemcpy3D(CUDA_MEMCPY3D) -
Static method in class jcuda.driver.JCudaDriver
Copies memory for 3D arrays.
cuMemcpy3DAsync(CUDA_MEMCPY3D, CUstream) -
Static method in class jcuda.driver.JCudaDriver
Copies memory for 3D arrays.
cuMemcpy3DPeer(CUDA_MEMCPY3D_PEER) -
Static method in class jcuda.driver.JCudaDriver
Copies memory between contexts.
cuMemcpy3DPeerAsync(CUDA_MEMCPY3D_PEER, CUstream) -
Static method in class jcuda.driver.JCudaDriver
Copies memory between contexts asynchronously.
cuMemcpyAsync(CUdeviceptr, CUdeviceptr, long, CUstream) -
Static method in class jcuda.driver.JCudaDriver
Copies memory asynchronously.
cuMemcpyAtoA(CUarray, long, CUarray, long, long) -
Static method in class jcuda.driver.JCudaDriver
Copies memory from Array to Array.
cuMemcpyAtoD(CUdeviceptr, CUarray, long, long) -
Static method in class jcuda.driver.JCudaDriver
Copies memory from Array to Device.
cuMemcpyAtoH(Pointer, CUarray, long, long) -
Static method in class jcuda.driver.JCudaDriver
Copies memory from Array to Host.
cuMemcpyAtoHAsync(Pointer, CUarray, long, long, CUstream) -
Static method in class jcuda.driver.JCudaDriver
Copies memory from Array to Host.
cuMemcpyDtoA(CUarray, long, CUdeviceptr, long) -
Static method in class jcuda.driver.JCudaDriver
Copies memory from Device to Array.
cuMemcpyDtoD(CUdeviceptr, CUdeviceptr, long) -
Static method in class jcuda.driver.JCudaDriver
Copies memory from Device to Device.
cuMemcpyDtoDAsync(CUdeviceptr, CUdeviceptr, long, CUstream) -
Static method in class jcuda.driver.JCudaDriver
Copies memory from Device to Device.
cuMemcpyDtoH(Pointer, CUdeviceptr, long) -
Static method in class jcuda.driver.JCudaDriver
Copies memory from Device to Host.
cuMemcpyDtoHAsync(Pointer, CUdeviceptr, long, CUstream) -
Static method in class jcuda.driver.JCudaDriver
Copies memory from Device to Host.
cuMemcpyHtoA(CUarray, long, Pointer, long) -
Static method in class jcuda.driver.JCudaDriver
Copies memory from Host to Array.
cuMemcpyHtoAAsync(CUarray, long, Pointer, long, CUstream) -
Static method in class jcuda.driver.JCudaDriver
Copies memory from Host to Array.
cuMemcpyHtoD(CUdeviceptr, Pointer, long) -
Static method in class jcuda.driver.JCudaDriver
Copies memory from Host to Device.
cuMemcpyHtoDAsync(CUdeviceptr, Pointer, long, CUstream) -
Static method in class jcuda.driver.JCudaDriver
Copies memory from Host to Device.
cuMemcpyPeer(CUdeviceptr, CUcontext, CUdeviceptr, CUcontext, long) -
Static method in class jcuda.driver.JCudaDriver
Copies device memory between two contexts.
cuMemcpyPeerAsync(CUdeviceptr, CUcontext, CUdeviceptr, CUcontext, long, CUstream) -
Static method in class jcuda.driver.JCudaDriver
Copies device memory between two contexts asynchronously.
cuMemFree(CUdeviceptr) -
Static method in class jcuda.driver.JCudaDriver
Frees device memory.
cuMemFreeHost(Pointer) -
Static method in class jcuda.driver.JCudaDriver
Frees page-locked host memory.
cuMemGetAddressRange(CUdeviceptr, long[], CUdeviceptr) -
Static method in class jcuda.driver.JCudaDriver
Get information on memory allocations.
cuMemGetInfo(long[], long[]) -
Static method in class jcuda.driver.JCudaDriver
Gets free and total memory.
cuMemHostAlloc(Pointer, long, int) -
Static method in class jcuda.driver.JCudaDriver
Allocates page-locked host memory.
cuMemHostGetDevicePointer(CUdeviceptr, Pointer, int) -
Static method in class jcuda.driver.JCudaDriver
Passes back device pointer of mapped pinned memory.
cuMemHostGetFlags(int[], Pointer) -
Static method in class jcuda.driver.JCudaDriver
Passes back flags that were used for a pinned allocation.
cuMemHostRegister(Pointer, long, int) -
Static method in class jcuda.driver.JCudaDriver
Registers an existing host memory range for use by CUDA.
cuMemHostUnregister(Pointer) -
Static method in class jcuda.driver.JCudaDriver
Unregisters a memory range that was registered with cuMemHostRegister.
CUmemorytype - Class in jcuda.driverMemory types.cuMemsetD16(CUdeviceptr, short, long) -
Static method in class jcuda.driver.JCudaDriver
Initializes device memory.
cuMemsetD16Async(CUdeviceptr, short, long, CUstream) -
Static method in class jcuda.driver.JCudaDriver
Sets device memory.
cuMemsetD2D16(CUdeviceptr, long, short, long, long) -
Static method in class jcuda.driver.JCudaDriver
Initializes device memory.
cuMemsetD2D16Async(CUdeviceptr, long, short, long, long, CUstream) -
Static method in class jcuda.driver.JCudaDriver
Sets device memory.
cuMemsetD2D32(CUdeviceptr, long, int, long, long) -
Static method in class jcuda.driver.JCudaDriver
Initializes device memory.
cuMemsetD2D32Async(CUdeviceptr, long, int, long, long, CUstream) -
Static method in class jcuda.driver.JCudaDriver
Sets device memory.
cuMemsetD2D8(CUdeviceptr, long, byte, long, long) -
Static method in class jcuda.driver.JCudaDriver
Initializes device memory.
cuMemsetD2D8Async(CUdeviceptr, long, byte, long, long, CUstream) -
Static method in class jcuda.driver.JCudaDriver
Sets device memory.
cuMemsetD32(CUdeviceptr, int, long) -
Static method in class jcuda.driver.JCudaDriver
Initializes device memory.
cuMemsetD32Async(CUdeviceptr, int, long, CUstream) -
Static method in class jcuda.driver.JCudaDriver
Sets device memory.
cuMemsetD8(CUdeviceptr, byte, long) -
Static method in class jcuda.driver.JCudaDriver
Initializes device memory.
cuMemsetD8Async(CUdeviceptr, byte, long, CUstream) -
Static method in class jcuda.driver.JCudaDriver
Sets device memory.
CUmipmappedArray - Class in jcuda.driverJava port of a CUmipmappedArray.CUmipmappedArray() -
Constructor for class jcuda.driver.CUmipmappedArray
Creates a new, uninitialized CUmipmappedArray
cuMipmappedArrayCreate(CUmipmappedArray, CUDA_ARRAY3D_DESCRIPTOR, int) -
Static method in class jcuda.driver.JCudaDriver
Creates a CUDA mipmapped array.
cuMipmappedArrayDestroy(CUmipmappedArray) -
Static method in class jcuda.driver.JCudaDriver
Destroys a CUDA mipmapped array.
cuMipmappedArrayGetLevel(CUarray, CUmipmappedArray, int) -
Static method in class jcuda.driver.JCudaDriver
Gets a mipmap level of a CUDA mipmapped array.
CUmodule - Class in jcuda.driverJava port of a CUmodule.CUmodule() -
Constructor for class jcuda.driver.CUmodule
Creates a new, uninitialized CUmodule
cuModuleGetFunction(CUfunction, CUmodule, String) -
Static method in class jcuda.driver.JCudaDriver
Returns a function handle.
cuModuleGetGlobal(CUdeviceptr, long[], CUmodule, String) -
Static method in class jcuda.driver.JCudaDriver
Returns a global pointer from a module.
cuModuleGetSurfRef(CUsurfref, CUmodule, String) -
Static method in class jcuda.driver.JCudaDriver
Returns a handle to a surface reference.
cuModuleGetTexRef(CUtexref, CUmodule, String) -
Static method in class jcuda.driver.JCudaDriver
Returns a handle to a texture reference.
cuModuleLoad(CUmodule, String) -
Static method in class jcuda.driver.JCudaDriver
Loads a compute module.
cuModuleLoadData(CUmodule, byte[]) -
Static method in class jcuda.driver.JCudaDriver
Load a module's data.
cuModuleLoadDataEx(CUmodule, Pointer, int, int[], Pointer) -
Static method in class jcuda.driver.JCudaDriver
Load a module's data with options.
cuModuleLoadDataJIT(CUmodule, Pointer, JITOptions) -
Static method in class jcuda.driver.JCudaDriver
A wrapper function for
JCudaDriver.cuModuleLoadDataEx(CUmodule, Pointer, int, int[], Pointer)
which allows passing in the options for the JIT compiler, and obtaining
the output of the JIT compiler via a JITOptions
object.
cuModuleLoadFatBinary(CUmodule, byte[]) -
Static method in class jcuda.driver.JCudaDriver
Load a module's data.
cuModuleUnload(CUmodule) -
Static method in class jcuda.driver.JCudaDriver
Unloads a module.
CUoutput_mode - Class in jcuda.driverProfiler Output Modes.cuParamSetf(CUfunction, int, float) -
Static method in class jcuda.driver.JCudaDriver
Adds a floating-point parameter to the function's argument list.
cuParamSeti(CUfunction, int, int) -
Static method in class jcuda.driver.JCudaDriver
Adds an integer parameter to the function's argument list.
cuParamSetSize(CUfunction, int) -
Static method in class jcuda.driver.JCudaDriver
Sets the parameter size for the function.
cuParamSetTexRef(CUfunction, int, CUtexref) -
Static method in class jcuda.driver.JCudaDriver
Adds a texture-reference to the function's argument list.
cuParamSetv(CUfunction, int, Pointer, int) -
Static method in class jcuda.driver.JCudaDriver
Adds arbitrary data to the function's argument list.
CUpointer_attribute - Class in jcuda.driverPointer information.cuPointerGetAttribute(Pointer, int, CUdeviceptr) -
Static method in class jcuda.driver.JCudaDriver
Returns information about a pointer.
cuProfilerInitialize(String, String, int) -
Static method in class jcuda.driver.JCudaDriver
Initialize the profiling.
cuProfilerStart() -
Static method in class jcuda.driver.JCudaDriver
Enable profiling.
cuProfilerStop() -
Static method in class jcuda.driver.JCudaDriver
Disable profiling.
CUresourcetype - Class in jcuda.driverResource typesCUresourceViewFormat - Class in jcuda.driverResource view formatCUresult - Class in jcuda.driverError codes.CUsharedconfig - Class in jcuda.driverShared memory configurationsCUstream - Class in jcuda.driverJava port of a CUstream.CUstream() -
Constructor for class jcuda.driver.CUstream
Creates a new, uninitialized CUstream
CUstream(cudaStream_t) -
Constructor for class jcuda.driver.CUstream
Creates a CUstream for the given cudaStream_t
.
CUstream_flags - Class in jcuda.driverStream creation flags.cuStreamAddCallback(CUstream, CUstreamCallback, Object, int) -
Static method in class jcuda.driver.JCudaDriver
Add a callback to a compute stream.
CUstreamCallback - Interface in jcuda.driverInterface for emulating a CUDA stream callback.cuStreamCreate(CUstream, int) -
Static method in class jcuda.driver.JCudaDriver
Create a stream.
cuStreamDestroy(CUstream) -
Static method in class jcuda.driver.JCudaDriver
Destroys a stream.
cuStreamQuery(CUstream) -
Static method in class jcuda.driver.JCudaDriver
Determine status of a compute stream.
cuStreamSynchronize(CUstream) -
Static method in class jcuda.driver.JCudaDriver
Wait until a stream's tasks are completed.
cuStreamWaitEvent(CUstream, CUevent, int) -
Static method in class jcuda.driver.JCudaDriver
Make a compute stream wait on an event.
CUsurfObject - Class in jcuda.driverJava port of a CUsurfObject.CUsurfObject() -
Constructor for class jcuda.driver.CUsurfObject
Creates a new, uninitialized CUsurfObject
cuSurfObjectCreate(CUsurfObject, CUDA_RESOURCE_DESC) -
Static method in class jcuda.driver.JCudaDriver
Creates a surface object.
cuSurfObjectDestroy(CUsurfObject) -
Static method in class jcuda.driver.JCudaDriver
Destroys a surface object.
cuSurfObjectGetResourceDesc(CUDA_RESOURCE_DESC, CUsurfObject) -
Static method in class jcuda.driver.JCudaDriver
Returns a surface object's resource descriptor.
CUsurfref - Class in jcuda.driverJava port of a CUsurfref.CUsurfref() -
Constructor for class jcuda.driver.CUsurfref
Creates a new, uninitialized CUtexref
cuSurfRefGetArray(CUarray, CUsurfref) -
Static method in class jcuda.driver.JCudaDriver
Passes back the CUDA array bound to a surface reference.
cuSurfRefSetArray(CUsurfref, CUarray, int) -
Static method in class jcuda.driver.JCudaDriver
Sets the CUDA array for a surface reference.
CUtexObject - Class in jcuda.driverJava port of a CUtexObject.CUtexObject() -
Constructor for class jcuda.driver.CUtexObject
Creates a new, uninitialized CUtexObject
cuTexObjectCreate(CUtexObject, CUDA_RESOURCE_DESC, CUDA_TEXTURE_DESC, CUDA_RESOURCE_VIEW_DESC) -
Static method in class jcuda.driver.JCudaDriver
Creates a texture object.
cuTexObjectDestroy(CUtexObject) -
Static method in class jcuda.driver.JCudaDriver
Destroys a texture object.
cuTexObjectGetResourceDesc(CUDA_RESOURCE_DESC, CUtexObject) -
Static method in class jcuda.driver.JCudaDriver
Returns a texture object's resource descriptor.
cuTexObjectGetResourceViewDesc(CUDA_RESOURCE_VIEW_DESC, CUtexObject) -
Static method in class jcuda.driver.JCudaDriver
Returns a texture object's resource view descriptor.
cuTexObjectGetTextureDesc(CUDA_TEXTURE_DESC, CUtexObject) -
Static method in class jcuda.driver.JCudaDriver
Returns a texture object's texture descriptor.
CUtexref - Class in jcuda.driverJava port of a CUtexref.CUtexref() -
Constructor for class jcuda.driver.CUtexref
Creates a new, uninitialized CUtexref
cuTexRefCreate(CUtexref) -
Static method in class jcuda.driver.JCudaDriver
Creates a texture reference.
cuTexRefDestroy(CUtexref) -
Static method in class jcuda.driver.JCudaDriver
Destroys a texture reference.
cuTexRefGetAddress(CUdeviceptr, CUtexref) -
Static method in class jcuda.driver.JCudaDriver
Gets the address associated with a texture reference.
cuTexRefGetAddressMode(int[], CUtexref, int) -
Static method in class jcuda.driver.JCudaDriver
Gets the addressing mode used by a texture reference.
cuTexRefGetArray(CUarray, CUtexref) -
Static method in class jcuda.driver.JCudaDriver
Gets the array bound to a texture reference.
cuTexRefGetFilterMode(int[], CUtexref) -
Static method in class jcuda.driver.JCudaDriver
Gets the filter-mode used by a texture reference.
cuTexRefGetFlags(int[], CUtexref) -
Static method in class jcuda.driver.JCudaDriver
Gets the flags used by a texture reference.
cuTexRefGetFormat(int[], int[], CUtexref) -
Static method in class jcuda.driver.JCudaDriver
Gets the format used by a texture reference.
cuTexRefGetMaxAnisotropy(int[], CUtexref) -
Static method in class jcuda.driver.JCudaDriver
Gets the maximum anistropy for a texture reference.
cuTexRefGetMipmapFilterMode(int[], CUtexref) -
Static method in class jcuda.driver.JCudaDriver
Gets the mipmap filtering mode for a texture reference.
cuTexRefGetMipmapLevelBias(float[], CUtexref) -
Static method in class jcuda.driver.JCudaDriver
Gets the mipmap level bias for a texture reference.
cuTexRefGetMipmapLevelClamp(float[], float[], CUtexref) -
Static method in class jcuda.driver.JCudaDriver
Gets the min/max mipmap level clamps for a texture reference.
cuTexRefGetMipmappedArray(CUmipmappedArray, CUtexref) -
Static method in class jcuda.driver.JCudaDriver
Gets the mipmapped array bound to a texture reference.
cuTexRefSetAddress(long[], CUtexref, CUdeviceptr, long) -
Static method in class jcuda.driver.JCudaDriver
Binds an address as a texture reference.
cuTexRefSetAddress2D(CUtexref, CUDA_ARRAY_DESCRIPTOR, CUdeviceptr, long) -
Static method in class jcuda.driver.JCudaDriver
Binds an address as a 2D texture reference.
cuTexRefSetAddressMode(CUtexref, int, int) -
Static method in class jcuda.driver.JCudaDriver
Sets the addressing mode for a texture reference.
cuTexRefSetArray(CUtexref, CUarray, int) -
Static method in class jcuda.driver.JCudaDriver
Binds an array as a texture reference.
cuTexRefSetFilterMode(CUtexref, int) -
Static method in class jcuda.driver.JCudaDriver
Sets the filtering mode for a texture reference.
cuTexRefSetFlags(CUtexref, int) -
Static method in class jcuda.driver.JCudaDriver
Sets the flags for a texture reference.
cuTexRefSetFormat(CUtexref, int, int) -
Static method in class jcuda.driver.JCudaDriver
Sets the format for a texture reference.
cuTexRefSetMaxAnisotropy(CUtexref, int) -
Static method in class jcuda.driver.JCudaDriver
Sets the maximum anistropy for a texture reference.
cuTexRefSetMipmapFilterMode(CUtexref, int) -
Static method in class jcuda.driver.JCudaDriver
Sets the mipmap filtering mode for a texture reference.
cuTexRefSetMipmapLevelBias(CUtexref, float) -
Static method in class jcuda.driver.JCudaDriver
Sets the mipmap level bias for a texture reference.
cuTexRefSetMipmapLevelClamp(CUtexref, float, float) -
Static method in class jcuda.driver.JCudaDriver
Sets the mipmap min/max mipmap level clamps for a texture reference.
cuTexRefSetMipmappedArray(CUtexref, CUmipmappedArray, int) -
Static method in class jcuda.driver.JCudaDriver
Binds a mipmapped array to a texture reference.
A B C D E F G H I J K L M N P R S T U V W X Y Z