-
Notifications
You must be signed in to change notification settings - Fork 609
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
Transform dialect custom dispatches make util.func instead of flow.dispatch which seems to run into trouble for slightly complex case #17327
Comments
FYI @MaheshRavishankar |
nirvedhmeshram
changed the title
Transform dialect custom dispactches make util.func instead of flow.dispatch which seems to run into trouble for real models
Transform dialect custom dispactches make util.func instead of flow.dispatch which seems to run into trouble for slightly complex case
May 9, 2024
nirvedhmeshram
changed the title
Transform dialect custom dispactches make util.func instead of flow.dispatch which seems to run into trouble for slightly complex case
Transform dialect custom dispatches make util.func instead of flow.dispatch which seems to run into trouble for slightly complex case
May 9, 2024
bangtianliu
pushed a commit
to bangtianliu/iree
that referenced
this issue
Jun 5, 2024
…iree-org#17331) Adds an inliner pass that fixes iree-org#17327 Adds a mlp_spec transform dialect script that just matches matmuls and tests it on the existing two matmul linalg payload IR.
LLITCHEV
pushed a commit
to LLITCHEV/iree
that referenced
this issue
Jul 30, 2024
…iree-org#17331) Adds an inliner pass that fixes iree-org#17327 Adds a mlp_spec transform dialect script that just matches matmuls and tests it on the existing two matmul linalg payload IR. Signed-off-by: Lubo Litchev <lubol@google.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In this gist
See the transform_output.mlir and pdl_output.mlir,
It appears the transform output runs into the error with expecting particular type of stream buffers
Here is a full IR dump as well.
The text was updated successfully, but these errors were encountered: