summaryrefslogtreecommitdiff
path: root/kernels
AgeCommit message (Expand)AuthorFilesLines
2016-11-03Utest: Add subgroup block read/write ushort test casePan Xiuli4-33/+153
2016-11-03Utest: Add test case for short type sub group shufflePan Xiuli4-4/+87
2016-11-03Utest: Add test case for sub group short builtin functionsPan Xiuli3-0/+94
2016-11-03Utest: Add test case for sub group broadcast shortPan Xiuli1-0/+10
2016-09-28Utest: read/write_only qualifier should only used with image.Pan Xiuli1-1/+1
2016-09-12Utest: Change the kernel index to fit case indexPan Xiuli1-1/+1
2016-09-05Utest: Fix sub group broadcast for simd8Pan Xiuli1-1/+1
2016-08-31Utest: Add test for half type subgroup functionsPan Xiuli4-1/+72
2016-08-12Utest: Add half type mad test casePan Xiuli1-1/+16
2016-08-12Utest: Add test case for half type vload\storePan Xiuli1-3/+5
2016-08-03Benchmark: Evaluate math performance on intervalsGrigore Lupescu1-0/+272
2016-07-20Utest: Add test case for sub_group_shuffle_down/up/xorPan Xiuli3-0/+57
2016-06-30utests: add access qualifier for image in kernelGuo Yejun1-1/+1
2016-06-13Utest: Add tset case for block read/write imagePan Xiuli2-0/+58
2016-06-13Utest: Add tset case for block read/write bufferPan Xiuli2-0/+58
2016-06-13Utest: Add test case for sub_group functionsPan Xiuli4-0/+366
2016-06-13Utest: Remove old sub_group_all/any utestPan Xiuli2-27/+0
2016-06-13Utest: Add subgroup work item test casesPan Xiuli4-0/+28
2016-05-23fix kernel build warnings.Luo Xionghu1-4/+4
2016-05-18Utest: Remove some unsuport work group testsPan Xiuli1-5/+6
2016-05-18Backend: Refine workgroup all with SIMD_ALL algorithmPan Xiuli1-1/+1
2016-05-18Benchmark: Add performance tests for workgroup broadcastGrigore Lupescu1-0/+99
2016-05-18Benchmark: Add performance tests for workgroup reduce/scan functionsGrigore Lupescu1-0/+140
2016-05-18Utest: Add workgroup broadcast testsGrigore Lupescu1-8/+120
2016-05-18Utest: Add workgroup scan inclusive testsGrigore Lupescu1-0/+98
2016-05-18Utest: Add workgroup scan exclusive testsGrigore Lupescu1-0/+98
2016-05-18Utest: Add workgroup reduce any/all testsGrigore Lupescu1-25/+122
2016-04-29enable utest compiler_math_3op for mad test.Luo Xionghu1-1/+2
2016-04-22fix failed cases for stand alone utest;Luo Xionghu2-2/+2
2016-04-22Add several printf utest cases.Junyan He1-0/+46
2016-01-08change built-in function name from get_sub_group_id to get_sub_group_local_idGuo Yejun3-10/+10
2016-01-08change built-in function name from get_sub_group_size to get_max_sub_group_sizeGuo Yejun4-8/+8
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