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
[Mosaic GPU] Fix a bug with transform inference of subview in the presence of dynamic offsets.
The old code incorrectly started counting the dynamic offsets from 0 while processing the tiled dimensions. This only works if there are no dynamic offsets in the non-tiled dimensions. Otherwise, the logic will index into the wrong offset.
PiperOrigin-RevId: 802047327
0 commit comments