-
Notifications
You must be signed in to change notification settings - Fork 5.9k
[SOT] Ensure run AST transformed function under graph_tracing_guard
#76198
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] Ensure run AST transformed function under graph_tracing_guard
#76198
Conversation
|
你的PR提交成功,感谢你对开源项目的贡献! |
python/paddle/jit/sot/opcode_translator/executor/variables/callable.py
Outdated
Show resolved
Hide resolved
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #76198 +/- ##
===========================================
Coverage ? 100.00%
===========================================
Files ? 5
Lines ? 31
Branches ? 0
===========================================
Hits ? 31
Misses ? 0
Partials ? 0 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
graph_tracing_guard
PR Category
Execute Infrastructure
PR Types
Bug fixes
Description
动转静会在进入 run_program 之前,将所有的 Tensor,统一转化为 pir.Value
上述例子中的,
model.layer.weight存在未被转化的情况TODO: