..
__init__.py
[itertools] Implement itertools.cycle with a polyfill ( #159102 )
2025-07-31 23:28:57 +00:00
base.py
[dynamo][guards] More small guard optimizations ( #159345 )
2025-07-29 18:36:49 +00:00
builder.py
[PGO] no counterfactual suggestions for dynamic allowlist ( #160231 )
2025-08-11 20:13:25 +00:00
builtin.py
[collections.abc] Ensure that binop calls works with UserDefinedObjects ( #159865 )
2025-08-16 20:44:40 +00:00
constant.py
Raise exception in Dynamo if op fails in the interpreter ( #158661 )
2025-07-23 22:31:51 +00:00
ctx_manager.py
Update nullcontext to return input args ( #158776 )
2025-08-14 03:02:44 +00:00
dicts.py
[Dynamo] make HOPs hashable ( #159910 )
2025-08-06 04:02:17 +00:00
distributed.py
[BE][4/16] fix typos in torch/ (torch/_dynamo/) ( #156314 )
2025-06-23 02:57:19 +00:00
functions.py
[dynamo] fixes to propagate tag safeness ( #159807 )
2025-08-12 04:50:13 +00:00
higher_order_ops.py
[hop][exc] make UncapturedHigherOrderOpError print user code and avoid re-raise ( #159296 )
2025-08-11 22:48:10 +00:00
iter.py
[dynamo] support itertools.permutations ( #159694 )
2025-08-09 03:01:58 +00:00
lazy.py
[dynamo] Avoid recompiling over unused objects ( #156891 )
2025-07-09 20:14:34 +00:00
lists.py
Raise exception in Dynamo if op fails in the interpreter ( #158661 )
2025-07-23 22:31:51 +00:00
misc.py
[dynamo] Be consistent with UserMethodVariable source ( #160155 )
2025-08-09 04:16:14 +00:00
nn_module.py
[dynamo] Trace nn.Module __delattr__ ( #159969 )
2025-08-06 23:43:19 +00:00
optimizer.py
Various bugfixes for running NanoGPT training ( #159166 )
2025-07-30 16:30:22 +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
[Dynamo][Misc] Apply typing hints for codegen ( #150289 )
2025-04-04 14:26:22 +00:00
tensor.py
[dynamo][tensor] Skip HASATTR attribute on tensor guards ( #158215 )
2025-07-15 20:10:47 +00:00
torch_function.py
[dynamo] Be consistent with UserMethodVariable source ( #160155 )
2025-08-09 04:16:14 +00:00
torch.py
Graph break with error message ( #158800 )
2025-07-29 17:34:49 +00:00
user_defined.py
Implement list(UserDefinedObject) via force_unpack_var_sequence ( #159864 )
2025-08-16 20:44:40 +00:00