pytorch/torch/_dynamo
2022-11-12 07:52:56 +00:00
..
optimizations Add min cut partitioner for AOT+nvFuser (#88204) 2022-11-09 12:56:55 +00:00
variables Revert "rename DisableTorchFunction to DisableTorchFunctionSubclass (#88218)" 2022-11-11 19:13:05 +00:00
__init__.py Revert "[dynamo][api] Better support of torch.nn.Module (#88629)" 2022-11-12 07:52:56 +00:00
allowed_functions.py Graph-break on FSDP in dynamo (#87420) 2022-10-25 17:07:44 +00:00
bytecode_analysis.py Fix line numbers bug (#87247) 2022-10-19 22:44:01 +00:00
bytecode_transformation.py Fix line numbers bug (#87247) 2022-10-19 22:44:01 +00:00
codegen.py
config.py [dynamo] Error when user nests FX with dynamo (#87797) 2022-11-02 17:38:56 +00:00
convert_frame.py Revert "[dynamo] fixes dict changed during runtime error (#87526)" 2022-11-11 04:19:08 +00:00
debug_utils.py Revert "[dynamo][api] Better support of torch.nn.Module (#88629)" 2022-11-12 07:52:56 +00:00
eval_frame.py Revert "[dynamo][api] Better support of torch.nn.Module (#88629)" 2022-11-12 07:52:56 +00:00
exc.py Fix all references to torchdynamo from the merge (#87731) 2022-10-31 06:51:07 +00:00
guards.py [Dynamo] Fix str(Guard.obj_weakref) bug to re-ennable support overriding __getattr__ (#88564) 2022-11-11 22:31:32 +00:00
logging.py Fix CODE level usage in dynamo config.py (#87522) 2022-10-25 22:47:54 +00:00
mutation_guard.py
output_graph.py Remove excess exception logging for minifier, cleanup backend failure exception format (#87537) 2022-10-28 21:33:55 +00:00
profiler.py
replay_record.py
resume_execution.py
side_effects.py
skipfiles.py Graph-break on FSDP in dynamo (#87420) 2022-10-25 17:07:44 +00:00
source.py
symbolic_convert.py Populate self.export in InstructionTranslatorBase (#88508) 2022-11-04 23:23:41 +00:00
test_case.py [dynamo] Unify raise_on_* config to suppress_errors and raise by default (#87440) 2022-10-21 17:03:29 +00:00
testing.py Revert "[dynamo][api] Better support of torch.nn.Module (#88629)" 2022-11-12 07:52:56 +00:00
utils.py [dynamo] Add torch.device to is_safe_constant (#88766) 2022-11-11 15:06:17 +00:00