diff --git a/python/mpact/mpactbackend.py b/python/mpact/mpactbackend.py index 3c14e4e..425413a 100644 --- a/python/mpact/mpactbackend.py +++ b/python/mpact/mpactbackend.py @@ -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)",