Skip to content

Commit 9735a54

Browse files
committed
fixed git formatting errors
1 parent 2356a38 commit 9735a54

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mlir/lib/Dialect/SparseTensor/Pipelines/SparseTensorPipelines.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
void mlir::sparse_tensor::buildSparsifier(
3333
OpPassManager &pm, const SparsifierOptions &options) {
3434
// Rewrite named linalg ops into generic ops.
35+
3536
pm.addNestedPass<func::FuncOp>(createLinalgGeneralizationPass());
3637

3738
// Sparsification and bufferization mini-pipeline.

0 commit comments

Comments
 (0)