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][ESIMD] Use correct execSize in LSC functions (#11140)
It seemed to work before, but after
cc3fd43
where we started to use execSize for the mask size, we hit a compile
time assert because we try to make a 0-length mask.
This is locked down with existing tests, but they run on PVC only. I
manually confirmed this fixes it.
---------
Signed-off-by: Sarnie, Nick <[email protected]>
0 commit comments