We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c014e5 commit 4c9f7b6Copy full SHA for 4c9f7b6
mlir/test/python/dialects/transform.py
@@ -63,7 +63,7 @@ def testSequenceOp(module: Module):
63
def testNamedSequenceOp(module: Module):
64
module.operation.attributes["transform.with_named_sequence"] = UnitAttr.get()
65
named_sequence = transform.NamedSequenceOp(
66
- "__transform_main",
+ '__transform_main',
67
[transform.AnyOpType.get()],
68
69
)
0 commit comments