pub unsafe fn cl_build_program(
program: cl_program,
device_ids: &[cl_device_id],
) -> Output<()>
Expand description
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.