Skip to content

Commit 5535e48

Browse files
authored
[mlir][sparse] Capitalize class comment (llvm#72436)
1 parent 5809061 commit 5535e48

File tree

1 file changed

+1
-1
lines changed
  • mlir/test/Integration/Dialect/SparseTensor/python/tools

1 file changed

+1
-1
lines changed

mlir/test/Integration/Dialect/SparseTensor/python/tools/sparsifier.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212

1313
class Sparsifier:
14-
"""sparsifier class for compiling and building MLIR modules."""
14+
"""Sparsifier class for compiling and building MLIR modules."""
1515

1616
def __init__(self, options: str, opt_level: int, shared_libs: Sequence[str]):
1717
pipeline = f"builtin.module(sparsifier{{{options} reassociate-fp-reductions=1 enable-index-optimizations=1}})"

0 commit comments

Comments
 (0)