Skip to content

Commit

Permalink
address comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
Peiming Liu committed Jun 28, 2024
1 parent 1f7307a commit 977c39f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/mpact/mpactbackend.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ def invoke(*args):
+ ",".join(
[
"func.func(linalg-generalize-named-ops)",
# Run pre sparsification pass to fused convert/cast op into
# Run pre-sparsification pass to fuse convert/cast op into
# producer as they might hinder kernel fusions.
"pre-sparsification-rewrite",
"func.func(linalg-fuse-elementwise-ops)",
Expand Down

0 comments on commit 977c39f

Please sign in to comment.