Function cuLibraryUnload

Source
pub unsafe extern "C" fn cuLibraryUnload(
    library: CUlibrary,
) -> CUresult
Expand description

\brief Unloads a library

Unloads the library specified with \p library

\param library - Library to unload

\return ::CUDA_SUCCESS, ::CUDA_ERROR_DEINITIALIZED, ::CUDA_ERROR_NOT_INITIALIZED, ::CUDA_ERROR_INVALID_VALUE

\sa ::cuLibraryLoadData, ::cuLibraryLoadFromFile, ::cuModuleUnload