summaryrefslogtreecommitdiff
path: root/kernels
AgeCommit message (Expand)AuthorFilesLines
2017-07-12add utest compiler_block_motion_estimate_intel for extension cl_intel_device_...Luo Xionghu1-0/+76
2017-07-12add utest compiler_skip_check for extension cl_intel_device_side_avc_motion_e...Luo Xionghu1-0/+53
2017-07-12add utest compiler_intra_prediction for extenstion cl_intel_device_side_avc_m...Luo Xionghu1-0/+91
2017-07-06utests: add utest for fdiv to rcprander1-0/+8
2017-06-16Utset: Add test case for cl_intel_required_subgroup_size extensionPan Xiuli1-0/+5
2017-06-09utests: added for optimization negativeAddrander1-0/+4
2017-06-09utests: add utest for sqrt-div optimizationrander1-0/+8
2017-05-04utest: modify compiler_if_else to not rely on compiler behaviour.Ruiling Song1-2/+0
2017-04-13utest: fix image qualifier of compiler_fill_gl_image test.Yang Rong1-1/+1
2017-03-23clang 3.9 will report error when use read_write in OpenCL-1.2.Luo Xionghu1-1/+1
2017-03-13cl_intel_media_block_io WRITE related unit tests.Luo Xionghu1-0/+102
2017-03-13cl_intel_media_block_io READ related unit tests.Luo Xionghu1-0/+115
2017-03-13add utest for extension intel_planar_yuv.Luo Xionghu1-0/+24
2017-02-10Add example of using cl_khr_gl_sharing to do gl buffer sharing.Chuanbo Weng1-0/+15
2016-12-30OCL20: add device enqueue test case.Yang, Rong R1-0/+18
2016-11-08GBE: handle ConstantExpr in program-scope variable handling.Ruiling Song1-1/+10
2016-11-08libocl: Refine return type of workitem built-in functionsPan Xiuli1-0/+0
2016-11-08Utest: Add pipe related testPan Xiuli1-0/+117
2016-11-08utest: add atomic opencl-2.0 case to test api.Yang Rong1-0/+53
2016-11-08utest: add generic atomic test.Luo Xionghu1-0/+33
2016-11-08Utest: add a test case for built-in ctz functionPan Xiuli1-0/+16
2016-11-08GBE: Implement new constant solution for ocl2Ruiling Song1-0/+68
2016-11-08utest: add generic pointer testRuiling Song1-0/+33
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