Function hip_sys::hiprt::hipMemMapArrayAsync
source · pub unsafe extern "C" fn hipMemMapArrayAsync(
mapInfoList: *mut hipArrayMapInfo,
count: u32,
stream: *mut ihipStream_t
) -> hipError_tExpand description
@brief Maps or unmaps subregions of sparse HIP arrays and sparse HIP mipmapped arrays.
@param [in] mapInfoList - list of hipArrayMapInfo. @param [in] count - number of hipArrayMapInfo in mapInfoList. @param [in] stream - stream identifier for the stream to use for map or unmap operations. @returns #hipSuccess, #hipErrorInvalidValue, #hipErrorNotSupported @warning : This API is marked as beta, meaning, while this is feature complete, it is still open to changes and may have outstanding issues.