Skip to main content

hipKernelGetFunction

Function hipKernelGetFunction 

Source
pub unsafe extern "C" fn hipKernelGetFunction(
    pFunc: *mut hipFunction_t,
    kernel: hipKernel_t,
) -> hipError_t
Expand description

@brief Function will be extracted for specific kernel

@param [out] pFunc Pointer to function handle for the kernel @param [in] kernel kernel to get handle for

@returns #hipSuccess, #hipErrorInvalidValue, #hipErrorNotFound