-
Notifications
You must be signed in to change notification settings - Fork 0
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
op-by-op SHLO compiler #203
Comments
The way to install stablehlo is:
The way to use stablehlo is:
|
Hi @AleksKnezevic This is the basic implementation so far:
I had a few questions:
|
This looks great so far @ddilbazTT!
We should refactor
I think we can use the existing classes and just have a separate compile depth for shlo_op_by_op.
The goal here is to bring up a shlo graph in ttnn, so if an op doesn't compile, we mark it as such and go onto the next op. |
Please crate some infrastructure to compile a stableHLO graph op-by-op through tt-mlir.
The text was updated successfully, but these errors were encountered: