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
Currently handing off processing to a Python-based program requires writing/reading a text-based MLIR dump. This is clumsy, slow and involves additional parsing. Any parser needs to formally define QSSC-specific dialects.
In the ideal case, the AST/IR tree could be walked from a Python program.
Additional info
This issue exists to track the downstream vendor Python stack interaction, and to enable us to post links to someplace. In case this is premature or a better location exists, please notify and close.
The text was updated successfully, but these errors were encountered:
Running qss-compiler 128c937
Currently handing off processing to a Python-based program requires writing/reading a text-based MLIR dump. This is clumsy, slow and involves additional parsing. Any parser needs to formally define QSSC-specific dialects.
In the ideal case, the AST/IR tree could be walked from a Python program.
Additional info
This issue exists to track the downstream vendor Python stack interaction, and to enable us to post links to someplace. In case this is premature or a better location exists, please notify and close.
The text was updated successfully, but these errors were encountered: