Re: [Mesa-dev] [PATCH] clover/event: Include additional event statuses for clSetEventCallback

2017-08-14 Thread Francisco Jerez
Aaron Watry writes: > From CL 2.0 Section 5.11 (Event Objects): > clSetEventCallback returns CL_SUCCESS if the function is executed > successfully. Otherwise, it > returns one of the following errors: > ... > CL_INVALID_VALUE if pfn_event_notify is NULL or if >

Re: [Mesa-dev] [PATCH] clover/event: Include additional event statuses for clSetEventCallback

2017-08-14 Thread Aaron Watry
On Mon, Aug 14, 2017 at 7:42 PM, Aaron Watry wrote: > From CL 2.0 Section 5.11 (Event Objects): > clSetEventCallback returns CL_SUCCESS if the function is executed > successfully. Otherwise, it > returns one of the following errors: > ... > CL_INVALID_VALUE if

[Mesa-dev] [PATCH] clover/event: Include additional event statuses for clSetEventCallback

2017-08-14 Thread Aaron Watry
From CL 2.0 Section 5.11 (Event Objects): clSetEventCallback returns CL_SUCCESS if the function is executed successfully. Otherwise, it returns one of the following errors: ... CL_INVALID_VALUE if pfn_event_notify is NULL or if command_exec_callback_type is not CL_SUBMITTED ,