Can OpenCL build program from .cl source code together with a pre-built binary kernel?
My program has several kernels. I'd like to use offline compiler to compile one kernel into binary. So how can I build my program using other kernels and that one pre-built kernel binary?