| .. |
|
backends
|
[BE][4/16] fix typos in torch/ (torch/_dynamo/) (#156314)
|
2025-06-23 02:57:19 +00:00 |
|
polyfills
|
[list] Implement list.count (#153969)
|
2025-07-07 14:51:03 +00:00 |
|
repro
|
[dynamo] Fix dynamic shapes handling in after_aot repro generation (#157136)
|
2025-07-05 15:38:41 +00:00 |
|
variables
|
[dynamo] Replace unimplemented with unimplemented_v2 in torch/_dynamo/variables/torch.py (#157344)
|
2025-07-08 00:46:56 +00:00 |
|
__init__.py
|
[dynamo] add set_fullgraph decorator/context manager (#154289)
|
2025-06-26 21:40:38 +00:00 |
|
_trace_wrapped_higher_order_op.py
|
[BE][4/16] fix typos in torch/ (torch/_dynamo/) (#156314)
|
2025-06-23 02:57:19 +00:00 |
|
bytecode_analysis.py
|
Remove code for Python < 3.9 (#147097)
|
2025-02-14 03:22:49 +00:00 |
|
bytecode_transformation.py
|
[BE][4/16] fix typos in torch/ (torch/_dynamo/) (#156314)
|
2025-06-23 02:57:19 +00:00 |
|
cache_size.py
|
[BE][4/16] fix typos in torch/ (torch/_dynamo/) (#156314)
|
2025-06-23 02:57:19 +00:00 |
|
callback.py
|
increment pending_callbacks_counter before initation the pt2 compile callbacks (#157185)
|
2025-06-30 01:23:59 +00:00 |
|
code_context.py
|
Document dynamo (#146736)
|
2025-02-13 00:02:21 +00:00 |
|
codegen.py
|
[BE][4/16] fix typos in torch/ (torch/_dynamo/) (#156314)
|
2025-06-23 02:57:19 +00:00 |
|
compiled_autograd.py
|
[ca] suggest to disable compiled autograd for trace-time NotImplementedErrors (#156509)
|
2025-06-21 18:33:46 +00:00 |
|
comptime.py
|
[BE][PYFMT] migrate PYFMT for torch._dynamo to ruff format (#144549)
|
2025-02-28 03:03:53 +00:00 |
|
config.py
|
Automatically load and save dynamo entries via caching_precompile (#155913)
|
2025-07-07 23:57:17 +00:00 |
|
convert_frame.py
|
Automatically load and save dynamo entries via caching_precompile (#155913)
|
2025-07-07 23:57:17 +00:00 |
|
create_parameter_op.py
|
|
|
|
current_scope_id.py
|
Document dynamo (#146736)
|
2025-02-13 00:02:21 +00:00 |
|
debug_utils.py
|
Migrate from lru_cache to cache (#155613)
|
2025-06-11 19:44:18 +00:00 |
|
decorators.py
|
Fix einops x torch.compile interaction (#157600)
|
2025-07-07 23:04:02 +00:00 |
|
device_interface.py
|
mypy 1.16.0 (#155821)
|
2025-06-14 18:18:43 +00:00 |
|
distributed.py
|
Implement guard collectives (optimized version) (#156562)
|
2025-06-24 04:59:49 +00:00 |
|
eval_frame.py
|
Automatically load and save dynamo entries via caching_precompile (#155913)
|
2025-07-07 23:57:17 +00:00 |
|
exc.py
|
Fixes for CPython int/float tests (#155978)
|
2025-07-02 15:04:00 +00:00 |
|
external_utils.py
|
[dynamo] handle fullgraph toggle using nested torch.compile (#155166)
|
2025-06-26 21:40:38 +00:00 |
|
funcname_cache.py
|
gracefully handle tokenize.TokenError in funcname parser. Adds support for non-Python source (#148737)
|
2025-03-11 19:49:28 +00:00 |
|
graph_break_hints.py
|
[dynamo] unimplemented -> unimplemented_v2 in variables/builder.py (#151044)
|
2025-04-11 09:07:01 +00:00 |
|
graph_break_registry.json
|
[dynamo] Replace unimplemented with unimplemented_v2 in torch/_dynamo/variables/torch.py (#157344)
|
2025-07-08 00:46:56 +00:00 |
|
graph_deduplication.py
|
[Dynamo] Fix typing in graph_deduplication.py (#152572)
|
2025-05-13 12:17:59 +00:00 |
|
graph_region_tracker.py
|
[BE][4/16] fix typos in torch/ (torch/_dynamo/) (#156314)
|
2025-06-23 02:57:19 +00:00 |
|
graph_utils.py
|
[Hierarchical Compile] Take into account mutation deps in cycle detection (#152506)
|
2025-05-13 12:17:59 +00:00 |
|
guards.py
|
[dynamo] Relax DUPLICATED_INPUT to be serializable. (#157492)
|
2025-07-04 15:19:34 +00:00 |
|
hooks.py
|
Replace frame_traced_fn hook with get_traced_code() util (#155249)
|
2025-06-10 22:40:58 +00:00 |
|
logging.py
|
Migrate from lru_cache to cache (#155613)
|
2025-06-11 19:44:18 +00:00 |
|
metrics_context.py
|
[logging] Fix duration logging for dynamo_compile (#151749)
|
2025-04-22 03:29:13 +00:00 |
|
mutation_guard.py
|
Add functionality for installing free variables (#151134)
|
2025-04-24 17:57:54 +00:00 |
|
output_graph.py
|
[dynamo] Support BUILTIN_MATCH serialization. (#157016)
|
2025-07-02 20:24:24 +00:00 |
|
package.py
|
Automatically load and save dynamo entries via caching_precompile (#155913)
|
2025-07-07 23:57:17 +00:00 |
|
pgo.py
|
[PGO] frame-specific whitelist logging (#155959)
|
2025-06-21 06:15:51 +00:00 |
|
precompile_context.py
|
Automatically load and save dynamo entries via caching_precompile (#155913)
|
2025-07-07 23:57:17 +00:00 |
|
profiler.py
|
Document dynamo (#146736)
|
2025-02-13 00:02:21 +00:00 |
|
replay_record.py
|
Document dynamo (#146736)
|
2025-02-13 00:02:21 +00:00 |
|
resume_execution.py
|
[dynamo] raise hard error if error is encountered while tracing resume function prologue (#154564)
|
2025-06-26 21:40:38 +00:00 |
|
side_effects.py
|
[Dynamo] [FrozensetSubclass] Add support for user defined frozensets (#154263)
|
2025-07-04 00:46:05 +00:00 |
|
source.py
|
[Set] Support sets in VariableBuilder (#153150)
|
2025-07-04 00:45:03 +00:00 |
|
symbolic_convert.py
|
[dynamo, nested graph breaks] remove recursive cell/freevar in instruction tx (#154078)
|
2025-07-02 13:36:14 +00:00 |
|
tensor_version_op.py
|
Document dynamo (#146736)
|
2025-02-13 00:02:21 +00:00 |
|
test_case.py
|
Fixes for CPython int/float tests (#155978)
|
2025-07-02 15:04:00 +00:00 |
|
test_dont_skip_tracing_functions.py
|
[dynamo] context manager/decorator for dynamo config patching during tracing (#150586)
|
2025-04-23 09:12:13 +00:00 |
|
test_minifier_common.py
|
Port two dynamo test cases for Intel GPU (#156056)
|
2025-06-19 12:49:04 +00:00 |
|
testing.py
|
[precompile] Add CompilePackage to serialize dynamo states. (#155118)
|
2025-06-13 13:54:10 +00:00 |
|
trace_rules.py
|
[hop] support torch.func.functional_call in hop subgraph (#155886)
|
2025-06-28 23:47:46 +00:00 |
|
types.py
|
Implement guard collectives (optimized version) (#156562)
|
2025-06-24 04:59:49 +00:00 |
|
utils.py
|
[list] Raise exception in invalid list method call (#156148)
|
2025-07-07 14:51:10 +00:00 |