summaryrefslogtreecommitdiff
path: root/utests/builtin_max_sub_group_size.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Utest: Add check for cl_intel_subgroups extension testsPan Xiuli2016-07-151-1/+3
| | | | | | | | | | These tests can only run with cl_intel_subgroups extension, add check before runing the tests. Also refine the call of the extension API with function pointer. V2: Use clGetExtensionFunctionAddress to get extension API function Signed-off-by: Pan Xiuli <xiuli.pan@intel.com> Reviewed-by: Yang Rong <rong.r.yang@intel.com>
* Utest: Add subgroup work item test casesPan Xiuli2016-06-131-0/+60
Signed-off-by: Pan Xiuli <xiuli.pan@intel.com> Reviewed-by: Yang Rong <rong.r.yang@intel.com>