[Beignet] *** SPAM LEVEL 4.053 *** [PATCH] Fix OpenCL C version format

Zhigang Gong zhigang.gong at linux.intel.com
Sun Jul 7 20:57:57 PDT 2013


LGTM, pushed. Thanks.

On Fri, Jul 05, 2013 at 04:50:32PM +0200, Simon Richter wrote:
> Signed-off-by: Simon Richter <Simon.Richter at hogyros.de>
> ---
>  src/cl_gt_device.h |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/cl_gt_device.h b/src/cl_gt_device.h
> index a535452..8fe863a 100644
> --- a/src/cl_gt_device.h
> +++ b/src/cl_gt_device.h
> @@ -70,7 +70,7 @@ DECL_INFO_STRING(name, "Intel HD Graphics Family")
>  DECL_INFO_STRING(vendor, "Intel")
>  DECL_INFO_STRING(version, OCL_VERSION_STRING)
>  DECL_INFO_STRING(profile, "FULL_PROFILE")
> -DECL_INFO_STRING(opencl_c_version, "OpenCL 1.10")
> +DECL_INFO_STRING(opencl_c_version, "OpenCL C 1.1")
>  DECL_INFO_STRING(extensions, "")
>  DECL_INFO_STRING(built_in_kernels, "")
>  DECL_INFO_STRING(driver_version, LIBCL_VERSION_STRING)
> -- 
> 1.7.10.4
> 
> _______________________________________________
> Beignet mailing list
> Beignet at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/beignet


More information about the Beignet mailing list