public class CUarray extends NativePointerObject
JCudaDriver.cuArrayCreate(jcuda.driver.CUarray, jcuda.driver.CUDA_ARRAY_DESCRIPTOR),
JCudaDriver.cuArrayGetDescriptor(jcuda.driver.CUDA_ARRAY_DESCRIPTOR, jcuda.driver.CUarray),
JCudaDriver.cuArray3DCreate(jcuda.driver.CUarray, jcuda.driver.CUDA_ARRAY3D_DESCRIPTOR),
JCudaDriver.cuArray3DGetDescriptor(jcuda.driver.CUDA_ARRAY3D_DESCRIPTOR, jcuda.driver.CUarray),
JCudaDriver.cuArrayDestroy(jcuda.driver.CUarray)| Constructor and Description |
|---|
CUarray()
Creates a new, uninitialized CUarray
|
CUarray(cudaArray array)
Creates a CUarray for the given
cudaArray. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Returns a String representation of this object.
|
equals, hashCodepublic java.lang.String toString()
toString in class NativePointerObject