Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
This comment was removed by aartbik.
mlir/lib/Dialect/SparseTensor/Transforms/Sparsification.cpp | ||
---|---|---|
1196 | Good question, I should assert(false) here, it should have been rejected... But that code is in the upcoming patch (see D138171) // TODO: support compound affine expression on sparse output. if (getNumCompoundAffineOnSparseDims(op.getMatchingIndexingMap(lhs), lhs->get()) != 0) return false; |
mlir/lib/Dialect/SparseTensor/Transforms/Sparsification.cpp | ||
---|---|---|
1196 | then it is ok, since that will go in shortly too ;-) |
what does it mean if we reach here?