Homogeneous execution example

There’s a tvm::build function in driver_api.cc with a comment that says “Build for homogeneous execution”. However, I can’t seem to find a single place in code where it could be called from.

Is it ever used? If I need to compile for homogeneous execution how do I invoke it?

Thanks.