pytorch/torch/_dynamo
PyTorch MergeBot 66478d0cf7 Revert "[compiled autograd] directly use python Logger class in cpp (#137953)"
This reverts commit af91661368.

Reverted https://github.com/pytorch/pytorch/pull/137953 on behalf of https://github.com/clee2000 due to breaking builds internally D64479234, I think it makes the build size of a package too large? The logs link to a wiki with instructions of what to do ([comment](https://github.com/pytorch/pytorch/pull/137953#issuecomment-2420086928))
2024-10-17 17:19:36 +00:00
..
backends Add host-side Triton TMA support to Dynamo (#137677) 2024-10-16 02:18:48 +00:00
polyfills [Dynamo] Trace enter/exit of TorchFunctionModes (#135422) (#137114) 2024-10-09 02:29:40 +00:00
repro [logging/debugging] handle None (constant) args in debug log (#137032) 2024-10-02 01:43:22 +00:00
variables Autocast re-tracibility (#138082) 2024-10-17 16:09:11 +00:00
__init__.py [dynamo] add torch.compiler.set_stance (#137504) 2024-10-16 16:18:25 +00:00
_trace_wrapped_higher_order_op.py [FlexAttention] Support training bias for eager (#136910) (#137526) 2024-10-15 18:55:22 +00:00
bytecode_analysis.py [BE][Easy][15/19] enforce style for empty lines in import segments in torch/_d*/ (#129767) 2024-07-31 21:18:11 +00:00
bytecode_transformation.py [dynamo, 3.13] fix typo in remove_fused_load_store (#137652) 2024-10-10 19:53:42 +00:00
cache_size.py Avoid __ne__ weakref comparison and use identity instead in cache_size.py (#135000) 2024-10-03 07:43:58 +00:00
callback.py turn CompilationCallbackHandler into dataclass (#137312) 2024-10-05 19:03:28 +00:00
code_context.py add types to _dynamo/code_context.py (#136665) 2024-09-27 18:27:42 +00:00
codegen.py Correctly convert Python float to float64 when passing argument as Tensor (#136413) 2024-09-26 16:50:13 +00:00
compiled_autograd.py Revert "[compiled autograd] directly use python Logger class in cpp (#137953)" 2024-10-17 17:19:36 +00:00
comptime.py Improve print stack/locals printing in comptime (#133651) 2024-08-27 01:29:50 +00:00
config.py Revert "[compiled autograd] Compiled autograd configs in TLS (#137821)" 2024-10-16 16:38:29 +00:00
convert_frame.py Add entire _dynamo.config as a json for logging (#137216) 2024-10-12 11:48:59 +00:00
create_parameter_op.py type _dynamo/create_parameter_op.py (#136958) 2024-10-02 10:23:37 +00:00
current_scope_id.py add typing to _dynamo/current_scope_id.py (#136676) 2024-09-27 04:09:15 +00:00
debug_utils.py [logging/debugging] handle None (constant) args in debug log (#137032) 2024-10-02 01:43:22 +00:00
decorators.py [dynamo] add torch.compiler.set_stance (#137504) 2024-10-16 16:18:25 +00:00
device_interface.py Have Triton custom extension test use privateuseone device (#137611) 2024-10-11 21:27:29 +00:00
distributed.py [BE][Easy][15/19] enforce style for empty lines in import segments in torch/_d*/ (#129767) 2024-07-31 21:18:11 +00:00
eval_frame.py [dynamo] add torch.compiler.set_stance (#137504) 2024-10-16 16:18:25 +00:00
exc.py [dynamo] attempt run only mode when dynamo cache limit is hit (#136655) 2024-09-27 17:15:05 +00:00
external_utils.py type _dynamo/external_utils.py (#137185) 2024-10-03 15:18:53 +00:00
funcname_cache.py [BE][Easy][15/19] enforce style for empty lines in import segments in torch/_d*/ (#129767) 2024-07-31 21:18:11 +00:00
guards.py Prevent tuple instances from being weak-referenced. (#137838) 2024-10-17 16:08:32 +00:00
hooks.py [BE][Easy][15/19] enforce style for empty lines in import segments in torch/_d*/ (#129767) 2024-07-31 21:18:11 +00:00
logging.py type _dynamo/logging.py (#136956) 2024-10-01 14:35:54 +00:00
mutation_guard.py type _dynamo/mutation_guard.py (#137350) 2024-10-08 00:04:34 +00:00
output_graph.py [alt] fix unroll in successive unflatten (#137646) 2024-10-12 15:53:52 +00:00
profiler.py type _dynamo/profiler.py (#137351) 2024-10-07 18:54:33 +00:00
replay_record.py type _dynamo/replay_record.py (#137183) 2024-10-04 20:29:24 +00:00
resume_execution.py [Dynamo] Trace enter/exit of TorchFunctionModes (#135422) (#137114) 2024-10-09 02:29:40 +00:00
side_effects.py [dynamo] Don't codegen temporary cells for pre-existing cells (#137907) 2024-10-15 00:49:45 +00:00
source.py Revert "[Dynamo] Disable torch function compilation during guard execution and in compiled bytecode (#137669)" 2024-10-15 23:22:58 +00:00
symbolic_convert.py [alt] fix unroll in successive unflatten (#137646) 2024-10-12 15:53:52 +00:00
tensor_version_op.py [BE][Easy][15/19] enforce style for empty lines in import segments in torch/_d*/ (#129767) 2024-07-31 21:18:11 +00:00
test_case.py type _dynamo/test_case.py (#136957) 2024-10-01 14:36:22 +00:00
test_minifier_common.py [inductor] fix _maybe_subprocess_run not support Windows path (#134365) 2024-08-26 17:48:11 +00:00
testing.py Add host-side Triton TMA support to Dynamo (#137677) 2024-10-16 02:18:48 +00:00
trace_rules.py [dynamo] fix NamedTupleVariable for PyStructSequence (torch.return_types.*) support (#137776) 2024-10-13 06:46:41 +00:00
types.py Fix PT2 Source Code Annotations (#136460) 2024-09-28 03:54:43 +00:00
utils.py Revert "[compiled autograd] Compiled autograd configs in TLS (#137821)" 2024-10-16 16:38:29 +00:00