Yes definitely useful to have! might save a lot of hacks/workarounds that would
otherwise needed to get the same functionality. Also cc : @spectrometerHBH
@merrymercy
---
[Visit Topic](https://discuss.tvm.apache.org/t/creating-store-at-in-tvm/8083/2)
to respond.
You are receiving this be
Halide provides the scheduling primitive `store_at` (as well as `store_root`)
to move where the storage of a tensor happens independent of the compute. This
is very useful for when we want to make use of the sliding window optimization
and create rolling buffers - both of which can be critical