cubecl_hip_sys

Function hipDestroyExternalMemory

Source
pub unsafe extern "C" fn hipDestroyExternalMemory(
    extMem: hipExternalMemory_t,
) -> hipError_t
Expand description

@brief Destroys an external memory object.

@param[in] extMem External memory object to be destroyed

@returns #hipSuccess, #hipErrorInvalidDevice, #hipErrorInvalidValue

@see