Add utest compiler_private_data_overflow
authorYongjia Zhang <Zhang_Yong_jia@126.com>
Fri, 17 Jan 2014 08:20:02 +0000 (16:20 +0800)
committerZhigang Gong <zhigang.gong@intel.com>
Mon, 20 Jan 2014 06:40:27 +0000 (14:40 +0800)
commitaceba68cb03fec686219e5c79f07362656f61128
tree223fe9b9b1a7f66c9cb9d57592d8288fad465f81
parentdf96397b9f8abdb682e658669de92a62b785ba38
Add utest compiler_private_data_overflow

utests: compiler_private_data_overflow is aimed to hit a larger than
1KB stack. It will fail with the old beignet which allocate 1KB stack
size no matter the actual usage of stack in the kernel.

Signed-off-by: Yongjia Zhang<zhang_yong_jia@126.com>
Reviewed-by: Zhigang Gong <zhigang.gong@linux.intel.com>
kernels/compiler_private_data_overflow.cl [new file with mode: 0644]
utests/CMakeLists.txt
utests/compiler_private_data_overflow.cpp [new file with mode: 0644]