pytorch/torch/_dynamo
cyy 0116ffae7f Remove deprecated _aminmax operator (#125995)
It has been deprecated for a long time.

Co-authored-by: Edward Z. Yang <ezyang@meta.com>
Pull Request resolved: https://github.com/pytorch/pytorch/pull/125995
Approved by: https://github.com/ezyang
2024-05-12 17:50:17 +00:00
..
backends Update PyTorch ONNX Exporter maintainers (#125630) 2024-05-07 17:29:05 +00:00
repro [minifier] Add config flag to ignore non-fp values (#123006) 2024-04-09 03:34:09 +00:00
variables Fix capturable enablement conditions (#125826) 2024-05-11 06:29:59 +00:00
__init__.py [dynamo] Clear GenerationTracker on dynamo reset (#125855) 2024-05-09 22:47:54 +00:00
_trace_wrapped_higher_order_op.py [Compiled Autograd] Introduce BackwardState capture (#120382) 2024-02-28 20:36:47 +00:00
bytecode_analysis.py [dynamo] fix call_finally issue in Python 3.8 (#124122) 2024-04-16 08:36:20 +00:00
bytecode_transformation.py [dynamo] fix crash when context manager is passed to a function (#125321) 2024-05-03 23:01:30 +00:00
cache_size.py Chore: improve log message about cache size limit exceeded (#116557) 2024-01-17 06:07:18 +00:00
callback.py [torch.compile] Provide capability to register callback on compile start/stop (#120764) 2024-02-29 07:37:52 +00:00
code_context.py [dynamo] preserve some FX node metadata of GraphModules (#107067) 2023-09-15 23:29:14 +00:00
codegen.py Rename is_unspecialized to pass_arg_as_tensor, add comment (#125496) 2024-05-05 16:57:50 +00:00
compiled_autograd.py [compiled autograd][dynamo] improve lifted autograd.Function.backward handling and fallback to pseudo-eager (#125661) 2024-05-08 21:00:37 +00:00
comptime.py Make torch._dynamo.mark_static work inside graph (#118962) 2024-02-02 20:01:27 +00:00
config.py [dynamo] Turn on guard_nn_modules (#125202) 2024-05-11 19:28:24 +00:00
convert_frame.py [dynamo][logs] move recompilation reason within compile_id scope (#125805) 2024-05-09 20:37:23 +00:00
create_parameter_op.py functionalize storage resizing, minimal ppFSDP traceable forward (#122434) 2024-05-10 18:09:10 +00:00
current_scope_id.py
debug_utils.py [BE]: Ruff - TRY401 - Avoid verbose exception logging (#125126) 2024-04-28 21:44:33 +00:00
decorators.py feat: Add min, max ranges to mark_dynamic API (#119737) 2024-03-07 23:26:03 +00:00
device_interface.py [ROCm] Triton upstream AMD backend integration (#121801) 2024-04-25 20:44:27 +00:00
eval_frame.py Revert "[dynamo][disable] Move disable impl to its own __call__ method (#125486)" 2024-05-11 15:01:58 +00:00
exc.py [dynamo] support torchbind object input (#124978) 2024-05-07 03:02:00 +00:00
external_utils.py [compiled autograd][dynamo] improve lifted autograd.Function.backward handling and fallback to pseudo-eager (#125661) 2024-05-08 21:00:37 +00:00
funcname_cache.py [dynamo] better file open method in funcname_cache (#125435) 2024-05-06 20:55:15 +00:00
guards.py [dynamo][fsdp] Use Tensor match for FSDP modules (#125827) 2024-05-09 21:26:15 +00:00
hooks.py [dynamo] Enable typechecking for hooks.py (#112565) 2023-11-04 19:37:06 +00:00
logging.py Add stack trace to "start tracing" log (#118217) 2024-01-25 06:53:12 +00:00
mutation_guard.py [dynamo] Clear GenerationTracker on dynamo reset (#125855) 2024-05-09 22:47:54 +00:00
output_graph.py [compiled autograd][dynamo] improve lifted autograd.Function.backward handling and fallback to pseudo-eager (#125661) 2024-05-08 21:00:37 +00:00
polyfill.py Fix global flake8 issues (#124771) 2024-04-26 15:35:53 +00:00
profiler.py Remove size asserts from fx_insert_profiling (#114830) 2023-12-04 19:08:36 +00:00
replay_record.py [CI] Install dill in ci (#116214) 2024-01-24 23:42:35 +00:00
resume_execution.py [dynamo] fix crash when context manager is passed to a function (#125321) 2024-05-03 23:01:30 +00:00
side_effects.py [dynamo] Bug fix for LOAD_GLOBAL and STORE_GLOBAL (#125002) 2024-04-28 15:24:17 +00:00
source.py [dynamo] support torchbind object input (#124978) 2024-05-07 03:02:00 +00:00
symbolic_convert.py [dynamo] don't LOAD_FAST local context variables in modified bytecode (#125719) 2024-05-08 20:39:06 +00:00
tensor_version_op.py Support torchbind op dispatch in python (#123367) 2024-04-19 17:17:27 +00:00
test_case.py [dynamo, 3.12] enable dynamo on 3.12, enable most dynamo unittests on 3.12 (#123216) 2024-04-04 20:00:54 +00:00
test_minifier_common.py Enable possibly-undefined error code (#118533) 2024-01-30 21:07:01 +00:00
testing.py Add propagate_real_tensors mode for unbacked (#125115) 2024-05-02 15:28:26 +00:00
trace_rules.py Remove deprecated _aminmax operator (#125995) 2024-05-12 17:50:17 +00:00
types.py [dynamo] delete dynamo cache entry when guard function is invalidated [attempt 2] (#119107) 2024-02-07 03:32:42 +00:00
utils.py Revert "[FX] Update type hints in torch.fx._compatibility.py (#125469)" 2024-05-06 18:36:43 +00:00