pub unsafe extern "C" fn hipDeviceGraphMemTrim(
device: c_int,
) -> hipError_t
Expand description
@brief Free unused memory on specific device used for graph back to OS.
@param [in] device - device the memory is used for graphs @returns #hipSuccess, #hipErrorInvalidDevice
@warning : This API is marked as beta, meaning, while this is feature complete, it is still open to changes and may have outstanding issues.