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
[SYCL] Restore the correct initialization for _statically_coalesce_val (#4206)
Patch #3957 introduces
`_statically_coalesce_val` in fpga_lsu.cpp like this:
```
_GetValue<statically_coalesce_impl<1>, _mem_access_params...>::value;
```
During merge conflict resolution in
#4014 it was change accidentally to
```
_GetValue<statically_coalesce_impl<0>, _mem_access_params...>::value;
```
Restoring the right value.
0 commit comments