| .. |
|
backends
|
Revert "Implement cuda graphs implementation of torch.cond and torch.while_loop (#140979)"
|
2025-02-13 18:04:26 +00:00 |
|
polyfills
|
[dynamo] Use polyfill to implement comparison operators (#144485)
|
2025-02-06 17:27:07 +00:00 |
|
repro
|
Document dynamo (#146736)
|
2025-02-13 00:02:21 +00:00 |
|
variables
|
[dynamo] improved graph break messages for some common graph break sites [1/N] (#146525)
|
2025-02-20 00:08:13 +00:00 |
|
__init__.py
|
Document dynamo (#146736)
|
2025-02-13 00:02:21 +00:00 |
|
_trace_wrapped_higher_order_op.py
|
Document dynamo (#146736)
|
2025-02-13 00:02:21 +00:00 |
|
bytecode_analysis.py
|
Remove code for Python < 3.9 (#147097)
|
2025-02-14 03:22:49 +00:00 |
|
bytecode_transformation.py
|
Remove code for Python < 3.9 (#147097)
|
2025-02-14 03:22:49 +00:00 |
|
cache_size.py
|
Migrate from Tuple -> tuple in torch/_dynamo (#144261)
|
2025-01-10 07:45:57 +00:00 |
|
callback.py
|
Document dynamo (#146736)
|
2025-02-13 00:02:21 +00:00 |
|
code_context.py
|
Document dynamo (#146736)
|
2025-02-13 00:02:21 +00:00 |
|
codegen.py
|
Document dynamo (#146736)
|
2025-02-13 00:02:21 +00:00 |
|
compiled_autograd.py
|
[ca] eliminate duplicate getitem graph nodes for shape inputs (#146875)
|
2025-02-13 21:41:33 +00:00 |
|
comptime.py
|
Document dynamo (#146736)
|
2025-02-13 00:02:21 +00:00 |
|
config.py
|
[ddp] decouple python reducer from compilation mode (#147123)
|
2025-02-19 15:51:40 +00:00 |
|
convert_frame.py
|
[ddp] decouple python reducer from compilation mode (#147123)
|
2025-02-19 15:51:40 +00:00 |
|
create_parameter_op.py
|
PEP585 update - torch/_dynamo (#145105)
|
2025-01-18 20:47:11 +00:00 |
|
current_scope_id.py
|
Document dynamo (#146736)
|
2025-02-13 00:02:21 +00:00 |
|
debug_utils.py
|
Document dynamo (#146736)
|
2025-02-13 00:02:21 +00:00 |
|
decorators.py
|
[dynamo] improved graph break messages for some common graph break sites [1/N] (#146525)
|
2025-02-20 00:08:13 +00:00 |
|
device_interface.py
|
Document dynamo (#146736)
|
2025-02-13 00:02:21 +00:00 |
|
distributed.py
|
Document dynamo (#146736)
|
2025-02-13 00:02:21 +00:00 |
|
eval_frame.py
|
Document dynamo (#146736)
|
2025-02-13 00:02:21 +00:00 |
|
exc.py
|
[dynamo] improved graph break messages for some common graph break sites [1/N] (#146525)
|
2025-02-20 00:08:13 +00:00 |
|
external_utils.py
|
Document dynamo (#146736)
|
2025-02-13 00:02:21 +00:00 |
|
funcname_cache.py
|
Document dynamo (#146736)
|
2025-02-13 00:02:21 +00:00 |
|
graph_deduplication.py
|
Document dynamo (#146736)
|
2025-02-13 00:02:21 +00:00 |
|
graph_region_tracker.py
|
Document dynamo (#146736)
|
2025-02-13 00:02:21 +00:00 |
|
guards.py
|
[dynamo][mappingproxy][inspect] Support existing types.MappingProxyType (#147217)
|
2025-02-15 07:59:33 +00:00 |
|
hooks.py
|
Document dynamo (#146736)
|
2025-02-13 00:02:21 +00:00 |
|
logging.py
|
Document dynamo (#146736)
|
2025-02-13 00:02:21 +00:00 |
|
metrics_context.py
|
Document dynamo (#146736)
|
2025-02-13 00:02:21 +00:00 |
|
mutation_guard.py
|
Document dynamo (#146736)
|
2025-02-13 00:02:21 +00:00 |
|
output_graph.py
|
[dynamo] improved graph break messages for some common graph break sites [1/N] (#146525)
|
2025-02-20 00:08:13 +00:00 |
|
pgo.py
|
Document dynamo (#146736)
|
2025-02-13 00:02:21 +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
|
Document dynamo (#146736)
|
2025-02-13 00:02:21 +00:00 |
|
side_effects.py
|
[dynamo][mappingproxy][inspect] Support existing types.MappingProxyType (#147217)
|
2025-02-15 07:59:33 +00:00 |
|
source.py
|
Document dynamo (#146736)
|
2025-02-13 00:02:21 +00:00 |
|
symbolic_convert.py
|
[dynamo] improved graph break messages for some common graph break sites [1/N] (#146525)
|
2025-02-20 00:08:13 +00:00 |
|
tensor_version_op.py
|
Document dynamo (#146736)
|
2025-02-13 00:02:21 +00:00 |
|
test_case.py
|
Document dynamo (#146736)
|
2025-02-13 00:02:21 +00:00 |
|
test_minifier_common.py
|
Document dynamo (#146736)
|
2025-02-13 00:02:21 +00:00 |
|
testing.py
|
[dynamo] replace hardcoded eval frame control flags skip_code_recursive_flag/cache_limit_hit_flag (#146355)
|
2025-02-18 21:37:12 +00:00 |
|
trace_rules.py
|
dynamo: Don't crash when encountering a object with no __name__ (#147246)
|
2025-02-18 20:35:49 +00:00 |
|
types.py
|
[dynamo] replace hardcoded eval frame control flags skip_code_recursive_flag/cache_limit_hit_flag (#146355)
|
2025-02-18 21:37:12 +00:00 |
|
utils.py
|
[dynamo] improved graph break messages for some common graph break sites [1/N] (#146525)
|
2025-02-20 00:08:13 +00:00 |