summaryrefslogtreecommitdiff
path: root/utests
AgeCommit message (Expand)AuthorFilesLines
2015-12-14Utest: Add a bitonic sort test for non-constant extractelementPan Xiuli2-1/+47
2015-12-14Utests: Add test cases for reduce add.Junyan He1-0/+69
2015-12-14Utests: Add test cases for workgroup reduce max/min.Junyan He2-0/+175
2015-12-10utests: add an utest for mixPan Xiuli2-1/+52
2015-12-10utest: add utest to generate spir binary from beignet.Luo Xionghu1-0/+99
2015-12-10Utest: Add test for get_global/local_linear_idPan Xiuli3-1/+173
2015-12-09add utest to demo how to run CM kernerl via OpenCL APIsGuo Yejun2-0/+280
2015-11-25Add utest for workgroup_broadcast.Junyan He2-0/+48
2015-11-25Add a option which could set the benchmark unit properly.Meng Mengmeng2-7/+7
2015-11-25Utests: Fix the failure for half math tests.Junyan He1-17/+24
2015-11-10Add basic utest for block_motion_estimate_intel.Chuanbo Weng3-0/+111
2015-11-06utests: fix compiler_fill_image_2d_array random bugPan Xiuli1-6/+12
2015-11-06utests: fix image_from_buffer bugsPan Xiuli1-8/+9
2015-11-06Utest: Fix a bug for double div.Junyan He2-2/+4
2015-11-06Utests: Add test cases for double conversion.Junyan He4-47/+725
2015-11-03utests: fix multithread queue chaosPan Xiuli1-7/+1
2015-10-27Utest: Add double division test.Junyan He3-40/+81
2015-10-27Utests: Add double check and refine compiler_double case.Junyan He5-1/+31
2015-10-27Backend: Delete getDoubleExecWidth and refine handleDouble.Junyan He1-1/+0
2015-10-21Utest: fix random assert in function cl_kernel_link.Yang Rong1-8/+6
2015-10-21add utests option: -j which specifies the 'number' of jobs (multi-thread)Meng Mengmeng5-13/+89
2015-10-20use sampler to copy image_from_buffer to another image for verification.Luo Xionghu1-0/+21
2015-10-14add utest runtime_use_host_ptr_imageGuo Yejun2-0/+73
2015-10-13utests: event should be releasedPan Xiuli1-0/+1
2015-10-13utests: Added unit tests to test LLVM and ASM dump generation in a two step b...Manasi Navare3-0/+208
2015-09-22add bswap64 in utest.Luo Xionghu1-4/+59
2015-09-22add utest for creating 2d image from buffer.Luo Xionghu2-0/+83
2015-09-08utests: Added unit tests to test LLVM and ASM dump generation.Sirisha Gandikota1-0/+107
2015-09-07Utest: Add -cl-kernel-arg-info to the utest test_get_arg_infoJunyan He1-1/+1
2015-08-27utests: refine image 1d buffer test case.Zhigang Gong1-44/+29
2015-08-11fix utest fail.Luo Xionghu1-1/+3
2015-08-10fix a powr function issue in cpu compiler mathMeng Mengmeng1-4/+20
2015-08-05Utest: fix a builtin_powr_float fail when OCL_STRICT_CONFORMANCE=0.Yang Rong1-7/+8
2015-07-15correct ULP value in utestsMeng Mengmeng5-16/+24
2015-07-14fix utest bug.Luo Xionghu1-1/+1
2015-07-14Fix comparison in if() check.Koop Mast1-1/+1
2015-07-02utest: Add test cases for half.Junyan He2-0/+925
2015-05-26build: use EXECUTE_PROCESS to replace the deprecated EXEC_PROGRAM.Zhigang Gong1-2/+2
2015-05-18Add a sanity test in clGetDeviceIDsRebecca N. Palmer1-0/+2
2015-05-15Add stuct argument indirect load test.Yang Rong3-3/+43
2015-05-13add utest for intel_sub_group_shuffleGuo Yejun2-1/+47
2015-05-12rename __gen_ocl_simd_any/all to sub_group_any/allGuo Yejun3-8/+8
2015-05-12rename __gen_ocl_get_simd_id/size to get_sub_group_id/sizeGuo Yejun3-8/+8
2015-04-30utests: fix test case builtin_tgamma.Rebecca N. Palmer1-3/+16
2015-04-30Allow building with Python 3Rebecca N. Palmer1-1/+2
2015-04-29utest_pow: don't fail on declared lack of denormals.Rebecca N. Palmer1-2/+8
2015-04-24add utest for __gen_ocl_get_simd_idGuo Yejun2-1/+35
2015-04-24add utest for __gen_ocl_get_simd_sizeGuo Yejun2-1/+34
2015-04-14utests: don't continue to run any case when fail to initialize device.Zhigang Gong1-1/+5
2015-03-13simple return if spir extension not supported.Luo Xionghu1-1/+1