How to load OpenCL kernels when using runtime api for C++

I’ve finally managed to generate the .cl code however, how do I load this when using the tvm runtime api for C++ on my target device?

An example showing this whole process would be useful.

This post may be useful.