You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error: 28: Structure id 10 decorated as Block for variable in StorageBuffer storage class must follow relaxed storage buffer layout rules: member 0 contains an array with stride 1 not satisfying alignment to 4
%_struct_10 = OpTypeStruct %_runtimearr_uint
Build Status: -2Build Log: clvk-RoBPoh/source.cl:22:1: warning: null character ignored
22 | <U+0000>
| ^
clvk-RoBPoh/source.cl:22:2: warning: no newline at end of file
22 | <U+0000>
| ^
changing __global char* type to __global int* resolves the issue.
The text was updated successfully, but these errors were encountered:
it generates the following error
The text was updated successfully, but these errors were encountered: