-
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
[VTA][Relay] Relay Compilation + AutoTVM compatible operator libraries for VTA #3135
Conversation
f0a5472
to
804a55f
Compare
aa10d33
to
a02050d
Compare
Extending the scope of this PR: in addition to AutoTVM support of VTA TOPI operators, we are working on making Relay to VTA compilation work on off-the-shelf Gluon models. |
7e4bc5a
to
4a30921
Compare
4a92032
to
12ae5ae
Compare
0d0334f
to
03875c0
Compare
@tqchen @vinx13 @merrymercy please let me know if there are other changes that you'd like to request |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
some minor
@tqchen let me know if I've addressed the changes you requested |
Thanks, @merrymercy @vinx13 @ZihengJiang @tmoreau89 , this PR is now merged |
* [Relay][Quantization] Fix issue introduced in #3135 * Recover StopFusion * Fix fmultiref * Fix lint
* [Relay][Quantization] Fix issue introduced in apache#3135 * Recover StopFusion * Fix fmultiref * Fix lint
* [Relay][Quantization] Fix issue introduced in apache#3135 * Recover StopFusion * Fix fmultiref * Fix lint
EDIT: this PR has grown to include front-end support with Relay of VTA. Support for quantization, graph packing, and topi operator support are now grouped in this rather sizeable PR. In terms of operator coverage, group_conv2d and conv2d_transpose will be added in later PRs.