An inverse operation of sparse_tenosr::pack
Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
| mlir/include/mlir/Dialect/SparseTensor/IR/SparseTensorOps.td | ||
|---|---|---|
| 61 | please rebase with the Pure and doc change before this | |
| 85 | yeah, new example coming up ;-) | |
| 110 | indice -> indices | |
| 111 | an integer | |
| 114 | an unpacked | |
| 114 | E.g. on next line | |
| 117 | I would formulate this differently: The unpack operation ends the life time of the sparse tensor, and using this after the unpack is undefined behavior | |
| 122 | use 1.1 and 5.5 or so to make it jump out | |
| mlir/lib/Dialect/SparseTensor/IR/SparseTensorDialect.cpp | ||
| 623 | this error will be bit generic when it happens how about just, must operate on a COO tensor | |
| 623 | do we have an invalid.mlir for this? | |
| mlir/lib/Dialect/SparseTensor/IR/SparseTensorDialect.cpp | ||
|---|---|---|
| 623 | must operate (no s) | |
please rebase with the Pure and doc change before this