Just send out a new patch to enable these types in async copy test case. -----Original Message----- From: Zhigang Gong [mailto:[email protected]] Sent: Thursday, October 17, 2013 5:21 PM To: Yang, Rong R Cc: [email protected] 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 <[email protected]> > --- > 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 > [email protected] > http://lists.freedesktop.org/mailman/listinfo/beignet _______________________________________________ Beignet mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/beignet
