We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0a9e7f commit a8fcf40Copy full SHA for a8fcf40
libclc/clc/lib/amdgcn/workitem/clc_get_local_size.cl
@@ -17,6 +17,6 @@ _CLC_OVERLOAD _CLC_DEF size_t __clc_get_local_size(uint dim) {
17
case 2:
18
return __builtin_amdgcn_workgroup_size_z();
19
default:
20
- return 0;
+ return 1;
21
}
22
0 commit comments