Skip to content
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

Fix graph partitioner when multiple MLIROp instances go side-by-side #157

Merged
merged 1 commit into from
Jul 30, 2024

Conversation

slyalin
Copy link
Owner

@slyalin slyalin commented Jul 29, 2024

Also fixed missing return statement in is_dubug function.
It should fix addmm pytorch layer tests (but the final graph form is not what we want to have -- due to ConvertLike ops that break the graph into multiple parts -- will be addressed later).

@adam-smnk
Copy link
Collaborator

For me, tests run and gracefully fail on mlir branch but crash with this PR.
Maybe my build is dirty?
Anyway +1 on the missing return.

@slyalin
Copy link
Owner Author

slyalin commented Jul 30, 2024

For me, tests run and gracefully fail on mlir branch but crash with this PR. Maybe my build is dirty? Anyway +1 on the missing return.

Are you running without TPP (OV_MLIR_TPP=OFF env var)? With TPP it is expected to fail in Python.

@adam-smnk
Copy link
Collaborator

Are you running without TPP (OV_MLIR_TPP=OFF env var)?

Spot on, I didn't. Works fine with that.

@slyalin slyalin merged commit 2a646fb into mlir Jul 30, 2024
14 of 30 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants