Re: [Beignet] [PATCH] Fix clLinkProgram error.

2015-09-21 Thread Luo, Xionghu
...@lists.freedesktop.org] On Behalf Of Yang Rong Sent: Monday, September 21, 2015 2:55 PM To: beignet@lists.freedesktop.org Cc: Yang, Rong R Subject: [Beignet] [PATCH] Fix clLinkProgram error. All programs or none programs specified by input_programs contain a compiled binary or library for the device. Otherwise

[Beignet] [PATCH] Fix clLinkProgram error.

2015-09-21 Thread Yang Rong
All programs or none programs specified by input_programs contain a compiled binary or library for the device. Otherwise return CL_INVALID_OPERATION. Correct this condition check. Signed-off-by: Yang Rong --- src/cl_api.c | 2 +- src/cl_program.c | 43