pytorch/torch/_dynamo/variables
2025-06-12 12:56:23 +00:00
..
__init__.py [user triton] dynamo support for new host-side TMA API (#155662) 2025-06-12 12:56:23 +00:00
base.py [Set] Handle exception in ConstantVariable operation (#152987) 2025-05-16 14:28:32 +00:00
builder.py [user triton] dynamo support for new host-side TMA API (#155662) 2025-06-12 12:56:23 +00:00
builtin.py Migrate from lru_cache to cache (#155613) 2025-06-11 19:44:18 +00:00
constant.py [Set] Handle exception in ConstantVariable operation (#152987) 2025-05-16 14:28:32 +00:00
ctx_manager.py [dynamo] dynamic gb_type -> static gb_type (#154435) 2025-05-28 03:14:26 +00:00
dicts.py [dynamo] Reconstruct defaultdict properly (#154931) 2025-06-03 18:18:40 +00:00
distributed.py [Dyamo] Replace unimplemented with unimplemented_v2 for variables/distributed (#148500) 2025-03-05 20:41:43 +00:00
functions.py [user triton] dynamo support for new host-side TMA API (#155662) 2025-06-12 12:56:23 +00:00
higher_order_ops.py [invoke_subgraph] Add logging (#155284) 2025-06-07 11:31:53 +00:00
iter.py [dynamo] updating gb_type names for uniqueness (#154452) 2025-05-28 16:54:10 +00:00
lazy.py [Dynamo] Use LazyVariableTracker in base VT (#151847) 2025-04-23 18:18:01 +00:00
lists.py [Dynamo] Replace unimplemented with unimplemented_v2 in torch/_dynamo/variables/lists.py (#151873) 2025-04-27 11:59:45 +00:00
misc.py [dynamo] Trace into descriptor with __set__ (#154176) 2025-05-30 16:14:37 +00:00
nn_module.py Migrate from lru_cache to cache (#155613) 2025-06-11 19:44:18 +00:00
optimizer.py [dynamo] Guard serialization for NAME_MATCH (#152332) 2025-04-29 20:16:00 +00:00
script_object.py Document dynamo (#146736) 2025-02-13 00:02:21 +00:00
sdpa.py [Dynamo][Misc] Apply typing hints for codegen (#150289) 2025-04-04 14:26:22 +00:00
tensor.py Migrate from lru_cache to cache (#155613) 2025-06-11 19:44:18 +00:00
torch_function.py Migrate from lru_cache to cache (#155613) 2025-06-11 19:44:18 +00:00
torch.py Add view_simple as meta function for view, and avoid calling reshape_view_helper. (#154757) 2025-06-12 09:58:15 +00:00
user_defined.py Migrate from lru_cache to cache (#155613) 2025-06-11 19:44:18 +00:00