-
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][Compilation] replace relay.build_module with C++ BuildModule #3174
Conversation
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.
lgtm
Need a few more reviews. @jroesch can you manage this PR? |
Yes I can, I was waiting for everyone to take some review passes. cc @antinucleon can you take a look as well? EDIT: never mind I see that you approved 👍 |
This results in a runtime message: |
This PR ports the relay.build_module from Python to using C++ APIs developed in #3082. Some Python codes are still needed, like AutoTVM related ones. In addition, some fp16 tests are added.
@antinucleon @jroesch @wweic @MarisaKirisame @tqchen