Skip to content

Commit

Permalink
Drop spurious debug spew.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 278023371
  • Loading branch information
Nicolas Vasilache authored and tensorflower-gardener committed Nov 1, 2019
1 parent 68cfc89 commit 9fc1772
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mlir/lib/Dialect/Linalg/Transforms/LinalgTransforms.cpp
Expand Up @@ -41,7 +41,6 @@ static LogicalResult tileLinalgOpAndSetMarker(PatternRewriter &rewriter,
return failure();
tileRes->op.setAttr(kLinalgTransformMarker,
rewriter.getStringAttr(linalgMarker));
tileRes->op.getParentOfType<FuncOp>().dump();
return success();
}

Expand Down Expand Up @@ -74,7 +73,6 @@ static LogicalResult tileAndFuseLinalgOpAndSetMarker(PatternRewriter &rewriter,
// The originalProducer can now be safely erased. This is similar to SSA-value
// use-def but in the world of buffer + structured ops.
rewriter.eraseOp(fusionRes->originalProducer);
fusionRes->fusedProducer.getParentOfType<FuncOp>().dump();
return success();
}

Expand Down

0 comments on commit 9fc1772

Please sign in to comment.