pytorch/torch/_dynamo/variables
Aaron Orenstein fbb076cc45 Fix call to create_load_global (#145553)
There is no version of create_load_global() that takes three parameters - any use of this function will fail. I think this is probably the correct fix.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/145553
Approved by: https://github.com/anijain2305
ghstack dependencies: #145551, #145552
2025-01-30 22:21:40 +00:00
..
__init__.py [dynamo][builtin-skipfile-cleanup] Support tuple.__new__ (#145558) 2025-01-27 21:42:43 +00:00
base.py Turn on mypy for _dynamo/variables/builtin.py (#145552) 2025-01-30 22:21:32 +00:00
builder.py [dynamo][builtin-skipfile-cleanup] Support tuple.__new__ (#145558) 2025-01-27 21:42:43 +00:00
builtin.py Fix call to create_load_global (#145553) 2025-01-30 22:21:40 +00:00
constant.py Remove incorrect BuiltinVariable.call_hasattr() (#145551) 2025-01-30 22:21:19 +00:00
ctx_manager.py Revert "[dynamo] Use polyfill to implement comparison operators (#144485)" 2025-01-29 21:30:42 +00:00
dicts.py Remove incorrect BuiltinVariable.call_hasattr() (#145551) 2025-01-30 22:21:19 +00:00
distributed.py PEP585 update - torch/_dynamo (#145105) 2025-01-18 20:47:11 +00:00
functions.py Remove incorrect BuiltinVariable.call_hasattr() (#145551) 2025-01-30 22:21:19 +00:00
higher_order_ops.py [hop] fix unbacked_bindings meta for while_loop (#143559) 2025-01-30 21:33:09 +00:00
iter.py PEP585 update - torch/_dynamo (#145105) 2025-01-18 20:47:11 +00:00
lazy.py PEP585 update - torch/_dynamo (#145105) 2025-01-18 20:47:11 +00:00
lists.py Remove incorrect BuiltinVariable.call_hasattr() (#145551) 2025-01-30 22:21:19 +00:00
misc.py Remove incorrect BuiltinVariable.call_hasattr() (#145551) 2025-01-30 22:21:19 +00:00
nn_module.py Remove incorrect BuiltinVariable.call_hasattr() (#145551) 2025-01-30 22:21:19 +00:00
optimizer.py PEP585 update - torch/_dynamo (#145105) 2025-01-18 20:47:11 +00:00
script_object.py PEP585 update - torch/_dynamo (#145105) 2025-01-18 20:47:11 +00:00
sdpa.py [dynamo] Simplify creation of VariableTrackers (#135714) 2024-10-18 09:36:46 +00:00
tensor.py Remove incorrect BuiltinVariable.call_hasattr() (#145551) 2025-01-30 22:21:19 +00:00
torch_function.py PEP585 update - torch/_dynamo (#145105) 2025-01-18 20:47:11 +00:00
torch.py Turn on mypy for _dynamo/variables/builtin.py (#145552) 2025-01-30 22:21:32 +00:00
user_defined.py Turn on mypy for _dynamo/variables/builtin.py (#145552) 2025-01-30 22:21:32 +00:00