pub fn program_build_err<D: ClDeviceIdPtr>(
program: &Program,
device_ids: &[D],
) -> Result<(), ProgramBuildError>Expand description
If the program pointed to by cl_program for any of the devices listed in
device_ids has a build log of any length, it will be returned as an
errcode result.