This is to allow the use of a nop convert to express that the sparse tensor
allocated through bufferization::AllocTensorOp will be expanded to sparse
tensor storage by sparse tensor codegen.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/lib/Dialect/SparseTensor/Transforms/SparseTensorCodegen.cpp | ||
---|---|---|
724 | we now have a difference between codegen ("folded") and conversion (not "folded"). | |
mlir/test/Dialect/SparseTensor/fold.mlir | ||
4–5 | please remove this test completely from this file |
we now have a difference between codegen ("folded") and conversion (not "folded").
You probably want to add it to conversion too as new case (and test), so we are consistent again