Re: [Mesa-dev] [PATCH v4 18/20] clover/api: Implement CL_DEVICE_IL_VERSION

2018-03-08 Thread Karol Herbst
Reviewed-by: Karol Herbst On Thu, Mar 8, 2018 at 1:21 AM, Pierre Moreau wrote: > Signed-off-by: Pierre Moreau > --- > > Notes: > Changes in v4: Use the core define instead of the extension one (Karol > Herbst) > > v3: Throw an exception if the cl_khr_il_program extension is not support

[Mesa-dev] [PATCH v4 18/20] clover/api: Implement CL_DEVICE_IL_VERSION

2018-03-07 Thread Pierre Moreau
Signed-off-by: Pierre Moreau --- Notes: Changes in v4: Use the core define instead of the extension one (Karol Herbst) v3: Throw an exception if the cl_khr_il_program extension is not supported (Francisco Jerez) src/gallium/state_trackers/clover/api/device.cpp | 7 +++ 1 f