Fix two tests fail when OCL_SIMD_WIDTH=8.
authorYang Rong <rong.r.yang@intel.com>
Sat, 8 Jun 2013 04:33:37 +0000 (12:33 +0800)
committerZhigang Gong <zhigang.gong@linux.intel.com>
Sun, 9 Jun 2013 07:47:09 +0000 (15:47 +0800)
commit751ab1a6baa22022404ed4e0f992e1db84c62300
tree4704d4bb2d94c88c08126f6bbf99ec8a01405327
parente85d116985d4e9335f805717e4b8aa69e6e659d7
Fix two tests fail when OCL_SIMD_WIDTH=8.

Add barrier for compiler_local_memory and compiler_local_memory_two_ptr,
otherwise tests may fail if work group size bigger than thread's simd size.

After add barrier, the test compiler_local_memory is same as
compiler_local_memory_barrier, so delete test compiler_local_memory.

Signed-off-by: Yang Rong <rong.r.yang@intel.com>
Reviewed-by: Zhigang Gong <zhigang.gong@linux.intel.com>
kernels/compiler_local_memory.cl [deleted file]
kernels/compiler_local_memory_two_ptr.cl
utests/CMakeLists.txt
utests/compiler_local_memory.cpp [deleted file]