pub unsafe extern "C" fn hipMemMapArrayAsync(
mapInfoList: *mut hipArrayMapInfo,
count: c_uint,
stream: hipStream_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 under development. Currently it is not supported on AMD GPUs and returns #hipErrorNotSupported.