-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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][Transform] quantize opt passes to pass manager #3289
Conversation
@tqchen Should I keep the quantize related two passes in the quantize namespace and |
Otherwise looks good to me, we should get @ZihengJiang and @tqchen to sign off. |
Let us not put them into the c++ for now, but just uses the pass infra in the python now. |
@ZihengJiang PTAL. Thanks. |
7952621
to
0338ed6
Compare
LGTM! Could you resolve the conflicts and do the merge? |
@ZihengJiang rebased. I don't have the permission to merge. Could you or @jroesch merge it? Thanks. |
Thanks, @zhiics @ZihengJiang @jroesch , this PR is now merged |
#3273
This PR moves optimizations in
quantize.py
to the pass manager, i.e. the sequence of passes are moved toSequential
.cc @tqchen @vinx13 @ZihengJiang @jroesch @MarisaKirisame