Skip to content

Commit 3f3df77

Browse files
authored
[SYCL][HIP] Fix libclc typo (#10657)
A small part of intel/llvm#10656 that can be cherry picked more easily
1 parent 292801c commit 3f3df77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ __CLC_SUBGROUP_COLLECTIVE(FMax, __CLC_MAX, float, f, -INFINITY)
150150
__CLC_SUBGROUP_COLLECTIVE(FMax, __CLC_MAX, double, d, -INFINITY)
151151

152152
__CLC_SUBGROUP_COLLECTIVE(All, __CLC_AND, bool, a, true)
153-
__CLC_SUBGROUP_COLLECTIVE(Any, __CLC_OR, bool, a, true)
153+
__CLC_SUBGROUP_COLLECTIVE(Any, __CLC_OR, bool, a, false)
154154

155155
#undef __CLC_SUBGROUP_COLLECTIVE_BODY
156156
#undef __CLC_SUBGROUP_COLLECTIVE

0 commit comments

Comments
 (0)