cudaError_t cudaHostGetFlags ( unsigned int *  pFlags,
void *  pHost 
)

cudaHostGetFlags() will fail if the input pointer does not reside in an address range allocated by cudaHostAlloc().

Parameters:
pFlags - Returned flags word
pHost - Host pointer
Returns:
cudaSuccess, cudaErrorInvalidValue
Note:
Note that this function may also return error codes from previous, asynchronous launches.
See also:
cudaHostAlloc


Generated by Doxygen for NVIDIA CUDA Library  NVIDIA