def make_program(shape): """ Returns numpy array containing the eval instructions for eval """ return numpy.fromiter(_make_program_pieces(shape), pyopencl.cltypes.float)