utests: Add a new local memory barrier case
authorYang Rong <rong.r.yang@intel.com>
Tue, 18 Jun 2013 09:31:10 +0000 (17:31 +0800)
committerZhigang Gong <zhigang.gong@linux.intel.com>
Tue, 18 Jun 2013 09:33:50 +0000 (17:33 +0800)
commitc43b8c22d1753b243037656715edc0d8ed2f0ad2
treef1661bbb859b407e809f47d9c206eea33912b725
parent7b326851ab83b153ebbc976096bfa2147066d6b7
utests: Add a new local memory barrier case

We fail this case right now, disalbe it. And need more work
to check the root cause. Change the local memory barrier can
pass it, but it doesn't comply with BSPEC which says SLM doesn't
need a memory fence.

Signed-off-by: Yang Rong <rong.r.yang@intel.com>
Signed-off-by: Zhigang Gong <zhigang.gong@linux.intel.com>
kernels/compiler_local_memory_barrier_2.cl [new file with mode: 0644]
utests/CMakeLists.txt
utests/compiler_local_memory_barrier_2.cpp [new file with mode: 0644]