Skip to content

Commit 2356a38

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

File tree

1 file changed

+2
-4
lines changed
  • mlir/include/mlir/Dialect/SparseTensor/Pipelines

1 file changed

+2
-4
lines changed

mlir/include/mlir/Dialect/SparseTensor/Pipelines/Passes.h

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ namespace sparse_tensor {
2727
/// a subset of the options that can be set for the underlying passes,
2828
/// because it must be manually kept in sync with the tablegen files
2929
/// for those passes.
30-
struct SparsifierOptions
31-
: public PassPipelineOptions<SparsifierOptions> {
30+
struct SparsifierOptions : public PassPipelineOptions<SparsifierOptions> {
3231
// These options must be kept in sync with `SparsificationBase`.
3332
// TODO(57514): These options are duplicated in Passes.td.
3433
PassOptions::Option<mlir::SparseParallelizationStrategy> parallelization{
@@ -168,8 +167,7 @@ struct SparsifierOptions
168167
/// is the standard pipeline for taking sparsity-agnostic IR using
169168
/// the sparse-tensor type and lowering it to LLVM IR with concrete
170169
/// representations and algorithms for sparse tensors.
171-
void buildSparsifier(OpPassManager &pm,
172-
const SparsifierOptions &options);
170+
void buildSparsifier(OpPassManager &pm, const SparsifierOptions &options);
173171

174172
/// Registers all pipelines for the `sparse_tensor` dialect. At present,
175173
/// this includes only "sparsifier".

0 commit comments

Comments
 (0)