pub unsafe extern "C" fn hipModuleUnload(
module: hipModule_t,
) -> hipError_t
Expand description
@brief Frees the module
@param [in] module Module to free
@returns #hipSuccess, #hipErrorInvalidResourceHandle
The module is freed, and the code objects associated with it are destroyed.