Function custos_math::custos::devices::opencl::api::create_program_with_source
pub fn create_program_with_source(
context: &Context,
src: &str
) -> Result<Program, Box<dyn Error + Sync + Send + 'static, Global>>