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

[Hybrid] Fix handling AST subcription for Python3.9 #12769

Merged
merged 1 commit into from Sep 14, 2022

Conversation

vinx13
Copy link
Member

@vinx13 vinx13 commented Sep 14, 2022

fixed #9955, this is covered by the existing test case tests/python/relay/test_op_level3.py::test_unique

cc @masahi

Copy link
Member

@junrushao junrushao left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@junrushao junrushao merged commit 91bd9a3 into apache:main Sep 14, 2022
junrushao pushed a commit that referenced this pull request Sep 21, 2022
This is a follow-up to #12769 The check for sys version of python 3.9 is not correct.
Fixed #12814
AndrewZhaoLuo pushed a commit that referenced this pull request Sep 22, 2022
This is a follow-up to #12769 The check for sys version of python 3.9 is not correct.
Fixed #12814
xinetzone pushed a commit to daobook/tvm that referenced this pull request Nov 25, 2022
fixed apache#9955, this is covered by the existing test case `tests/python/relay/test_op_level3.py::test_unique`
xinetzone pushed a commit to daobook/tvm that referenced this pull request Nov 25, 2022
This is a follow-up to apache#12769 The check for sys version of python 3.9 is not correct.
Fixed apache#12814
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.

[Bug] 'IntImm' object is not iterable in hybrid.parser.visit_Subscript
2 participants