summaryrefslogtreecommitdiff
path: root/utests/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2016-01-08change built-in function name from get_sub_group_id to get_sub_group_local_idGuo Yejun1-1/+1
2016-01-08change built-in function name from get_sub_group_size to get_max_sub_group_sizeGuo Yejun1-1/+1
2015-12-14Utest: Add a bitonic sort test for non-constant extractelementPan Xiuli1-1/+2
2015-12-14Utests: Add test cases for workgroup reduce max/min.Junyan He1-0/+1
2015-12-10utests: add an utest for mixPan Xiuli1-1/+2
2015-12-10Utest: Add test for get_global/local_linear_idPan Xiuli1-1/+3
2015-12-09add utest to demo how to run CM kernerl via OpenCL APIsGuo Yejun1-0/+6
2015-11-25Add utest for workgroup_broadcast.Junyan He1-0/+1
2015-11-10Add basic utest for block_motion_estimate_intel.Chuanbo Weng1-0/+1
2015-11-06Utests: Add test cases for double conversion.Junyan He1-0/+1
2015-10-27Utest: Add double division test.Junyan He1-0/+1
2015-10-27Utests: Add double check and refine compiler_double case.Junyan He1-0/+2
2015-10-27Backend: Delete getDoubleExecWidth and refine handleDouble.Junyan He1-1/+0
2015-10-14add utest runtime_use_host_ptr_imageGuo Yejun1-0/+1
2015-09-22add utest for creating 2d image from buffer.Luo Xionghu1-0/+1
2015-07-02utest: Add test cases for half.Junyan He1-0/+1
2015-05-26build: use EXECUTE_PROCESS to replace the deprecated EXEC_PROGRAM.Zhigang Gong1-2/+2
2015-05-15Add stuct argument indirect load test.Yang Rong1-0/+2
2015-05-13add utest for intel_sub_group_shuffleGuo Yejun1-1/+2
2015-05-12rename __gen_ocl_simd_any/all to sub_group_any/allGuo Yejun1-2/+2
2015-05-12rename __gen_ocl_get_simd_id/size to get_sub_group_id/sizeGuo Yejun1-2/+2
2015-04-24add utest for __gen_ocl_get_simd_idGuo Yejun1-1/+2
2015-04-24add utest for __gen_ocl_get_simd_sizeGuo Yejun1-1/+2
2015-03-09add utest for load spir binary.Luo Xionghu1-0/+1
2015-01-28fix clz utest issue.Luo Xionghu1-2/+0
2015-01-20Add test case for long bitcast.Junyan He1-0/+1
2015-01-20Add long NOT test case.Junyan He1-0/+1
2015-01-20Add test case for i64 div and rem.Junyan He1-0/+1
2015-01-20Add test case for long mul_sat and mul_hiJunyan He1-0/+1
2015-01-15add clz(count leading zero) utest.Luo Xionghu1-0/+1
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
2014-12-16disable overflow utest test before llvm-3.5Luo Xionghu1-1/+6
2014-12-04utests: Add const private array initialization test.Ruiling Song1-0/+1
2014-12-02add utest of CL_MEM_ALLOC_HOST_PTRGuo Yejun1-0/+1
2014-12-02refine utest of cl_mem_use_host_ptrGuo Yejun1-5/+0
2014-12-01utests: Add one case to test negative index array access.Zhigang Gong1-0/+1
2014-11-27utests: fix indent in CMakeLists.txtZhigang Gong1-10/+10
2014-11-27add test for clCreateImageFromLibvaIntelGuo Yejun1-1/+10
2014-11-11utests: remove all shader toy test cases.Zhigang Gong1-1/+0
2014-11-11Revert "add test for clCreateImageFromLibvaIntel"Zhigang Gong1-10/+1
2014-11-10add test for clCreateImageFromLibvaIntelGuo Yejun1-1/+10
2014-11-07add test for cl buffer created with CL_MEM_USE_HOST_PTRGuo Yejun1-0/+6
2014-11-06utests: add a test to trigger cl_float3 bug in clSetKernelArg.Ruiling Song1-0/+1
2014-11-06utest: add new test that trigger an assignment operation bug in if.Chuanbo Weng1-0/+1
2014-11-04add utest function bswap.Luo Xionghu1-0/+1
2014-10-28add utest compiler_overflow for llvm intrinsic function.Luo Xionghu1-0/+1
2014-10-23Add the test case for image 2d array fillJunyan He1-0/+1
2014-10-23Add the test case for image 1d array fillJunyan He1-0/+1
2014-10-14add utest popcount for all types.Luo Xionghu1-0/+1