..
__init__.py
[dynamo] Support tracing of functools.lru_cached method ( #156125 )
2025-06-17 18:11:32 +00:00
base.py
[dynamo] Fix cycle reference problem caused by recursive collect_temp_source in codegen ( #155791 )
2025-06-19 19:37:44 +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
[dynamo] Support tracing of functools.lru_cached method ( #156125 )
2025-06-17 18:11:32 +00:00
higher_order_ops.py
flex attention: fix dispatch order for tensor subclasses, avoid hardcoding call to faketensor impl in dynamo ( #151719 )
2025-06-18 07:02:04 +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] control one_graph behavior additionally through config ( #154283 )
2025-06-20 07:02:57 +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
[Hierarchical-Compile] Track mutations for setitem ( #155880 )
2025-06-13 18:59:31 +00:00
torch_function.py
Typo fixes for "overridden" in comments and function names ( #155944 )
2025-06-14 03:37:38 +00:00
torch.py
Add view_simple as meta function for view, and avoid calling reshape_view_helper for unbacked ( #154757 )
2025-06-19 04:50:18 +00:00
user_defined.py
[dynamo] Support tracing of functools.lru_cached method ( #156125 )
2025-06-17 18:11:32 +00:00