pub fn load_program<B: Backend>( source: &str, device: B::Device, config: RuntimeConfig, ) -> Result<Executor<B>>
Parse, lower, validate, optimize, and prepare an executor from .sw source.