[Beignet] [PATCH] runtime: Simply return success in clUnloadCompiler.

Zhigang Gong zhigang.gong at linux.intel.com
Mon Oct 21 00:52:42 PDT 2013


Pushed, thanks.

On Mon, Oct 21, 2013 at 03:48:13PM +0800, Ruiling Song wrote:
> Signed-off-by: Ruiling Song <ruiling.song at intel.com>
> ---
>  src/cl_api.c |    3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
> 
> diff --git a/src/cl_api.c b/src/cl_api.c
> index 0410e93..0e562ed 100644
> --- a/src/cl_api.c
> +++ b/src/cl_api.c
> @@ -854,8 +854,7 @@ error:
>  cl_int
>  clUnloadCompiler(void)
>  {
> -  NOT_IMPLEMENTED;
> -  return 0;
> +  return CL_SUCCESS;
>  }
>  
>  cl_int
> -- 
> 1.7.9.5
> 
> _______________________________________________
> Beignet mailing list
> Beignet at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/beignet


More information about the Beignet mailing list