- Depth - Variable in class jcuda.driver.CUDA_ARRAY3D_DESCRIPTOR
-
Depth is the depth of the CUDA array (in elements); the CUDA array is
one-dimensional if height and depth are 0, two-dimensional if depth is
0, and three-dimensional otherwise;
- Depth - Variable in class jcuda.driver.CUDA_MEMCPY3D
-
WidthInBytes, Height and Depth specify the width (in bytes), height and depth of the 3D copy
being performed.
- Depth - Variable in class jcuda.driver.CUDA_MEMCPY3D_PEER
-
WidthInBytes, Height and Depth specify the width (in bytes), height and depth of the 3D copy
being performed.
- depth - Variable in class jcuda.driver.CUDA_RESOURCE_VIEW_DESC
-
Depth of the resource view
- depth - Variable in class jcuda.runtime.cudaExtent
-
The depth of this cudaExtent
- depth - Variable in class jcuda.runtime.cudaResourceViewDesc
-
Depth of the resource view
- device - Variable in class jcuda.runtime.cudaPointerAttributes
-
The device against which the memory was allocated or registered.
- deviceOverlap - Variable in class jcuda.runtime.cudaDeviceProp
-
Device can concurrently copy memory and execute a kernel.
- devicePointer - Variable in class jcuda.runtime.cudaPointerAttributes
-
The address which may be dereferenced on the current device to access
the memory or NULL if no such address exists.
- dim3 - Class in jcuda.runtime
-
Java port of a dim3.
- dim3() - Constructor for class jcuda.runtime.dim3
-
Creates a new dim3, with default size (1,1,1)
- dim3(int, int, int) - Constructor for class jcuda.runtime.dim3
-
Creates a new dim3, with the given size
- DOUBLE - Static variable in class jcuda.Sizeof
-
Size of a double, in bytes
- dstArray - Variable in class jcuda.driver.CUDA_MEMCPY2D
-
The destination array.
- dstArray - Variable in class jcuda.driver.CUDA_MEMCPY3D
-
The destination array.
- dstArray - Variable in class jcuda.driver.CUDA_MEMCPY3D_PEER
-
The destination array.
- dstArray - Variable in class jcuda.runtime.cudaMemcpy3DParms
-
The destination array.
- dstArray - Variable in class jcuda.runtime.cudaMemcpy3DPeerParms
-
The destination array.
- dstContext - Variable in class jcuda.driver.CUDA_MEMCPY3D_PEER
-
Destination context (ignored with dstMemoryType is ::CU_MEMORYTYPE_ARRAY)
- dstDevice - Variable in class jcuda.driver.CUDA_MEMCPY2D
-
The destination pointer.
- dstDevice - Variable in class jcuda.driver.CUDA_MEMCPY3D
-
The destination pointer.
- dstDevice - Variable in class jcuda.driver.CUDA_MEMCPY3D_PEER
-
The destination pointer.
- dstDevice - Variable in class jcuda.runtime.cudaMemcpy3DPeerParms
-
Destination device
- dstHeight - Variable in class jcuda.driver.CUDA_MEMCPY3D
-
The destination height - ignored when dst is array and may be 0 if Depth==1
- dstHeight - Variable in class jcuda.driver.CUDA_MEMCPY3D_PEER
-
The destination height - ignored when dst is array and may be 0 if Depth==1
- dstHost - Variable in class jcuda.driver.CUDA_MEMCPY2D
-
The destination pointer.
- dstHost - Variable in class jcuda.driver.CUDA_MEMCPY3D
-
The destination pointer.
- dstHost - Variable in class jcuda.driver.CUDA_MEMCPY3D_PEER
-
The destination pointer.
- dstLOD - Variable in class jcuda.driver.CUDA_MEMCPY3D
-
Must be set to 0
- dstLOD - Variable in class jcuda.driver.CUDA_MEMCPY3D_PEER
-
Must be set to 0
- dstMemoryType - Variable in class jcuda.driver.CUDA_MEMCPY2D
-
The destination memory type.
- dstMemoryType - Variable in class jcuda.driver.CUDA_MEMCPY3D
-
The destination memory type.
- dstMemoryType - Variable in class jcuda.driver.CUDA_MEMCPY3D_PEER
-
The destination memory type.
- dstPitch - Variable in class jcuda.driver.CUDA_MEMCPY2D
-
The destination pitch - ignored when dst is array.
- dstPitch - Variable in class jcuda.driver.CUDA_MEMCPY3D
-
The destination pitch - ignored when dst is array.
- dstPitch - Variable in class jcuda.driver.CUDA_MEMCPY3D_PEER
-
The destination pitch - ignored when dst is array.
- dstPos - Variable in class jcuda.runtime.cudaMemcpy3DParms
-
The srcPos and dstPos fields are optional offsets into the source and destination objects and are defined in
units of each object's elements.
- dstPos - Variable in class jcuda.runtime.cudaMemcpy3DPeerParms
-
The srcPos and dstPos fields are optional offsets into the source and destination objects and are defined in
units of each object's elements.
- dstPtr - Variable in class jcuda.runtime.cudaMemcpy3DParms
-
The destination pointer.
- dstPtr - Variable in class jcuda.runtime.cudaMemcpy3DPeerParms
-
The destination pointer.
- dstXInBytes - Variable in class jcuda.driver.CUDA_MEMCPY2D
-
dstXInBytes and dstY specify the base address of the destination data for the copy.
- dstXInBytes - Variable in class jcuda.driver.CUDA_MEMCPY3D
-
dstXInBytes, dstY and dstZ specify the base address of the destination data for the copy.
- dstXInBytes - Variable in class jcuda.driver.CUDA_MEMCPY3D_PEER
-
dstXInBytes, dstY and dstZ specify the base address of the destination data for the copy.
- dstY - Variable in class jcuda.driver.CUDA_MEMCPY2D
-
dstXInBytes and dstY specify the base address of the destination data for the copy.
- dstY - Variable in class jcuda.driver.CUDA_MEMCPY3D
-
dstXInBytes, dstY and dstZ specify the base address of the destination data for the copy.
- dstY - Variable in class jcuda.driver.CUDA_MEMCPY3D_PEER
-
dstXInBytes, dstY and dstZ specify the base address of the destination data for the copy.
- dstZ - Variable in class jcuda.driver.CUDA_MEMCPY3D
-
dstXInBytes, dstY and dstZ specify the base address of the destination data for the copy.
- dstZ - Variable in class jcuda.driver.CUDA_MEMCPY3D_PEER
-
dstXInBytes, dstY and dstZ specify the base address of the destination data for the copy.