-
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
[TVMScript] Script namespace changes #9115
Conversation
4e7784f
to
a0c3cf1
Compare
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.
Overall this looks good. I think I managed to read through all the files :). There's a couple of small changes that would be good to have. And I'd also like to understand why are change the return value of tvm.script.ir_module
.
Thanks @Hzfengsy for the hard work, greatly improving the TVMScript syntax! Let's move quickly, address comments and get this PR merged :-) |
b3b3287
to
67c2016
Compare
d49d531
to
f1cf815
Compare
Co-authored-by: Junru Shao <[email protected]> Co-authored-by: Zihao Ye <[email protected]> Co-authored-by: Tristan Konolige <[email protected]>
f1cf815
to
d489f5b
Compare
Caused by apache#8469 being stale on merge when apache#9115 had changed the namespace for `tvm.script`.
Seeing: ``` ERROR: Could not find a version that satisfies the requirement sphinx-gallery==0.4.1 (from versions: 0.0.4, 0.0.5, 0.0.6, 0.0.7, 0.0.8, 0.0.10, 0.0.11.post1, 0.1.0, 0.1.1, 0.1.2, 0.1.3, 0.1.4, 0.1.5, 0.1.6, 0.1.7, 0.1.8, 0.1.9, 0.1.10, 0.1.11, 0.1.12, 0.1.13, 0.2.0, 0.3.0, 0.3.1, 0.4.0, 0.5.0, 0.6.0, 0.6.1, 0.6.2, 0.7.0, 0.8.0, 0.8.1, 0.8.2, 0.9.0, 0.10.0) ERROR: No matching distribution found for sphinx-gallery==0.4.1 ``` This was changed in apache#9115
Caused by apache#8469 being stale on merge when apache#9115 had changed the namespace for `tvm.script`.
Seeing: ``` ERROR: Could not find a version that satisfies the requirement sphinx-gallery==0.4.1 (from versions: 0.0.4, 0.0.5, 0.0.6, 0.0.7, 0.0.8, 0.0.10, 0.0.11.post1, 0.1.0, 0.1.1, 0.1.2, 0.1.3, 0.1.4, 0.1.5, 0.1.6, 0.1.7, 0.1.8, 0.1.9, 0.1.10, 0.1.11, 0.1.12, 0.1.13, 0.2.0, 0.3.0, 0.3.1, 0.4.0, 0.5.0, 0.6.0, 0.6.1, 0.6.2, 0.7.0, 0.8.0, 0.8.1, 0.8.2, 0.9.0, 0.10.0) ERROR: No matching distribution found for sphinx-gallery==0.4.1 ``` This was changed in #9115
Co-authored-by: Junru Shao <[email protected]> Co-authored-by: Zihao Ye <[email protected]> Co-authored-by: Tristan Konolige <[email protected]>
Caused by apache#8469 being stale on merge when apache#9115 had changed the namespace for `tvm.script`.
Seeing: ``` ERROR: Could not find a version that satisfies the requirement sphinx-gallery==0.4.1 (from versions: 0.0.4, 0.0.5, 0.0.6, 0.0.7, 0.0.8, 0.0.10, 0.0.11.post1, 0.1.0, 0.1.1, 0.1.2, 0.1.3, 0.1.4, 0.1.5, 0.1.6, 0.1.7, 0.1.8, 0.1.9, 0.1.10, 0.1.11, 0.1.12, 0.1.13, 0.2.0, 0.3.0, 0.3.1, 0.4.0, 0.5.0, 0.6.0, 0.6.1, 0.6.2, 0.7.0, 0.8.0, 0.8.1, 0.8.2, 0.9.0, 0.10.0) ERROR: No matching distribution found for sphinx-gallery==0.4.1 ``` This was changed in apache#9115
Co-authored-by: Junru Shao <[email protected]> Co-authored-by: Zihao Ye <[email protected]> Co-authored-by: Tristan Konolige <[email protected]>
Caused by apache#8469 being stale on merge when apache#9115 had changed the namespace for `tvm.script`.
Seeing: ``` ERROR: Could not find a version that satisfies the requirement sphinx-gallery==0.4.1 (from versions: 0.0.4, 0.0.5, 0.0.6, 0.0.7, 0.0.8, 0.0.10, 0.0.11.post1, 0.1.0, 0.1.1, 0.1.2, 0.1.3, 0.1.4, 0.1.5, 0.1.6, 0.1.7, 0.1.8, 0.1.9, 0.1.10, 0.1.11, 0.1.12, 0.1.13, 0.2.0, 0.3.0, 0.3.1, 0.4.0, 0.5.0, 0.6.0, 0.6.1, 0.6.2, 0.7.0, 0.8.0, 0.8.1, 0.8.2, 0.9.0, 0.10.0) ERROR: No matching distribution found for sphinx-gallery==0.4.1 ``` This was changed in apache#9115
Script namespace changes. Please see the RFC: apache/tvm-rfcs#36.
This PR would be extreme huge, but most of them are unittests refactoring.
Co-authored-by: Junru Shao [email protected]
Co-authored-by: Zihao Ye [email protected]