You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(mlir): remove text round-trip from finalize_module
The round-trip serialized the MLIR module to text and re-parsed it to
promote dictionary attributes to inherent properties. The patched
melior-macro now sets ODS attributes as inherent from the start,
making the round-trip unnecessary.
0 commit comments