[mlir][linalg][bufferize] Fix elementwise access optimization for sparse tensors
`linalg.generic` ops with sparse tensors do not necessarily bufferize to element-wise access, because insertions into a sparse tensor may change the layout of (or reallocate) the underlying sparse data structures.
parent
c09b6fac
Please register or sign in to comment