Function rcudnn::cudaMemPoolGetAccess[][src]

pub unsafe extern "C" fn cudaMemPoolGetAccess(
    flags: *mut cudaMemAccessFlags,
    memPool: *mut CUmemPoolHandle_st,
    location: *mut cudaMemLocation
) -> cudaError
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 ::cuMemPoolGetAccess, ::cudaMemPoolSetAccess