Introduces a conversion from one (sparse) tensor type to another
(sparse) tensor type. See the operation doc for details. Actual
codegen for all cases is still TBD.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/include/mlir/Dialect/SparseTensor/IR/SparseTensorOps.td | ||
---|---|---|
59 | It can also convert from dense to sparse and sparse to dense right? The summary should be updated too. |
mlir/include/mlir/Dialect/SparseTensor/IR/SparseTensorOps.td | ||
---|---|---|
59 | The explanation below talks about sparse vs non-sparse, but I tried to make it a bit more clear in description |
It can also convert from dense to sparse and sparse to dense right? The summary should be updated too.