Skip to content

Commit eed108a

Browse files
committed
refine format
1 parent 561c17b commit eed108a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

libclc/libspirv/lib/amdgcn-amdhsa/group/collectives.cl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -378,8 +378,7 @@ long __clc__3d_to_linear_local_id(ulong3 id) {
378378
_CLC_DEF _CLC_OVERLOAD _CLC_CONVERGENT TYPE __spirv_GroupBroadcast( \
379379
int scope, TYPE x, ulong local_id) { \
380380
if (scope == Subgroup) { \
381-
return __spirv_SubgroupShuffleINTEL( \
382-
x, local_id); \
381+
return __spirv_SubgroupShuffleINTEL(x, local_id); \
383382
} \
384383
bool source = (__spirv_LocalInvocationIndex() == local_id); \
385384
__local TYPE *scratch = __CLC_APPEND(__clc__get_group_scratch_, TYPE)(); \

0 commit comments

Comments
 (0)