| .. |
|
backends
|
[BE]: Attach cause to some exceptions and enable RUFF TRY200 (#111496)
|
2023-10-19 21:56:36 +00:00 |
|
repro
|
Prefer e.is_number over not e.free_symbols in SymPy (#112688)
|
2023-11-06 20:05:13 +00:00 |
|
variables
|
Revert "[dynamo] graph break on setattr requires_grad (#113163)"
|
2023-11-09 00:23:04 +00:00 |
|
__init__.py
|
Re-land: Break graph on manual_seed. (#109109)
|
2023-09-28 15:28:40 +00:00 |
|
_trace_wrapped_higher_order_op.py
|
Support a simple subset of functions as backward hooks on intermediate tensors (#109537)
|
2023-10-11 01:35:37 +00:00 |
|
allowed_functions.py
|
[5/N] Make torch context manager a TorchCtxManagerClassVariable (#111622)
|
2023-10-27 21:26:54 +00:00 |
|
bytecode_analysis.py
|
[dynamo] Enable typechecking for bytecode_analysis.py (#112972)
|
2023-11-08 21:17:45 +00:00 |
|
bytecode_transformation.py
|
[dynamo] Enable typechecking for bytecode_transformation.py (#112561)
|
2023-11-04 19:36:27 +00:00 |
|
cache_size.py
|
[reland][Dynamo] cache_size policy #107496 (#108069)
|
2023-08-28 22:06:54 +00:00 |
|
code_context.py
|
[dynamo] preserve some FX node metadata of GraphModules (#107067)
|
2023-09-15 23:29:14 +00:00 |
|
codegen.py
|
[dynamo] Refactor OrderedDict to dict (#113234)
|
2023-11-08 09:27:08 +00:00 |
|
compiled_autograd.py
|
On grad access, check if grad has changed and update stored example grad as needed (#112811)
|
2023-11-08 05:45:00 +00:00 |
|
comptime.py
|
[dynamo] Enable typechecking for comptime.py (#112999)
|
2023-11-08 21:17:45 +00:00 |
|
config_typing.pyi
|
Make dynamo configs more amenable to static type checking (#112130)
|
2023-11-08 21:17:45 +00:00 |
|
config.py
|
Make dynamo configs more amenable to static type checking (#112130)
|
2023-11-08 21:17:45 +00:00 |
|
convert_frame.py
|
[dynamo] Refactor OrderedDict to dict (#113234)
|
2023-11-08 09:27:08 +00:00 |
|
current_scope_id.py
|
[HigherOrderOp] Fall back on all new side effects in speculate_subgraph (#104077)
|
2023-06-28 14:20:37 +00:00 |
|
debug_utils.py
|
Move ShapeEnv config out of dynamo (#112933)
|
2023-11-07 01:10:25 +00:00 |
|
decorators.py
|
[dynamo] run guard fail hooks for each cache entry for which there is a cache miss (#110325)
|
2023-11-07 20:10:59 +00:00 |
|
device_interface.py
|
[dynamo] Enable typechecking for device_interface.py (#112974)
|
2023-11-08 21:17:45 +00:00 |
|
eval_frame.py
|
[dynamo] run guard fail hooks for each cache entry for which there is a cache miss (#110325)
|
2023-11-07 20:10:59 +00:00 |
|
exc.py
|
[dynamo] Enable typechecking for utils.py (#112971)
|
2023-11-08 21:17:45 +00:00 |
|
external_utils.py
|
Compiled autograd (#103822)
|
2023-07-24 21:12:05 +00:00 |
|
funcname_cache.py
|
[dynamo] Enable typechecking for funcname_cache.py (#112031)
|
2023-10-26 04:54:16 +00:00 |
|
guards.py
|
[dynamo] Refactor OrderedDict to dict (#113234)
|
2023-11-08 09:27:08 +00:00 |
|
hooks.py
|
[dynamo] Enable typechecking for hooks.py (#112565)
|
2023-11-04 19:37:06 +00:00 |
|
logging.py
|
|
|
|
mutation_guard.py
|
[dynamo] Treat monkey patched .forward as dynamic (#107104)
|
2023-08-26 01:41:29 +00:00 |
|
output_graph.py
|
[dynamo] Refactor OrderedDict to dict (#113234)
|
2023-11-08 09:27:08 +00:00 |
|
polyfill.py
|
[dynamo] Add itertools.repeat via polyfill (#110953)
|
2023-10-10 20:40:33 +00:00 |
|
profiler.py
|
[dynamo] Enable typechecking for profiler.py (#112970)
|
2023-11-08 21:17:45 +00:00 |
|
replay_record.py
|
Fix TORCH_COMPILE_DEBUG incompatibility with aot inductor (#106169)
|
2023-07-28 17:17:58 +00:00 |
|
resume_execution.py
|
[dynamo] Enable typechecking for resume_execution.py (#112564)
|
2023-11-04 19:37:06 +00:00 |
|
side_effects.py
|
[dynamo] Refactor OrderedDict to dict (#113234)
|
2023-11-08 09:27:08 +00:00 |
|
skipfiles.py
|
[dynamo] Enable typechecking for skipfiles.py (#112975)
|
2023-11-08 21:17:45 +00:00 |
|
source.py
|
[dynamo] Remove VariableTracker.as_specialized (#112363)
|
2023-10-30 20:07:55 +00:00 |
|
symbolic_convert.py
|
[dynamo] Refactor OrderedDict to dict (#113234)
|
2023-11-08 09:27:08 +00:00 |
|
test_case.py
|
[dynamo] Refactor handling of state in context managers (#112939)
|
2023-11-05 03:10:30 +00:00 |
|
test_minifier_common.py
|
[dynamo] Enable typechecking for test_minifier_common.py (#112563)
|
2023-11-04 19:36:56 +00:00 |
|
testing.py
|
[dynamo, test] remove #ops comparison to fx.symbolic_trace from dynamo standard_test (#112420)
|
2023-10-31 19:55:47 +00:00 |
|
trace_rules.py
|
[5/N] Make torch context manager a TorchCtxManagerClassVariable (#111622)
|
2023-10-27 21:26:54 +00:00 |
|
types.py
|
[dynamo] Refactor OrderedDict to dict (#113234)
|
2023-11-08 09:27:08 +00:00 |
|
utils.py
|
[dynamo] Enable typechecking for utils.py (#112971)
|
2023-11-08 21:17:45 +00:00 |