summaryrefslogtreecommitdiff
path: root/utests/compiler_subgroup_buffer_block_read.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Utest: Add subgroup block read/write ushort test casePan Xiuli2016-11-031-12/+61
| | | | | | | | Add ushort block read/write for buffer and image. Refine uint block read/write with suffix _ui. Signed-off-by: Pan Xiuli <xiuli.pan@intel.com> Reviewed-by: Yang Rong <rong.r.yang@intel.com>
* Utest: Add check for cl_intel_subgroups extension testsPan Xiuli2016-07-151-1/+9
| | | | | | | | | | 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 tset case for block read/write bufferPan Xiuli2016-06-131-0/+194
V2: Rename test case to buffer block read/write test Signed-off-by: Pan Xiuli <xiuli.pan@intel.com> Reviewed-by: Yang Rong <rong.r.yang@intel.com>