Commit f52b2615 authored by Jesse Gross's avatar Jesse Gross Committed by Jesse Gross
Browse files

kvcache: Set context for shift offsets

parent 25f9b152
...@@ -545,7 +545,7 @@ func (c *Causal) shift(seq int, beginIndex, offset int32) error { ...@@ -545,7 +545,7 @@ func (c *Causal) shift(seq int, beginIndex, offset int32) error {
} }
} }
kShift, err := ctx.FromIntSlice(offsets, len(offsets)) kShift, err := ctx.Input().FromIntSlice(offsets, len(offsets))
if err != nil { if err != nil {
return err return err
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment