CUfunction        743 src/runtime/cuda.cpp     CUfunction f;
CUfunction         29 src/runtime/cuda_functions.h CUDA_FN(CUresult, cuModuleGetFunction, (CUfunction *hfunc, CUmodule hmod, const char *name));
CUfunction         35 src/runtime/cuda_functions.h CUDA_FN(CUresult, cuLaunchKernel, (CUfunction f,
CUfunction         21 src/runtime/mini_cuda.h typedef struct CUfunc_st *CUfunction;                     /**< CUDA function */