-
Notifications
You must be signed in to change notification settings - Fork 7
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 DecomposeMultiDimSqueeze callback failure #52
Fix DecomposeMultiDimSqueeze callback failure #52
Conversation
@meenakshiramanathan1 can you provide a bit more context to this PR. Here are few questions I'm interested in:
|
Here non_zero is mapped to argwhere which was one of the cases which was tried, so if we want to test this out further , argwhere op tvm decomposition should be brought in. Before fix , graps are dumped till relay passes.
|
Thanks for the details! We're pushing the effort on outlining what and how our indexing should work.
Can you send actually screenshot of the graph? I'm interested in graph structure changes, rather than compile depth. |
I will send this information. |
396ac87
to
8f67e84
Compare
8f67e84
to
3e17dbe
Compare
Fixes #642