summaryrefslogtreecommitdiff
path: root/utests/compiler_local_memory_barrier_2.cpp
Commit message (Collapse)AuthorAgeFilesLines
* utests: increase local size in the two barrier test cases.Zhigang Gong2013-07-031-1/+1
| | | | | | | | | | Increasing the local size to 256 to bring more pressure to barrier testing. Signed-off-by: Zhigang Gong <zhigang.gong@linux.intel.com> Reviewed-by: Zou, Nanhai <nanhai.zou@intel.com> Reviewed-by: Yang, Rong R <rong.r.yang@intel.com> Tested-by: Sun, Yi <yi.sun@intel.com>
* utests: Fix a typo.Zhigang Gong2013-06-241-2/+2
| | | | Signed-off-by: Zhigang Gong <zhigang.gong@linux.intel.com>
* utests: Add a new local memory barrier caseYang Rong2013-06-181-0/+29
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>