File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
IGC/BiFModule/Languages/OpenCL Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6137,8 +6137,8 @@ void __attribute__((overloadable)) intel_sub_group_block_write2( __global uin
6137
6137
void __attribute__((overloadable )) intel_sub_group_block_write4 ( __global uint * p , uint4 data );
6138
6138
void __attribute__((overloadable )) intel_sub_group_block_write8 ( __global uint * p , uint8 data );
6139
6139
6140
- #ifdef __opencl_c_images
6141
6140
#ifdef cl_intel_subgroups_half
6141
+ #ifdef __opencl_c_images
6142
6142
ushort __attribute__((overloadable )) intel_sub_group_block_read_half (read_only image2d_t image , int2 coord );
6143
6143
ushort2 __attribute__((overloadable )) intel_sub_group_block_read2_half (read_only image2d_t image , int2 coord );
6144
6144
ushort4 __attribute__((overloadable )) intel_sub_group_block_read4_half (read_only image2d_t image , int2 coord );
@@ -6404,8 +6404,8 @@ void __attribute__((overloadable)) intel_sub_group_block_write_uc16(__global
6404
6404
6405
6405
#endif // cl_intel_subgroups_char
6406
6406
6407
- #ifdef __opencl_c_images
6408
6407
#ifdef cl_intel_subgroups_long
6408
+ #ifdef __opencl_c_images
6409
6409
ulong __attribute__((overloadable )) intel_sub_group_block_read_ul (read_only image2d_t image , int2 coord );
6410
6410
ulong2 __attribute__((overloadable )) intel_sub_group_block_read_ul2 (read_only image2d_t image , int2 coord );
6411
6411
ulong4 __attribute__((overloadable )) intel_sub_group_block_read_ul4 (read_only image2d_t image , int2 coord );
You can’t perform that action at this time.
0 commit comments