We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2356a38 commit 9735a54Copy full SHA for 9735a54
mlir/lib/Dialect/SparseTensor/Pipelines/SparseTensorPipelines.cpp
@@ -32,6 +32,7 @@
32
void mlir::sparse_tensor::buildSparsifier(
33
OpPassManager &pm, const SparsifierOptions &options) {
34
// Rewrite named linalg ops into generic ops.
35
+
36
pm.addNestedPass<func::FuncOp>(createLinalgGeneralizationPass());
37
38
// Sparsification and bufferization mini-pipeline.
0 commit comments