[Beignet] [PATCH] ICD dispatch table must be first

2013-09-27 Thread Simon Richter
The ICD loader expects the first member of any dispatchable object to be the dispatch table. Signed-off-by: Simon Richter --- src/cl_mem.h |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cl_mem.h b/src/cl_mem.h index dc9192a..bc6d526 100644 --- a/src/cl_mem.h +++ b/src

Re: [Beignet] [PATCH] ICD dispatch table must be first

2013-10-08 Thread Zhigang Gong
Pushed, thanks. On Sat, Sep 28, 2013 at 06:39:50AM +0200, Simon Richter wrote: > The ICD loader expects the first member of any dispatchable object to be > the dispatch table. > > Signed-off-by: Simon Richter > --- > src/cl_mem.h |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > d