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

[relay][vm] move vm opt passes to pass manager #3323

Merged
merged 1 commit into from
Jun 11, 2019

Conversation

zhiics
Copy link
Member

@zhiics zhiics commented Jun 9, 2019

This PR moves the optimization passes in the VM to the pass manager.

InlinePrimitives and LambdaLift passes are slightly modified to directly implement as ModulePass since they are typical module-level optimizations.

CC @jroesch @wweic @icemelon9 @tqchen

@jroesch
Copy link
Member

jroesch commented Jun 11, 2019

Looks good to me!

@jroesch jroesch merged commit 70041c4 into apache:master Jun 11, 2019
@zhiics zhiics deleted the vm_to_pm branch June 11, 2019 01:08
wweic pushed a commit to wweic/tvm that referenced this pull request Jun 26, 2019
wweic pushed a commit to neo-ai/tvm that referenced this pull request Jun 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants