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 fusion bug when call symbol that is not an operator. #2630

Merged
merged 2 commits into from
Feb 20, 2019

Conversation

jroesch
Copy link
Member

@jroesch jroesch commented Feb 20, 2019

Arnaud ran into this issue while trying to use Relay.

Previously fusion did not properly update non-operator expressions in the call position.

This is one potential fix to this case in fusion. I think we should discuss data-flow/ssa style vs. functional in this pass.

cc @tqchen @abergeron

@tqchen tqchen merged commit 79abd2c into apache:master Feb 20, 2019
@yzhliu yzhliu mentioned this pull request Mar 2, 2019
28 tasks
wweic pushed a commit to neo-ai/tvm that referenced this pull request Mar 9, 2019
@jroesch jroesch deleted the fix-myia-fusion-reg branch February 4, 2021 04:39
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