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
[XLA:TPU] Fixes a bug in synchronous memory call ops conversion to async in memory space assignment. The bug showed up when the consumer of a replaced sync instruction is consumed multiple times by the same instruction.
The issue was that the algorithm was not using the correct allocation sequence when dealing with such repeated consumer instructions.
This CL fixes the bug by using the correct allocation sequence.
PiperOrigin-RevId: 691265175
0 commit comments