11.01.2014 Views

NVIDIA CUDA

NVIDIA CUDA

NVIDIA CUDA

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

156 Module Documentation<br />

4.30.2.5 cuArrayGetDescriptor (<strong>CUDA</strong>_ARRAY_DESCRIPTOR ∗ pArrayDescriptor, CUarray hArray)<br />

Returns in ∗pArrayDescriptor a descriptor containing information on the format and dimensions of the <strong>CUDA</strong><br />

array hArray. It is useful for subroutines that have been passed a <strong>CUDA</strong> array, but need to know the <strong>CUDA</strong> array<br />

parameters for validation or other purposes.<br />

Parameters:<br />

pArrayDescriptor - Returned array descriptor<br />

hArray - Array to get descriptor of<br />

Returns:<br />

Note:<br />

<strong>CUDA</strong>_SUCCESS, <strong>CUDA</strong>_ERROR_DEINITIALIZED, <strong>CUDA</strong>_ERROR_NOT_INITIALIZED, <strong>CUDA</strong>_-<br />

ERROR_INVALID_CONTEXT, <strong>CUDA</strong>_ERROR_INVALID_VALUE, <strong>CUDA</strong>_ERROR_INVALID_HANDLE<br />

See also:<br />

Note that this function may also return error codes from previous, asynchronous launches.<br />

cuArray3DCreate, cuArray3DGetDescriptor, cuArrayCreate, cuArrayDestroy, cuMemAlloc, cuMemAllocHost,<br />

cuMemAllocPitch, cuMemcpy2D, cuMemcpy2DAsync, cuMemcpy2DUnaligned, cuMemcpy3D, cuMemcpy3DAsync,<br />

cuMemcpyAtoA, cuMemcpyAtoD, cuMemcpyAtoH, cuMemcpyAtoHAsync, cuMemcpyDtoA,<br />

cuMemcpyDtoD, cuMemcpyDtoDAsync, cuMemcpyDtoH, cuMemcpyDtoHAsync, cuMemcpyHtoA, cuMemcpyHtoAAsync,<br />

cuMemcpyHtoD, cuMemcpyHtoDAsync, cuMemFree, cuMemFreeHost, cuMemGetAddress-<br />

Range, cuMemGetInfo, cuMemHostAlloc, cuMemHostGetDevicePointer, cuMemsetD2D8, cuMemsetD2D16,<br />

cuMemsetD2D32, cuMemsetD8, cuMemsetD16, cuMemsetD32<br />

4.30.2.6 cuMemAlloc (CUdeviceptr ∗ dptr, unsigned int bytesize)<br />

Allocates bytesize bytes of linear memory on the device and returns in ∗dptr a pointer to the allocated memory.<br />

The allocated memory is suitably aligned for any kind of variable. The memory is not cleared. If bytesize is 0,<br />

cuMemAlloc() returns <strong>CUDA</strong>_ERROR_INVALID_VALUE.<br />

Parameters:<br />

dptr - Returned device pointer<br />

bytesize - Requested allocation size in bytes<br />

Returns:<br />

Note:<br />

<strong>CUDA</strong>_SUCCESS, <strong>CUDA</strong>_ERROR_DEINITIALIZED, <strong>CUDA</strong>_ERROR_NOT_INITIALIZED, <strong>CUDA</strong>_-<br />

ERROR_INVALID_CONTEXT, <strong>CUDA</strong>_ERROR_INVALID_VALUE, <strong>CUDA</strong>_ERROR_OUT_OF_MEMORY<br />

See also:<br />

Note that this function may also return error codes from previous, asynchronous launches.<br />

cuArray3DCreate, cuArray3DGetDescriptor, cuArrayCreate, cuArrayDestroy, cuArrayGetDescriptor, cuMemAllocHost,<br />

cuMemAllocPitch, cuMemcpy2D, cuMemcpy2DAsync, cuMemcpy2DUnaligned, cuMemcpy3D,<br />

cuMemcpy3DAsync, cuMemcpyAtoA, cuMemcpyAtoD, cuMemcpyAtoH, cuMemcpyAtoHAsync, cuMemcpy-<br />

DtoA, cuMemcpyDtoD, cuMemcpyDtoDAsync, cuMemcpyDtoH, cuMemcpyDtoHAsync, cuMemcpyHtoA,<br />

Generated for <strong>NVIDIA</strong> <strong>CUDA</strong> Library by Doxygen

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!