summaryrefslogtreecommitdiff
path: root/kernels/compiler_subgroup_scan_exclusive.cl
Commit message (Collapse)AuthorAgeFilesLines
* Utest: Add test case for sub group short builtin functionsPan Xiuli2016-11-031-0/+36
| | | | | Signed-off-by: Pan Xiuli <xiuli.pan@intel.com> Reviewed-by: Yang Rong <rong.r.yang@intel.com>
* Utest: Add test for half type subgroup functionsPan Xiuli2016-08-311-0/+19
| | | | | | | | | Check if device support subgroup and half first, use build options to hide code for unsported device. V2: Fix half part test case for utest multithread. Signed-off-by: Pan Xiuli <xiuli.pan@intel.com> Reviewed-by: Yang Rong <rong.r.yang@intel.com>
* Utest: Add test case for sub_group functionsPan Xiuli2016-06-131-0/+98
Long type need to be fixed before gen8, so hide them now. Signed-off-by: Pan Xiuli <xiuli.pan@intel.com> Reviewed-by: Yang Rong <rong.r.yang@intel.com>