cubecl_hip_sys

Function hipUserObjectRelease

Source
pub unsafe extern "C" fn hipUserObjectRelease(
    object: hipUserObject_t,
    count: c_uint,
) -> hipError_t
Expand description

@brief Release number of references to resource.

@param [in] object - pointer to instace of userobj. @param [in] count - reference to resource to be retained. @returns #hipSuccess, #hipErrorInvalidValue @warning : This API is marked as beta, meaning, while this is feature complete, it is still open to changes and may have outstanding issues.