[MLIR] Fix for commit 0f2ec35
authorChristian Sigg <csigg@google.com>
Tue, 6 Sep 2022 10:52:37 +0000 (12:52 +0200)
committerChristian Sigg <csigg@google.com>
Tue, 6 Sep 2022 10:53:58 +0000 (12:53 +0200)
Fix incorrectly formatted python file.

mlir/test/Integration/Dialect/SparseTensor/python/test_SDDMM.py

index b5cbade..4a612c9 100644 (file)
@@ -140,9 +140,8 @@ def main():
         ir.AffineMap.get_permutation([0, 1]),
         ir.AffineMap.get_permutation([1, 0])
     ]
-    vec_strategy = [
-          'none', 'dense-inner-loop'
-        ]for level in levels:
+    vec_strategy = ['none', 'dense-inner-loop']
+    for level in levels:
       for ordering in orderings:
         for pwidth in [32]:
           for iwidth in [32]: