Commit e4c3746f authored by Matthias Springer's avatar Matthias Springer
Browse files

[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
Supports Markdown
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