[Beignet] [PATCH 3/3] [opencl-1.2] Add the test case for clEnqueueFillBuffer

2014-04-23 Thread junyan . he
From: Junyan He Signed-off-by: Junyan He --- utests/CMakeLists.txt | 1 + utests/enqueue_fill_buf.cpp | 90 + 2 files changed, 91 insertions(+) create mode 100644 utests/enqueue_fill_buf.cpp diff --git a/utests/CMakeLists.txt b/utests/CMakeLi

Re: [Beignet] [PATCH 3/3] [opencl-1.2] Add the test case for clEnqueueFillBuffer

2014-04-29 Thread Zhigang Gong
This patch LGTM, will push latter. Thanks. On Wed, Apr 23, 2014 at 04:35:32PM +0800, junyan...@inbox.com wrote: > From: Junyan He > > Signed-off-by: Junyan He > --- > utests/CMakeLists.txt | 1 + > utests/enqueue_fill_buf.cpp | 90 > + > 2 fi