Re: [Beignet] [PATCH v2 1/8] [OCL20] runtime: fix gcc build error.

2016-03-01 Thread Song, Ruiling
@intel.com> > Subject: [Beignet] [PATCH v2 1/8] [OCL20] runtime: fix gcc build error. > > From: Luo Xionghu <xionghu@intel.com> > > this link fail appears on gcc 5.2.1. > > Signed-off-by: Luo Xionghu <xionghu@intel.com> > --- > src/cl_api.c | 2 +-

Re: [Beignet] [PATCH v2 1/8] [OCL20] runtime: fix gcc build error.

2016-02-29 Thread Luo, Xionghu
This patchset are resend with some modifications to disable atomic int64, please ignore the previous version. Thanks. Luo Xionghu Best Regards -Original Message- From: Luo, Xionghu Sent: Tuesday, March 1, 2016 7:35 PM To: beignet@lists.freedesktop.org Cc: Luo, Xionghu

[Beignet] [PATCH v2 1/8] [OCL20] runtime: fix gcc build error.

2016-02-29 Thread xionghu . luo
From: Luo Xionghu this link fail appears on gcc 5.2.1. Signed-off-by: Luo Xionghu --- src/cl_api.c | 2 +- src/cl_event.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cl_api.c b/src/cl_api.c index c5cb67a..98f871c