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
[Matrix][SYCL] Add explicit conversion in wi_element when it is necessary (#5279)
Previously, there was a potential issue of deduced conflicting types because we didn't take integral promotion into consideration
Now, we add explicit conversion where integral promotion might happen to avoid such issues to appear.
0 commit comments