pub unsafe extern "C" fn hipModuleUnload(
    module: hipModule_t
) -> hipError_t
Expand description

@brief Frees the module

@param [in] module

@returns hipSuccess, hipInvalidValue module is freed and the code objects associated with it are destroyed