Skip to content

Commit 49d4130

Browse files
npmillerbader
andauthored
Update libclc/amdgcn-amdhsa/libspirv/workitem/get_max_sub_group_size.cl
Co-authored-by: Alexey Bader <[email protected]>
1 parent f324e44 commit 49d4130

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

libclc/amdgcn-amdhsa/libspirv/workitem/get_max_sub_group_size.cl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ extern constant unsigned char __oclc_wavefrontsize64;
1717
_CLC_DEF _CLC_OVERLOAD uint __spirv_SubgroupMaxSize() {
1818
if (__oclc_wavefrontsize64 == 1) {
1919
return 64;
20-
} else {
21-
return 32;
2220
}
21+
return 32;
2322
}

0 commit comments

Comments
 (0)