[mlir][sparse] add a forwarding insertion to SparseTensorStorage (#68939)
This commit is contained in:
@@ -596,7 +596,7 @@ public:
|
||||
ConversionPatternRewriter &rewriter) const override {
|
||||
if (op.getHasInserts()) {
|
||||
// Finalize any pending insertions.
|
||||
StringRef name = "endInsert";
|
||||
StringRef name = "endLexInsert";
|
||||
createFuncCall(rewriter, op->getLoc(), name, {}, adaptor.getOperands(),
|
||||
EmitCInterface::Off);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user