summaryrefslogtreecommitdiff
path: root/utests
AgeCommit message (Expand)AuthorFilesLines
2015-01-28fix clz utest issue.Luo Xionghu4-90/+103
2015-01-23add builtin function atan2pi and ldexpZhu Bingbing1-13/+25
2015-01-23update utest to loose userptr limitationGuo Yejun1-1/+1
2015-01-22Fix bug for bitcast test case because of long type.Junyan He1-5/+5
2015-01-20Add test case for long bitcast.Junyan He2-0/+228
2015-01-20Add long NOT test case.Junyan He2-0/+53
2015-01-20Add test case for i64 div and rem.Junyan He2-0/+89
2015-01-20Add test case for long mul_sat and mul_hiJunyan He2-0/+189
2015-01-15add clz(count leading zero) utest.Luo Xionghu2-0/+68
2015-01-12only build tests that do not need compiler when standalone compiler is providedGuo Yejun1-9/+19
2015-01-12add CMake option USE_STANDALONE_GBE_COMPILER and STANDALONE_GBE_COMPILER_DIRGuo Yejun1-2/+3
2015-01-09utests: skip one test when it fail to open XDisplay.Zhigang Gong1-0/+4
2015-01-06fix utest build for some old gcc versionGuo Yejun5-26/+26
2015-01-06Don't check some edge condtion in non-strict mode.Zhigang Gong1-2/+2
2015-01-04add edge case detection for powr in utestsMeng Mengmeng2-3/+6
2015-01-04utests: reduce test count.Zhigang Gong1-4/+5
2014-12-16disable overflow utest test before llvm-3.5Luo Xionghu1-1/+6
2014-12-16change the utest summary codeZhu Bingbing2-5/+6
2014-12-16Fix delete operator using.Yan Wang2-2/+2
2014-12-15refine overflow utest to cover nsetc fail cases.Luo Xionghu1-0/+52
2014-12-04refine bswap utest to cover nsetc fail cases.Luo Xionghu1-0/+7
2014-12-04utests: Add const private array initialization test.Ruiling Song2-0/+28
2014-12-02utests: make utests maths ULP values consistent with specificationMeng Mengmeng3-8/+96
2014-12-02add utest of CL_MEM_ALLOC_HOST_PTRGuo Yejun2-0/+26
2014-12-02refine utest of cl_mem_use_host_ptrGuo Yejun2-12/+1
2014-12-02add test of cl_mem_use_host_ptr into benchmarkGuo Yejun2-0/+25
2014-12-01utests: Add one case to test negative index array access.Zhigang Gong2-0/+46
2014-11-27utests: fix indent in CMakeLists.txtZhigang Gong1-10/+10
2014-11-27add test for clCreateImageFromLibvaIntelGuo Yejun2-1/+218
2014-11-27utests: reduce work group size to 256 to satisfy BYT platform.Zhigang Gong1-1/+1
2014-11-25utests: fix a typo in test cases.Zhigang Gong1-1/+1
2014-11-25utests: fix work group size issue in compiler_fill_image_2d_array.Zhigang Gong1-2/+2
2014-11-11License: adjust all license version to LGPL v2.1+.Zhigang Gong19-19/+19
2014-11-11utests: remove all shader toy test cases.Zhigang Gong2-88/+0
2014-11-11Revert "add test for clCreateImageFromLibvaIntel"Zhigang Gong2-218/+1
2014-11-10use posix_memalign instead of aligned_alloc to be more compatibleGuo Yejun1-1/+4
2014-11-10add test for clCreateImageFromLibvaIntelGuo Yejun2-1/+218
2014-11-07add test for cl buffer created with CL_MEM_USE_HOST_PTRGuo Yejun2-0/+42
2014-11-06utests: add a test to trigger cl_float3 bug in clSetKernelArg.Ruiling Song2-0/+31
2014-11-06utests: fix bugs in builtin_tgamma().Rebecca Palmer1-2/+7
2014-11-06utests: fix bugs in builtin_pow().Rebecca Palmer1-5/+11
2014-11-06GBE: fix bug in erf()/erfc().Rebecca Palmer1-10/+10
2014-11-06utest: add new test that trigger an assignment operation bug in if.Chuanbo Weng2-0/+46
2014-11-05fix bswap kernel function type issue.Luo Xionghu1-2/+2
2014-11-04utests: replace the nodistriutable picture.Zhigang Gong3-3/+3
2014-11-04utest: change the box_blur_image to be identical to box_blur.Zhigang Gong1-1/+1
2014-11-04add utest function bswap.Luo Xionghu2-0/+110
2014-11-03add utest for llvm intrinsic call usub_with_overflow funtion.Luo Xionghu1-20/+77
2014-10-28Fix the compare_image_2d_and_1d_array test case bugJunyan He1-5/+16
2014-10-28add utest compiler_overflow for llvm intrinsic function.Luo Xionghu2-0/+73