pytorch/torch/_dynamo
2024-08-07 18:25:33 +00:00
..
backends Add basic mypy annotations to dynamo (#132415) 2024-08-04 18:43:36 +00:00
repro Add basic mypy annotations to dynamo (#132415) 2024-08-04 18:43:36 +00:00
variables [dynamo][user_defined][stable-diffusion] Raise ObservedAttributeError on UserDefinedObject var_getattr (#132806) 2024-08-07 18:19:49 +00:00
__init__.py [BE][Easy][15/19] enforce style for empty lines in import segments in torch/_d*/ (#129767) 2024-07-31 21:18:11 +00:00
_trace_wrapped_higher_order_op.py [BE][Easy][15/19] enforce style for empty lines in import segments in torch/_d*/ (#129767) 2024-07-31 21:18:11 +00:00
bytecode_analysis.py [BE][Easy][15/19] enforce style for empty lines in import segments in torch/_d*/ (#129767) 2024-07-31 21:18:11 +00:00
bytecode_transformation.py [3.13, dynamo] decompose fused load/store instructions (#130569) 2024-07-22 18:07:40 +00:00
cache_size.py [BE][Easy][15/19] enforce style for empty lines in import segments in torch/_d*/ (#129767) 2024-07-31 21:18:11 +00:00
callback.py
code_context.py Add None return type to init (#132335) 2024-08-01 15:26:45 +00:00
codegen.py Add basic mypy annotations to dynamo (#132415) 2024-08-04 18:43:36 +00:00
compiled_autograd.py Revert "Consolidate SymDispatchMode into ProxyTensorMode (#132674)" 2024-08-07 18:25:33 +00:00
comptime.py Add basic mypy annotations to dynamo (#132415) 2024-08-04 18:43:36 +00:00
config.py [traced-graph][sparse] propagate sparsity in fx graph (#131920) 2024-08-05 15:49:53 +00:00
convert_frame.py Revert "Consolidate SymDispatchMode into ProxyTensorMode (#132674)" 2024-08-07 18:25:33 +00:00
create_parameter_op.py [BE][Easy][15/19] enforce style for empty lines in import segments in torch/_d*/ (#129767) 2024-07-31 21:18:11 +00:00
current_scope_id.py [BE][Easy][15/19] enforce style for empty lines in import segments in torch/_d*/ (#129767) 2024-07-31 21:18:11 +00:00
debug_utils.py Add None return type to init (#132335) 2024-08-01 15:26:45 +00:00
decorators.py Revert "Deprecate torch._utils.is_compiling() and torch._dynamo.external_utils.is_compiling() (#127690)" 2024-08-07 00:05:20 +00:00
device_interface.py Add basic mypy annotations to dynamo (#132415) 2024-08-04 18:43:36 +00:00
distributed.py [BE][Easy][15/19] enforce style for empty lines in import segments in torch/_d*/ (#129767) 2024-07-31 21:18:11 +00:00
eval_frame.py Add basic mypy annotations to dynamo (#132415) 2024-08-04 18:43:36 +00:00
exc.py [dynamo][user_defined][stable-diffusion] Raise ObservedAttributeError on UserDefinedObject var_getattr (#132806) 2024-08-07 18:19:49 +00:00
external_utils.py Revert "Deprecate torch._utils.is_compiling() and torch._dynamo.external_utils.is_compiling() (#127690)" 2024-08-07 00:05:20 +00:00
funcname_cache.py [BE][Easy][15/19] enforce style for empty lines in import segments in torch/_d*/ (#129767) 2024-07-31 21:18:11 +00:00
guards.py dynamo: use equality guards instead of id guards for Placement/DeviceMesh (#124401) 2024-08-06 17:14:44 +00:00
hooks.py [BE][Easy][15/19] enforce style for empty lines in import segments in torch/_d*/ (#129767) 2024-07-31 21:18:11 +00:00
logging.py [BE][Easy][15/19] enforce style for empty lines in import segments in torch/_d*/ (#129767) 2024-07-31 21:18:11 +00:00
mutation_guard.py [BE][Easy][15/19] enforce style for empty lines in import segments in torch/_d*/ (#129767) 2024-07-31 21:18:11 +00:00
output_graph.py Revert "Only thunkify proxies in some situations (#132421)" 2024-08-07 15:29:54 +00:00
polyfill.py [dynamo] revert map/zip iterator related changes (#132528) 2024-08-04 18:46:55 +00:00
profiler.py Add basic mypy annotations to dynamo (#132415) 2024-08-04 18:43:36 +00:00
replay_record.py [BE][Easy][15/19] enforce style for empty lines in import segments in torch/_d*/ (#129767) 2024-07-31 21:18:11 +00:00
resume_execution.py [BE][Easy][15/19] enforce style for empty lines in import segments in torch/_d*/ (#129767) 2024-07-31 21:18:11 +00:00
side_effects.py Improve side effects error message (#132223) 2024-07-31 17:29:26 +00:00
source.py [dynamo] Reland 132308, 132314, 132318, 132334 - Make builtin nn modules attributes static (#132539) 2024-08-03 02:08:22 +00:00
symbolic_convert.py [dynamo][user_defined][stable-diffusion] Raise ObservedAttributeError on UserDefinedObject var_getattr (#132806) 2024-08-07 18:19:49 +00:00
tensor_version_op.py [BE][Easy][15/19] enforce style for empty lines in import segments in torch/_d*/ (#129767) 2024-07-31 21:18:11 +00:00
test_case.py [BE][Easy][15/19] enforce style for empty lines in import segments in torch/_d*/ (#129767) 2024-07-31 21:18:11 +00:00
test_minifier_common.py
testing.py [BE][Easy][15/19] enforce style for empty lines in import segments in torch/_d*/ (#129767) 2024-07-31 21:18:11 +00:00
trace_rules.py [hop] makes compiled hops not share code objects (#132427) 2024-08-05 22:59:05 +00:00
types.py Populate submodules of torch._C to sys.modules recursively (#132216) 2024-08-01 12:04:59 +00:00
utils.py Only store necessary tensor_dict fields in node meta (#132805) 2024-08-07 13:35:16 +00:00