summaryrefslogtreecommitdiff
path: root/kernels/compiler_reqd_sub_group_size.cl
blob: 0ce70e9c5f3f49231153fca04ab0a7d10caa832b (plain)
1
2
3
4
5
__attribute__((intel_reqd_sub_group_size(SIMD_SIZE)))
__kernel void compiler_reqd_sub_group_size(global int* src)
{

}