pytorch/torch/_dynamo
Jiang, Yanbing 6b0cff9aaf Update
[ghstack-poisoned]
2025-02-08 02:13:47 +00:00
..
backends
polyfills [dynamo] Use polyfill to implement comparison operators (#144485) 2025-02-06 17:27:07 +00:00
repro Add accuracy issue support in AOTI Minifier (#145539) 2025-01-24 23:07:19 +00:00
variables [dynamo][fullgraph] Do not skip frame with fullgraph=True (#146527) 2025-02-06 18:56:07 +00:00
__init__.py
_trace_wrapped_higher_order_op.py
bytecode_analysis.py
bytecode_transformation.py
cache_size.py
callback.py add pt2 callbacks for backward pass and prevent duplicate callbacks (#145732) 2025-01-28 03:50:02 +00:00
code_context.py
codegen.py Fix dynamo use of list[int] in graph break (#145554) 2025-01-30 22:21:40 +00:00
compiled_autograd.py [ca] refactor compile reasons and log to tlparse (#146386) 2025-02-05 23:33:21 +00:00
comptime.py
config.py Revert "[dynamo] check for incompatible configs (#146513)" 2025-02-06 13:42:25 +00:00
convert_frame.py Update 2025-02-08 02:13:47 +00:00
create_parameter_op.py
current_scope_id.py
debug_utils.py Add "//caffe2:libtorch" to minifier TARGET file (#146203) 2025-02-01 05:37:23 +00:00
decorators.py
device_interface.py
distributed.py
eval_frame.py Revert "[dynamo] check for incompatible configs (#146513)" 2025-02-06 13:42:25 +00:00
exc.py [dynamo] Remove the suggestion to use suppress_errors on compiler error (#146553) 2025-02-07 17:28:43 +00:00
external_utils.py functional compiled autograd (#144707) 2025-01-27 05:20:56 +00:00
funcname_cache.py
graph_deduplication.py
graph_region_tracker.py
guards.py [dynamo] log recompile reason to dynamo_compile (#146117) 2025-02-03 21:04:04 +00:00
hooks.py
logging.py
metrics_context.py
mutation_guard.py
output_graph.py [Dynamo] Better unsupported message for Fake Tensor Exception (#146357) 2025-02-04 18:52:11 +00:00
pgo.py
profiler.py
replay_record.py Turn on mypy for _dynamo/variables/builtin.py (#145552) 2025-01-30 22:21:32 +00:00
resume_execution.py
side_effects.py [dynamo][enum] Trace through enum.py for enum construction (#146070) 2025-02-02 03:12:36 +00:00
source.py [dynamo][functions] Improve getattr on functions (#146075) 2025-02-03 02:01:57 +00:00
symbolic_convert.py [dynamo][fullgraph] Do not skip frame with fullgraph=True (#146527) 2025-02-06 18:56:07 +00:00
tensor_version_op.py update _unsafe_set_version_counter to accept lists of tensors (#137921) 2025-02-04 04:51:11 +00:00
test_case.py
test_minifier_common.py Add accuracy issue support in AOTI Minifier (#145539) 2025-01-24 23:07:19 +00:00
testing.py [dynamo] Log guard latency (#145132) 2025-01-25 03:01:18 +00:00
trace_rules.py [dynamo][builtin-skipfiles-cleanup] Remove inspect (#146116) 2025-02-04 03:36:07 +00:00
types.py
utils.py Fix get_top() to return the base level event of the stack, not the most recently started event (#146649) 2025-02-07 18:04:50 +00:00