[Beignet] [PATCH] Add type long/ulong/double's async copy.

Yang, Rong R rong.r.yang at intel.com
Mon Oct 21 00:33:56 PDT 2013


Just send out a new patch to enable these types in async copy test case.

-----Original Message-----
From: Zhigang Gong [mailto:zhigang.gong at linux.intel.com] 
Sent: Thursday, October 17, 2013 5:21 PM
To: Yang, Rong R
Cc: beignet at lists.freedesktop.org
Subject: Re: [Beignet] [PATCH] Add type long/ulong/double's async copy.

Could you also enable these new types at the corresponding unit test cases?
This patch LGTM, will push it latter.

On Tue, Oct 15, 2013 at 06:39:54PM +0800, Yang Rong wrote:
> 
> Signed-off-by: Yang Rong <rong.r.yang at intel.com>
> ---
>  backend/src/ocl_stdlib.tmpl.h | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/backend/src/ocl_stdlib.tmpl.h 
> b/backend/src/ocl_stdlib.tmpl.h index 6663914..84214d1 100644
> --- a/backend/src/ocl_stdlib.tmpl.h
> +++ b/backend/src/ocl_stdlib.tmpl.h
> @@ -2122,7 +2122,10 @@ DEF(short)
>  DEF(ushort)
>  DEF(int)
>  DEF(uint)
> +DEF(long)
> +DEF(ulong)
>  DEF(float)
> +DEF(double)
>  #undef BODY
>  #undef DEFN
>  #undef DEF
> --
> 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