-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Load system desc pass #132
Comments
Part of this issue will be to include default pass for all variables in the Flatbuffer |
tapspatel
modified the milestones:
[TTRT - 0] Flatbuffer and Debug tooling,
[TTRT - 1] Flatbuffer and debugging
Aug 2, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Create a load system desc pass for loading system descs from disk into the compiler:
include/ttmlir/Dialect/TTIR/Passes.td
:The pass itself can be something like:
This way tests can just run
--ttir-load-system-desc
with nopath
argument and get the default system desc, which is just an 8x8 WH system.The text was updated successfully, but these errors were encountered: