pytorch/torch/_dynamo/variables
2025-04-02 04:26:48 +00:00
..
__init__.py Introduce UserDefinedExceptionClassVariable (#146504) 2025-03-11 18:55:45 +00:00
base.py [Dynamo] Replace unimplemented withunimplemented_v2 in torch/_dynamo/variables/base.py (#148177) 2025-03-13 06:35:51 +00:00
builder.py [dynamo] add reason field to torch.compiler.disable (#150341) 2025-04-02 04:26:48 +00:00
builtin.py [dynamo] Fix handling of setattr with some tensor attributes (#149791) 2025-03-25 18:57:56 +00:00
constant.py Replace unimplemented with unimplemented_v2 for dynamo (#148158) 2025-03-03 21:00:17 +00:00
ctx_manager.py [Dynamo] Cleanup state management for ctx managers (#149689) 2025-03-21 07:18:33 +00:00
dicts.py [BE][PYFMT] migrate PYFMT for torch._dynamo to ruff format (#144549) 2025-02-28 03:03:53 +00:00
distributed.py [Dyamo] Replace unimplemented with unimplemented_v2 for variables/distributed (#148500) 2025-03-05 20:41:43 +00:00
functions.py [dynamo] add reason field to torch.compiler.disable (#150341) 2025-04-02 04:26:48 +00:00
higher_order_ops.py [invoke_subgraph] Support unbacked (#149298) 2025-03-31 17:25:09 +00:00
iter.py Document dynamo (#146736) 2025-02-13 00:02:21 +00:00
lazy.py PEP585 update - torch/_dynamo (#145105) 2025-01-18 20:47:11 +00:00
lists.py [dynamo] allow global import from collections import deque in user code (#148676) 2025-03-10 13:14:05 +00:00
misc.py [dynamo] add reason field to torch.compiler.disable (#150341) 2025-04-02 04:26:48 +00:00
nn_module.py [dynamo] more better error messages [3/N] (#147494) 2025-02-28 06:23:28 +00:00
optimizer.py [dynamo][optimizers] Install ID_GUARDED tensors into the Fx graph (#147824) 2025-02-28 03:22:11 +00:00
script_object.py Document dynamo (#146736) 2025-02-13 00:02:21 +00:00
sdpa.py [dynamo] Simplify creation of VariableTrackers (#135714) 2024-10-18 09:36:46 +00:00
tensor.py [dynamo] add reason field to torch.compiler.disable (#150341) 2025-04-02 04:26:48 +00:00
torch_function.py [dynamo] fix calling torch function on newly constructed tensor subclass (#149481) 2025-03-24 21:07:41 +00:00
torch.py [Dynamo] Support the torch._C.DisableTorchFunction ctx manager (#149491) 2025-03-20 22:19:55 +00:00
user_defined.py Add __context/cause/suppress_context/traceback__ to Exception (#146499) 2025-03-11 18:55:45 +00:00