pub unsafe extern "C" fn cuMemPoolGetAccess(
flags: *mut CUmemAccess_flags,
memPool: CUmemoryPool,
location: *mut CUmemLocation,
) -> CUresult
Expand description
\brief Returns the accessibility of a pool from a device
Returns the accessibility of the pool’s memory from the specified location.
\param[out] flags - the accessibility of the pool from the specified location \param[in] memPool - the pool being queried \param[in] location - the location accessing the pool
\sa ::cuMemAllocAsync, ::cuMemFreeAsync, ::cuDeviceGetDefaultMemPool, ::cuDeviceGetMemPool, ::cuMemPoolCreate