pytorch/torch/_dynamo/variables
William Wen bfb47ec50e [dynamo] support tracing new typing union syntax X | Y (#166599)
To do in a followup - I think there's an approach to reconstruct typing variables.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/166599
Approved by: https://github.com/SherlockNoMad, https://github.com/anijain2305, https://github.com/Skylion007
2025-10-30 23:59:27 +00:00
..
__init__.py [user-streams] Move StreamContextVariable into streams module (#164343) 2025-10-29 02:49:54 +00:00
base.py [10/N] Apply ruff UP035 rule (#165709) 2025-10-25 00:20:13 +00:00
builder.py [dynamo] support tracing new typing union syntax X | Y (#166599) 2025-10-30 23:59:27 +00:00
builtin.py [dynamo] Implement iter with a polyfill (#162768) 2025-10-29 21:54:37 +00:00
constant.py [dynamo] Add __iter__ for iterable VariableTrackers (#166349) 2025-10-29 21:54:37 +00:00
ctx_manager.py [user-streams] Move StreamContextVariable into streams module (#164343) 2025-10-29 02:49:54 +00:00
dicts.py [3/N] fix typo in other folders (#166606) 2025-10-30 10:30:40 +00:00
distributed.py [dynamo] Clean up assert in dynamo [3/N] (#165903) 2025-10-28 22:29:35 +00:00
functions.py [dynamo] Move more FUNCTION_MATCH to CLOSURE_MATCH (#166444) 2025-10-28 23:19:42 +00:00
higher_order_ops.py Use 'is' in callable comparisons (#166624) 2025-10-30 19:00:09 +00:00
iter.py [dynamo] Add __iter__ for iterable VariableTrackers (#166349) 2025-10-29 21:54:37 +00:00
lazy.py Fix pyrefly ignores 1/n (#166239) 2025-10-26 00:44:10 +00:00
lists.py [dynamo] Fix ListIterator tracking mutations to original list (#166350) 2025-10-29 21:54:37 +00:00
misc.py [dynamo] support tracing new typing union syntax X | Y (#166599) 2025-10-30 23:59:27 +00:00
nn_module.py [dynamo] Add __iter__ for iterable VariableTrackers (#166349) 2025-10-29 21:54:37 +00:00
optimizer.py [1/N] Remove unused loop variables (#166258) 2025-10-30 12:22:25 +00:00
script_object.py [dynamo] Replace unimplemented with unimplemented_v2 in torch/_dynamo/variables/script_object.py (#159343) 2025-08-01 21:30:41 +00:00
sdpa.py More ruff SIM fixes (#164695) 2025-10-09 03:24:50 +00:00
streams.py Revert "[user-streams] Fix stream graph output semantics (#164819)" 2025-10-30 16:53:32 +00:00
tensor.py [dynamo] Add __iter__ for iterable VariableTrackers (#166349) 2025-10-29 21:54:37 +00:00
torch_function.py [dynamo] Dont guard on getset descriptors for torch_function (#166346) 2025-10-28 04:33:56 +00:00
torch.py Revert "[user-streams] Track symbolic current stream (#165212)" 2025-10-30 13:24:56 +00:00
user_defined.py Revert "[user-streams] Fix stream graph output semantics (#164819)" 2025-10-30 16:53:32 +00:00