[XLA] Doc change: the invariant that GetBufferAlias is always non-empty no longer holds.
With in-place slices, we can have:
X = slice(Y)
Where the buffer for Y has aliases {X, Y}, and the buffer for X has no aliases.
PiperOrigin-RevId: 180875794
Loading
Please sign in to comment