summaryrefslogtreecommitdiff
path: root/utests
Commit message (Expand)AuthorAgeFilesLines
* utest_pow: don't fail on declared lack of denormals.Rebecca N. Palmer2015-04-291-2/+8
* add utest for __gen_ocl_get_simd_idGuo Yejun2015-04-242-1/+35
* add utest for __gen_ocl_get_simd_sizeGuo Yejun2015-04-242-1/+34
* utests: don't continue to run any case when fail to initialize device.Zhigang Gong2015-04-141-1/+5
* simple return if spir extension not supported.Luo Xionghu2015-03-131-1/+1
* Modify the utest case for bswap.Junyan He2015-03-091-61/+142
* add utest for load spir binary.Luo Xionghu2015-03-092-0/+91
* Refine benchmark output.Chuanbo Weng2015-02-064-9/+13
* Fix a bug of 1d image array test case.Junyan He2015-02-041-6/+8
* Backend: fix one bug of long mad_sat.Junyan He2015-01-301-5/+4
* fix clz utest issue.Luo Xionghu2015-01-284-90/+103
* add builtin function atan2pi and ldexpZhu Bingbing2015-01-231-13/+25
* update utest to loose userptr limitationGuo Yejun2015-01-231-1/+1
* Fix bug for bitcast test case because of long type.Junyan He2015-01-221-5/+5
* Add test case for long bitcast.Junyan He2015-01-202-0/+228
* Add long NOT test case.Junyan He2015-01-202-0/+53
* Add test case for i64 div and rem.Junyan He2015-01-202-0/+89
* Add test case for long mul_sat and mul_hiJunyan He2015-01-202-0/+189
* add clz(count leading zero) utest.Luo Xionghu2015-01-152-0/+68
* only build tests that do not need compiler when standalone compiler is providedGuo Yejun2015-01-121-9/+19
* 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-065-26/+26
* Don't check some edge condtion in non-strict mode.Zhigang Gong2015-01-061-2/+2
* add edge case detection for powr in utestsMeng Mengmeng2015-01-042-3/+6
* utests: reduce test count.Zhigang Gong2015-01-041-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-151-0/+52
* refine bswap utest to cover nsetc fail cases.Luo Xionghu2014-12-041-0/+7
* utests: Add const private array initialization test.Ruiling Song2014-12-042-0/+28
* utests: make utests maths ULP values consistent with specificationMeng Mengmeng2014-12-023-8/+96
* add utest of CL_MEM_ALLOC_HOST_PTRGuo Yejun2014-12-022-0/+26
* refine utest of cl_mem_use_host_ptrGuo Yejun2014-12-022-12/+1
* add test of cl_mem_use_host_ptr into benchmarkGuo Yejun2014-12-022-0/+25
* utests: Add one case to test negative index array access.Zhigang Gong2014-12-012-0/+46
* utests: fix indent in CMakeLists.txtZhigang Gong2014-11-271-10/+10
* add test for clCreateImageFromLibvaIntelGuo Yejun2014-11-272-1/+218
* utests: reduce work group size to 256 to satisfy BYT platform.Zhigang Gong2014-11-271-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