[][src]Function open_cl_low_level::program::cl_build_program

pub unsafe fn cl_build_program(
    program: cl_program,
    device_ids: &[cl_device_id]
) -> Output<()>

A low-level helper function for calling the OpenCL FFI function clBuildProgram.

Safety

if the devices or the program are in an invalid state this function call results in undefined behavior.