-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
[SOT][dynamic shape] Fallback static shape all symvar #68113
[SOT][dynamic shape] Fallback static shape all symvar #68113
Conversation
你的PR提交成功,感谢你对开源项目的贡献! |
Sorry to inform you that c807af6's CIs have passed for more than 7 days. To prevent PR conflicts, you need to re-run all CIs manually. |
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.
逻辑上目测没啥问题,可以重新触发下 CI~
isinstance(arg, SymbolicVariable) | ||
for arg in flatten_vars | ||
): | ||
# TODO(zrr1999): maybe we can continue to fallback to all args are constant. |
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.
这个 TODO 是不是可以删了?
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.
这块应该是指 e.name in bound_arguments.arguments 但是依然报错了还是可以继续fallback,比如name有人手抖写成另一个参数了
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.
这块应该是指 e.name in bound_arguments.arguments 但是依然报错了还是可以继续fallback,比如name有人手抖写成另一个参数了。不过感觉加上会增加复杂性而且感觉好像也遇不到
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.
PR Category
Execute Infrastructure
PR Types
Performance
Description
找不到对应的arg时fallback到全部symvar退化为const