Function rcudnn_sys::cudaMemPoolSetAccess[][src]

pub unsafe extern "C" fn cudaMemPoolSetAccess(
    memPool: cudaMemPool_t,
    descList: *const cudaMemAccessDesc,
    count: usize
) -> cudaError_t
Expand description

\brief Controls visibility of pools between devices

\param[in] pool - The pool being modified \param[in] map - Array of access descriptors. Each descriptor instructs the access to enable for a single gpu \param[in] count - Number of descriptors in the map array.

\returns ::cudaSuccess, ::cudaErrorInvalidValue

\sa ::cuMemPoolSetAccess, ::cudaMemPoolGetAccess, ::cudaMallocAsync, cudaFreeAsync