summaryrefslogtreecommitdiff
path: root/kernels
AgeCommit message (Expand)AuthorFilesLines
2015-12-14Utest: Add a bitonic sort test for non-constant extractelementPan Xiuli1-0/+47
2015-12-14Utests: Add test cases for reduce add.Junyan He1-0/+12
2015-12-14Utests: Add test cases for workgroup reduce max/min.Junyan He1-0/+28
2015-12-10utests: add an utest for mixPan Xiuli1-0/+4
2015-12-10Utest: Add test for get_global/local_linear_idPan Xiuli2-0/+10
2015-12-10utest: write to dst buffer to fix utest failureRuiling Song1-0/+2
2015-12-09add utest to demo how to run CM kernerl via OpenCL APIsGuo Yejun1-0/+0
2015-11-25Add utest for workgroup_broadcast.Junyan He1-0/+9
2015-11-25Add a benchmark which test do 3*3 median filter in image.Meng Mengmeng1-0/+37
2015-11-25Add a benchmark which test do 3*3 median filter in buffer.Meng Mengmeng1-3/+66
2015-11-06add benckmark for copy data from image to imageMeng Mengmeng1-0/+15
2015-11-06add benckmark for copy data from buffer to bufferMeng Mengmeng1-0/+27
2015-11-06Utests: Add test cases for double conversion.Junyan He3-10/+112
2015-10-27Utest: Add double division test.Junyan He2-5/+11
2015-10-20use sampler to copy image_from_buffer to another image for verification.Luo Xionghu1-0/+12
2015-10-14add utest runtime_use_host_ptr_imageGuo Yejun1-0/+10
2015-10-13fix llvm3.7 compiler_function_qualifiers utest fail.Yang Rong1-2/+2
2015-09-22add bswap64 in utest.Luo Xionghu1-1/+13
2015-08-27utests: refine image 1d buffer test case.Zhigang Gong1-9/+3
2015-07-02utest: Add test cases for half.Junyan He4-0/+105
2015-06-19Add example to show v4l2 buffer sharing with extension clGetMemObjectFdIntel.Chuanbo Weng1-0/+15
2015-05-15Add stuct argument indirect load test.Yang Rong2-2/+20
2015-05-13add utest for intel_sub_group_shuffleGuo Yejun1-0/+18
2015-05-12rename __gen_ocl_simd_any/all to sub_group_any/allGuo Yejun4-27/+27
2015-05-12rename __gen_ocl_get_simd_id/size to get_sub_group_id/sizeGuo Yejun4-13/+13
2015-04-24add utest for __gen_ocl_get_simd_idGuo Yejun1-0/+8
2015-04-24add utest for __gen_ocl_get_simd_sizeGuo Yejun1-0/+5
2015-03-09Modify the utest case for bswap.Junyan He1-10/+14
2015-03-09add utest for load spir binary.Luo Xionghu1-0/+0
2015-03-09change the workitem related api to OVERLOABABLE.Luo Xionghu2-4/+4
2015-02-06Add example to show libva buffer sharing with extension clCreateImageFromLibv...Chuanbo Weng1-0/+24
2015-01-28fix clz utest issue.Luo Xionghu3-12/+6
2015-01-20Add test case for long bitcast.Junyan He1-0/+47
2015-01-20Add long NOT test case.Junyan He1-0/+6
2015-01-20Add test case for i64 div and rem.Junyan He1-0/+12
2015-01-20Add test case for long mul_sat and mul_hiJunyan He1-0/+19
2015-01-15add clz(count leading zero) utest.Luo Xionghu1-0/+12
2015-01-09Add read buffer/image benchmark.Yang Rong2-0/+40
2014-12-04refine bswap utest to cover nsetc fail cases.Luo Xionghu1-0/+1
2014-12-04utests: Add const private array initialization test.Ruiling Song1-0/+9
2014-12-02add utest of CL_MEM_ALLOC_HOST_PTRGuo Yejun1-0/+6
2014-12-01utests: Add one case to test negative index array access.Zhigang Gong1-0/+9
2014-11-27add test for clCreateImageFromLibvaIntelGuo Yejun1-0/+8
2014-11-11utests: remove all shader toy test cases.Zhigang Gong17-1050/+0
2014-11-11Revert "add test for clCreateImageFromLibvaIntel"Zhigang Gong1-8/+0
2014-11-10add test for clCreateImageFromLibvaIntelGuo Yejun1-0/+8
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/+20
2014-11-06utest: add new test that trigger an assignment operation bug in if.Chuanbo Weng1-0/+12
2014-11-05fix bswap kernel function type issue.Luo Xionghu1-5/+10