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

Zhigang Gong zhigang.gong at linux.intel.com
Thu Oct 17 02:21:05 PDT 2013


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