mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01:00
Summary: When emitting symbolic variable definition in fx_graph_runnable.py, we need to check if a SymNode is actually an expression, so that we won't generate something like "s27*s53**2 = 36". Pull Request resolved: https://github.com/pytorch/pytorch/pull/166529 Approved by: https://github.com/mlazos ghstack dependencies: #166432 |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| after_aot.py | ||
| after_dynamo.py | ||
| aoti.py | ||