Skip to main content

hipLibraryEnumerateKernels

Function hipLibraryEnumerateKernels 

Source
pub unsafe extern "C" fn hipLibraryEnumerateKernels(
    kernels: *mut hipKernel_t,
    numKernels: c_uint,
    library: hipLibrary_t,
) -> hipError_t
Expand description

@brief Retrieve kernel handles within a library

@param [out] kernels Buffer for kernel handles @param [in] numKernels Maximum number of kernel handles to return to buffer @oaram [in] library Library handle to query from @return #hipSuccess, #hipErrorInvalidValue