summaryrefslogtreecommitdiff
path: root/kernels
Commit message (Expand)AuthorAgeFilesLines
* Utest: Add half type mad test casePan Xiuli2016-08-121-1/+16
* Utest: Add test case for half type vload\storePan Xiuli2016-08-121-3/+5
* Benchmark: Evaluate math performance on intervalsGrigore Lupescu2016-08-031-0/+272
* Utest: Add test case for sub_group_shuffle_down/up/xorPan Xiuli2016-07-203-0/+57
* utests: add access qualifier for image in kernelGuo Yejun2016-06-301-1/+1
* Utest: Add tset case for block read/write imagePan Xiuli2016-06-132-0/+58
* Utest: Add tset case for block read/write bufferPan Xiuli2016-06-132-0/+58
* Utest: Add test case for sub_group functionsPan Xiuli2016-06-134-0/+366
* Utest: Remove old sub_group_all/any utestPan Xiuli2016-06-132-27/+0
* Utest: Add subgroup work item test casesPan Xiuli2016-06-134-0/+28
* fix kernel build warnings.Luo Xionghu2016-05-231-4/+4
* Utest: Remove some unsuport work group testsPan Xiuli2016-05-181-5/+6
* Backend: Refine workgroup all with SIMD_ALL algorithmPan Xiuli2016-05-181-1/+1
* Benchmark: Add performance tests for workgroup broadcastGrigore Lupescu2016-05-181-0/+99
* Benchmark: Add performance tests for workgroup reduce/scan functionsGrigore Lupescu2016-05-181-0/+140
* Utest: Add workgroup broadcast testsGrigore Lupescu2016-05-181-8/+120
* Utest: Add workgroup scan inclusive testsGrigore Lupescu2016-05-181-0/+98
* Utest: Add workgroup scan exclusive testsGrigore Lupescu2016-05-181-0/+98
* Utest: Add workgroup reduce any/all testsGrigore Lupescu2016-05-181-25/+122
* enable utest compiler_math_3op for mad test.Luo Xionghu2016-04-291-1/+2
* fix failed cases for stand alone utest;Luo Xionghu2016-04-222-2/+2
* Add several printf utest cases.Junyan He2016-04-221-0/+46
* change built-in function name from get_sub_group_id to get_sub_group_local_idGuo Yejun2016-01-083-10/+10
* change built-in function name from get_sub_group_size to get_max_sub_group_sizeGuo Yejun2016-01-084-8/+8
* Utest: Add a bitonic sort test for non-constant extractelementPan Xiuli2015-12-141-0/+47
* Utests: Add test cases for reduce add.Junyan He2015-12-141-0/+12
* Utests: Add test cases for workgroup reduce max/min.Junyan He2015-12-141-0/+28
* utests: add an utest for mixPan Xiuli2015-12-101-0/+4
* Utest: Add test for get_global/local_linear_idPan Xiuli2015-12-102-0/+10
* utest: write to dst buffer to fix utest failureRuiling Song2015-12-101-0/+2
* add utest to demo how to run CM kernerl via OpenCL APIsGuo Yejun2015-12-091-0/+0
* Add utest for workgroup_broadcast.Junyan He2015-11-251-0/+9
* Add a benchmark which test do 3*3 median filter in image.Meng Mengmeng2015-11-251-0/+37
* Add a benchmark which test do 3*3 median filter in buffer.Meng Mengmeng2015-11-251-3/+66
* add benckmark for copy data from image to imageMeng Mengmeng2015-11-061-0/+15
* add benckmark for copy data from buffer to bufferMeng Mengmeng2015-11-061-0/+27
* Utests: Add test cases for double conversion.Junyan He2015-11-063-10/+112
* Utest: Add double division test.Junyan He2015-10-272-5/+11
* use sampler to copy image_from_buffer to another image for verification.Luo Xionghu2015-10-201-0/+12
* add utest runtime_use_host_ptr_imageGuo Yejun2015-10-141-0/+10
* fix llvm3.7 compiler_function_qualifiers utest fail.Yang Rong2015-10-131-2/+2
* add bswap64 in utest.Luo Xionghu2015-09-221-1/+13
* utests: refine image 1d buffer test case.Zhigang Gong2015-08-271-9/+3
* utest: Add test cases for half.Junyan He2015-07-024-0/+105
* Add example to show v4l2 buffer sharing with extension clGetMemObjectFdIntel.Chuanbo Weng2015-06-191-0/+15
* Add stuct argument indirect load test.Yang Rong2015-05-152-2/+20
* add utest for intel_sub_group_shuffleGuo Yejun2015-05-131-0/+18
* rename __gen_ocl_simd_any/all to sub_group_any/allGuo Yejun2015-05-124-27/+27
* rename __gen_ocl_get_simd_id/size to get_sub_group_id/sizeGuo Yejun2015-05-124-13/+13
* add utest for __gen_ocl_get_simd_idGuo Yejun2015-04-241-0/+8