Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SYCL] Restore the correct initialization for _statically_coalesce_val (
intel#4206) Patch intel#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 intel#4014 it was change accidentally to ``` _GetValue<statically_coalesce_impl<0>, _mem_access_params...>::value; ``` Restoring the right value.
- Loading branch information