- hashCode() - Method in class jcuda.NativePointerObject
-
- Height - Variable in class jcuda.driver.CUDA_ARRAY3D_DESCRIPTOR
-
Height is the height 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;
- Height - Variable in class jcuda.driver.CUDA_ARRAY_DESCRIPTOR
-
Height is the height of the CUDA array (in elements); the CUDA array is
one-dimensional if height is 0, two-dimensional, otherwise;
- Height - Variable in class jcuda.driver.CUDA_MEMCPY2D
-
WidthInBytes and Height specify the width (in bytes) and height of the 2D copy being performed.
- Height - 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.
- Height - 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.
- height - Variable in class jcuda.driver.CUDA_RESOURCE_VIEW_DESC
-
Height of the resource view
- height - Variable in class jcuda.runtime.cudaExtent
-
The height of this cudaExtent, in elements
- height - Variable in class jcuda.runtime.cudaResourceViewDesc
-
Height of the resource view
- hostPointer - Variable in class jcuda.runtime.cudaPointerAttributes
-
The address which may be dereferenced on the host to access the
memory or NULL if no such address exists.