summaryrefslogtreecommitdiff
path: root/utests
Commit message (Expand)AuthorAgeFilesLines
* Fix a bug of 1d image array test case.Junyan He2015-02-041-6/+8
* Fix bug for bitcast test case because of long type.Junyan He2015-01-261-5/+5
* Add test case for long bitcast.Junyan He2015-01-232-0/+228
* update utest to loose userptr limitationGuo Yejun2015-01-231-1/+1
* utests: Add const private array initialization test.Ruiling Song2015-01-122-0/+28
* only build tests that do not need compiler when standalone compiler is providedGuo Yejun2015-01-121-9/+19
* add utest of CL_MEM_ALLOC_HOST_PTRGuo Yejun2015-01-122-0/+26
* add CMake option USE_STANDALONE_GBE_COMPILER and STANDALONE_GBE_COMPILER_DIRGuo Yejun2015-01-121-2/+3
* utests: skip one test when it fail to open XDisplay.Zhigang Gong2015-01-091-0/+4
* fix utest build for some old gcc versionGuo Yejun2015-01-095-26/+26
* Don't check some edge condtion in non-strict mode.Zhigang Gong2015-01-091-2/+2
* add edge case detection for powr in utestsMeng Mengmeng2015-01-092-3/+6
* utests: make utests maths ULP values consistent with specificationMeng Mengmeng2015-01-093-8/+96
* utests: reduce test count.Zhigang Gong2015-01-091-4/+5
* disable overflow utest test before llvm-3.5Luo Xionghu2014-12-161-1/+6
* change the utest summary codeZhu Bingbing2014-12-162-5/+6
* Fix delete operator using.Yan Wang2014-12-162-2/+2
* refine overflow utest to cover nsetc fail cases.Luo Xionghu2014-12-161-0/+52
* refine bswap utest to cover nsetc fail cases.Luo Xionghu2014-12-041-0/+7
* refine utest of cl_mem_use_host_ptrGuo Yejun2014-12-032-12/+1
* add test of cl_mem_use_host_ptr into benchmarkGuo Yejun2014-12-032-0/+25
* utests: Add one case to test negative index array access.Zhigang Gong2014-12-022-0/+46
* add test for clCreateImageFromLibvaIntelGuo Yejun2014-12-022-1/+218
* utests: fix indent in cmakelists.txtZhigang Gong2014-11-281-8/+8
* utests: reduce work group size to 256 to satisfy BYT platform.Zhigang Gong2014-11-281-1/+1
* utests: fix a typo in test cases.Zhigang Gong2014-11-251-1/+1
* utests: fix work group size issue in compiler_fill_image_2d_array.Zhigang Gong2014-11-251-2/+2
* License: adjust all license version to LGPL v2.1+.Zhigang Gong2014-11-1119-19/+19
* utests: remove all shader toy test cases.Zhigang Gong2014-11-112-88/+0
* Revert "add test for clCreateImageFromLibvaIntel"Zhigang Gong2014-11-112-218/+1
* use posix_memalign instead of aligned_alloc to be more compatibleGuo Yejun2014-11-101-1/+4
* add test for clCreateImageFromLibvaIntelGuo Yejun2014-11-102-1/+218
* add test for cl buffer created with CL_MEM_USE_HOST_PTRGuo Yejun2014-11-072-0/+42
* utests: add a test to trigger cl_float3 bug in clSetKernelArg.Ruiling Song2014-11-062-0/+31
* utests: fix bugs in builtin_tgamma().Rebecca Palmer2014-11-061-2/+7
* utests: fix bugs in builtin_pow().Rebecca Palmer2014-11-061-5/+11
* GBE: fix bug in erf()/erfc().Rebecca Palmer2014-11-061-10/+10
* utest: add new test that trigger an assignment operation bug in if.Chuanbo Weng2014-11-062-0/+46
* fix bswap kernel function type issue.Luo Xionghu2014-11-051-2/+2
* utests: replace the nodistriutable picture.Zhigang Gong2014-11-043-3/+3
* utest: change the box_blur_image to be identical to box_blur.Zhigang Gong2014-11-041-1/+1
* add utest function bswap.Luo Xionghu2014-11-042-0/+110
* add utest for llvm intrinsic call usub_with_overflow funtion.Luo Xionghu2014-11-031-20/+77
* Fix the compare_image_2d_and_1d_array test case bugJunyan He2014-10-281-5/+16
* add utest compiler_overflow for llvm intrinsic function.Luo Xionghu2014-10-282-0/+73
* Add the test case for image 2d array fillJunyan He2014-10-232-0/+85
* Add the test case for image 1d array fillJunyan He2014-10-232-0/+74
* add utest popcount for all types.Luo Xionghu2014-10-142-0/+76
* GBE/libocl: Add __gen_ocl_get_timestamp() to get timestamp.Ruiling Song2014-09-182-0/+53
* fix utest memory leak.Luo Xionghu2014-09-171-2/+3