This exposed a missing type conversion for codegen
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_insert_1d.mlir | ||
---|---|---|
65 | Just FYI at the moment. We break here because (1) bufferization copy |
mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_insert_1d.mlir | ||
---|---|---|
70 | You forget a sparse_tensor.load %7 here |
mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_insert_1d.mlir | ||
---|---|---|
70 | I sure did! |
Comment Actions
rebased with main, added NOE usage
(note that this of course still needs the 1:N conversion)
Just FYI at the moment. We break here because
(1) bufferization copy
(2) SCF.for does not allow 1:N type conversions yet