[Beignet] [PATCH 0/8] Patchset to implement OCL ICD support.

Zhigang Gong zhigang.gong at linux.intel.com
Wed Apr 17 20:34:24 PDT 2013


Hi,

Thanks for pointing out the oversight. I fixed it and pushed the patchset.
Thanks for your contribution.

> -----Original Message-----
> From: Simon Richter [mailto:Simon.Richter at hogyros.de]
> Sent: Wednesday, April 17, 2013 8:13 PM
> To: Zhigang Gong
> Subject: Re: [PATCH 0/8] Patchset to implement OCL ICD support.
> 
> Hi,
> 
> On 17.04.2013 09:51, Zhigang Gong wrote:
> 
> > Simon, could you give this version a try and check whether it breaks
> > anything at your side.
> 
> Looks good. I've found a small oversight:
> 
> --- a/src/cl_platform_id.c
> +++ b/src/cl_platform_id.c
> @@ -32,7 +32,7 @@
> 
>  static struct _cl_platform_id intel_platform_data = {  #ifdef HAS_OCLIcd
> -  .dispatch = &cl_khr_icd_dispatch,
> +  INIT_ICD(dispatch)
>  #endif
>    DECL_INFO_STRING(profile, "FULL_PROFILE")
>    DECL_INFO_STRING(version, OCL_VERSION_STRING)
> 
>    Simon




More information about the Beignet mailing list