[Beignet] [PATCH] add [opencl-1.2] clUnloadPlatformCompiler implementation

Zhigang Gong zhigang.gong at linux.intel.com
Wed Jun 11 17:04:32 PDT 2014


This patch LGTM, pushed. Thanks.

On Fri, Jun 06, 2014 at 05:00:40AM +0800, xionghu.luo at intel.com wrote:
> From: Luo <xionghu.luo at intel.com>
> 
> just a empty hook.
> 
> Signed-off-by: Luo <xionghu.luo at intel.com>
> ---
>  src/cl_api.c | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/src/cl_api.c b/src/cl_api.c
> index 8598088..824a952 100644
> --- a/src/cl_api.c
> +++ b/src/cl_api.c
> @@ -939,6 +939,12 @@ clUnloadCompiler(void)
>  }
>  
>  cl_int
> +clUnloadPlatformCompiler(cl_platform_id platform)
> +{
> +  return CL_SUCCESS;
> +}
> +
> +cl_int
>  clGetProgramInfo(cl_program       program,
>                   cl_program_info  param_name,
>                   size_t           param_value_size,
> -- 
> 1.8.1.2
> 
> _______________________________________________
> Beignet mailing list
> Beignet at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/beignet


More information about the Beignet mailing list