pytorch/torch/_dynamo
Shangdi Yu a97a906dd9 Add "//caffe2:libtorch" to minifier TARGET file (#146203)
Summary: as title. To avoid errors like "undefined symbol: aoti_torch_device_type_cpu" when compiling minifier_launcher.py

Test Plan: CI

Differential Revision: D68978430

Pull Request resolved: https://github.com/pytorch/pytorch/pull/146203
Approved by: https://github.com/desertfire
2025-02-01 05:37:23 +00:00
..
backends [PyTorch] Add backend aot_eager_decomp_partition_with_mode (#143250) 2025-01-22 23:20:59 +00:00
polyfills [dynamo][polyfills]Support getrecursionlimit (#145989) 2025-01-31 00:47:31 +00:00
repro Add accuracy issue support in AOTI Minifier (#145539) 2025-01-24 23:07:19 +00:00
variables [dynamo] Support frozenset({..}).__contains__ (#146062) 2025-01-31 23:22:58 +00:00
__init__.py [ca] add graph id (#141906) 2024-12-14 03:02:06 +00:00
_trace_wrapped_higher_order_op.py PEP585 update - torch/_dynamo (#145105) 2025-01-18 20:47:11 +00:00
bytecode_analysis.py PEP585 update - torch/_dynamo (#145105) 2025-01-18 20:47:11 +00:00
bytecode_transformation.py PEP585 update - torch/_dynamo (#145105) 2025-01-18 20:47:11 +00:00
cache_size.py Migrate from Tuple -> tuple in torch/_dynamo (#144261) 2025-01-10 07:45:57 +00:00
callback.py add pt2 callbacks for backward pass and prevent duplicate callbacks (#145732) 2025-01-28 03:50:02 +00:00
code_context.py PEP585 update - torch/_dynamo (#145105) 2025-01-18 20:47:11 +00:00
codegen.py Fix dynamo use of list[int] in graph break (#145554) 2025-01-30 22:21:40 +00:00
compiled_autograd.py functional compiled autograd (#144707) 2025-01-27 05:20:56 +00:00
comptime.py Undo leading underscore on ctx for breakpoint (#144864) 2025-01-15 18:00:58 +00:00
config.py Turn on fx graph cache and automatic dynamic pgo local caches in fbcode (#146065) 2025-01-31 01:11:48 +00:00
convert_frame.py Revert "[dynamo] save/restore system random state more carefully (#145750)" 2025-01-28 20:51:07 +00:00
create_parameter_op.py PEP585 update - torch/_dynamo (#145105) 2025-01-18 20:47:11 +00:00
current_scope_id.py PEP585 update - torch/_dynamo (#145105) 2025-01-18 20:47:11 +00:00
debug_utils.py Add "//caffe2:libtorch" to minifier TARGET file (#146203) 2025-02-01 05:37:23 +00:00
decorators.py PEP585 update - torch/_dynamo (#145105) 2025-01-18 20:47:11 +00:00
device_interface.py PEP585 update - torch/_dynamo (#145105) 2025-01-18 20:47:11 +00:00
distributed.py
eval_frame.py [dynamo] disable eval_frame callback in _TorchDynamoContext __enter__/__exit__ (#145981) 2025-01-31 20:40:59 +00:00
exc.py [dynamo] raise IndexError when inserting into a full deque (#139379) 2025-01-25 18:04:49 +00:00
external_utils.py functional compiled autograd (#144707) 2025-01-27 05:20:56 +00:00
funcname_cache.py PEP585 update - torch/_dynamo (#145105) 2025-01-18 20:47:11 +00:00
graph_deduplication.py PEP585 update - torch/_dynamo (#145105) 2025-01-18 20:47:11 +00:00
graph_region_tracker.py PEP585 update - torch/_dynamo (#145105) 2025-01-18 20:47:11 +00:00
guards.py [dynamo] Log guard latency (#145132) 2025-01-25 03:01:18 +00:00
hooks.py
logging.py PEP585 update - torch/_dynamo (#145105) 2025-01-18 20:47:11 +00:00
metrics_context.py PEP585 update - torch/_dynamo (#145105) 2025-01-18 20:47:11 +00:00
mutation_guard.py [dynamo][dicts] Consolidate dict(..) construction (#144342) 2025-01-20 04:42:06 +00:00
output_graph.py Turn on mypy for _dynamo/variables/builtin.py (#145552) 2025-01-30 22:21:32 +00:00
pgo.py PEP585 update - torch/_dynamo (#145105) 2025-01-18 20:47:11 +00:00
profiler.py PEP585 update - torch/_dynamo (#145105) 2025-01-18 20:47:11 +00:00
replay_record.py Turn on mypy for _dynamo/variables/builtin.py (#145552) 2025-01-30 22:21:32 +00:00
resume_execution.py PEP585 update - torch/_dynamo (#145105) 2025-01-18 20:47:11 +00:00
side_effects.py [dynamo][builtin-skipfile-cleanup] Support tuple.__new__ (#145558) 2025-01-27 21:42:43 +00:00
source.py Dynamic shape guards in C++ (#139899) 2025-01-22 14:58:35 +00:00
symbolic_convert.py [dynamo][exceptions][3.10] Clean symbolic stack on exception handling (#146198) 2025-02-01 02:51:44 +00:00
tensor_version_op.py
test_case.py Migrate from Tuple -> tuple in torch/_dynamo (#144261) 2025-01-10 07:45:57 +00:00
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] Revert abc change due to internal failures (#146177) 2025-01-31 21:28:06 +00:00
types.py PEP585 update - torch/_dynamo (#145105) 2025-01-18 20:47:11 +00:00
utils.py Fix dynamo use of list[int] in graph break (#145554) 2025-01-30 22:21:40 +00:00