[Beignet] [PATCH] should check the return value of cl_program_new.

2015-09-21 Thread xionghu . luo
From: Luo Xionghu catch the error: out of host memery. Signed-off-by: Luo Xionghu --- src/cl_program.c | 18 ++ 1 file changed, 18 insertions(+) diff --git a/src/cl_program.c b/src/cl_program.c index 0564b6f..82dd3e3 100644 ---

Re: [Beignet] [PATCH] should check the return value of cl_program_new.

2015-09-21 Thread Yang, Rong R
LGTM, pushed, thanks. > -Original Message- > From: Beignet [mailto:beignet-boun...@lists.freedesktop.org] On Behalf Of > xionghu@intel.com > Sent: Monday, September 21, 2015 15:51 > To: beignet@lists.freedesktop.org > Cc: Luo, Xionghu > Subject: [Beignet]