Skip to content

Commit ec3890c

Browse files
PiotrFusikZuul
authored andcommitted
Fix cl_khr_subgroup_clustered_reduce.
Change-Id: I4558016829c724ddc271e00e90c2c1dc3d0488a6
1 parent 950adde commit ec3890c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IGC/BiFModule/Languages/OpenCL/IBiF_Reduce_Scan.cl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ INLINE type OVERLOADABLE sub_group_clustered_##group_type##_##operation(type x,
420420
DEFN_SUB_GROUP_NON_UNIFORM_OPERATION(type, op_name, new_name, abbr_type, reduce, GroupOperationReduce) \
421421
DEFN_SUB_GROUP_NON_UNIFORM_OPERATION(type, op_name, new_name, abbr_type, scan_inclusive, GroupOperationInclusiveScan) \
422422
DEFN_SUB_GROUP_NON_UNIFORM_OPERATION(type, op_name, new_name, abbr_type, scan_exclusive, GroupOperationExclusiveScan) \
423-
DEFN_SUB_GROUP_NON_UNIFORM_CLUSTERED_OPERATION(type, op_name, new_name, abbr_type, reduce, GroupOperationReduce)
423+
DEFN_SUB_GROUP_NON_UNIFORM_CLUSTERED_OPERATION(type, op_name, new_name, abbr_type, reduce, GroupOperationClusteredReduce)
424424

425425
// ARITHMETIC OPERATIONS
426426

0 commit comments

Comments
 (0)