Function cuModuleGetFunctionCount

Source
pub unsafe extern "C" fn cuModuleGetFunctionCount(
    count: *mut c_uint,
    mod_: CUmodule,
) -> CUresult
Expand description

\brief Returns the number of functions within a module

Returns in \p count the number of functions in \p mod.

\param count - Number of functions found within the module \param mod - Module to query

\return ::CUDA_SUCCESS, ::CUDA_ERROR_INVALID_HANDLE, ::CUDA_ERROR_INVALID_VALUE