pytorch/torch/_dynamo/variables
2024-10-13 05:04:28 +00:00
..
__init__.py
base.py Revert "Fix constant propagation in builtins and UserClasses (#131354)" 2024-09-25 23:01:03 +00:00
builder.py Log chromium event for automatic dynamic reasons (#137491) 2024-10-11 16:50:25 +00:00
builtin.py [Dynamo] Ensure torch function modes are dispatched on builtin ops (#137117) 2024-10-09 02:29:40 +00:00
constant.py [dynamo] Fix support for classmethod(property(...)) (#134968) 2024-09-18 04:47:51 +00:00
ctx_manager.py [Dynamo] Trace enter/exit of TorchFunctionModes (#135422) (#137114) 2024-10-09 02:29:40 +00:00
dicts.py Remove vt argument in raise_observed_exception (#136037) 2024-09-24 02:36:57 +00:00
distributed.py Revert "Fix constant propagation in builtins and UserClasses (#131354)" 2024-09-25 23:01:03 +00:00
functions.py Revert "Introduce torch.sym_sum (#136429)" 2024-10-09 20:08:01 +00:00
higher_order_ops.py [Dynamo] Move flex attention torch function mode to traceable HOP file (#137120) 2024-10-09 02:29:40 +00:00
iter.py Remove vt argument in raise_observed_exception (#136037) 2024-09-24 02:36:57 +00:00
lazy.py [Dynamo] Handle torch function subclass/mode dispatch on generic tensor methods (#137119) 2024-10-09 02:29:40 +00:00
lists.py [torch.compile] torch.vmap supports dynamic shapes + enable flex attention create_block_mask dynamic shapes (#137163) 2024-10-04 05:16:04 +00:00
misc.py [dynamo] Fix error when inlining certain nested closure returned by another function (#137510) 2024-10-09 18:13:57 +00:00
nn_module.py [alt] fix unroll in successive unflatten (#137646) 2024-10-12 15:53:52 +00:00
optimizer.py Add warning for non static grads in optimizer variable (#137554) 2024-10-10 01:23:21 +00:00
script_object.py
sdpa.py
tensor.py [dynamo] do not raise an unimplemented error with boolean masking setitem (#134902) 2024-10-10 19:11:40 +00:00
torch.py [Dynamo] Handle torch function subclass/mode dispatch on generic tensor methods (#137119) 2024-10-09 02:29:40 +00:00
torch_function.py [Dynamo] Handle torch function subclass/mode dispatch on generic tensor methods (#137119) 2024-10-09 02:29:40 +00:00
user_defined.py [dynamo] Check nn modules parameters are not overwritten before taking tracing shortcut (#137824) 2024-10-13 05:04:28 +00:00