pub unsafe extern "C" fn cuLibraryGetKernelCount(
count: *mut c_uint,
lib: CUlibrary,
) -> CUresult
Expand description
\brief Returns the number of kernels within a library
Returns in \p count the number of kernels in \p lib.
\param count - Number of kernels found within the library \param lib - Library to query
\return ::CUDA_SUCCESS, ::CUDA_ERROR_INVALID_HANDLE, ::CUDA_ERROR_INVALID_VALUE