pytorch/test/dynamo
Edward Z. Yang beb46de342 Correctly convert Python float to float64 when passing argument as Tensor (#136413)
I can't actually test the Dynamo codegen fix as it is impossible to
directly use the Tensor at the moment.

Signed-off-by: Edward Z. Yang <ezyang@meta.com>

Pull Request resolved: https://github.com/pytorch/pytorch/pull/136413
Approved by: https://github.com/bobrenjc93
ghstack dependencies: #136599
2024-09-26 16:50:13 +00:00
..
mock_modules
__init__.py
mock_store_global_crossfile_inline.py
test_activation_checkpointing.py [Traceable FSDP2][Partitioner] Must save AC output if output has a backward hook (#135727) 2024-09-14 08:45:58 +00:00
test_after_aot.py
test_aot_autograd.py
test_aot_autograd_cache.py
test_autograd_function.py
test_backends.py [dynamo] Use __eq__ for backend match (#135039) 2024-09-04 03:35:18 +00:00
test_backward_higher_order_ops.py
test_base_output.py
test_bytecode_utils.py
test_compile.py
test_comptime.py
test_config.py
test_ctx_manager.py Remove onnx imports in dynamo (#136334) 2024-09-24 14:54:23 +00:00
test_cudagraphs.py
test_cudagraphs_expandable_segments.py
test_debug_utils.py
test_decorators.py
test_deviceguard.py
test_dynamic_shapes.py
test_exc.py Include exception type qualname when rewrapping InternalTorchDynamoError (#135145) 2024-09-06 02:56:50 +00:00
test_exceptions.py
test_export.py [export] ignore mark_dynamic() in export (#135536) 2024-09-12 21:22:19 +00:00
test_export_mutations.py
test_frame_init.py
test_functions.py [dynamo][dicts][nv-embed] Support update with kwargs (#135588) 2024-09-10 23:50:23 +00:00
test_fx_passes_pre_grad.py
test_global.py
test_guard_manager.py [Dynamo] Adding CallFunctionNoArgsSource and (#135425) 2024-09-09 22:46:00 +00:00
test_higher_order_ops.py Revert "Fix constant propagation in builtins and UserClasses (#131354)" 2024-09-25 23:01:03 +00:00
test_hooks.py
test_inline_inbuilt_nn_modules.py
test_input_attr_tracking.py
test_interop.py Remove onnx imports in dynamo (#136334) 2024-09-24 14:54:23 +00:00
test_logging.py Don't use exception chaining for BackendCompilerFailed (#135545) 2024-09-11 17:49:18 +00:00
test_minifier.py
test_misc.py Make CLOSURE_VARS construction lazy (#136599) 2024-09-26 16:50:13 +00:00
test_model_output.py [Dynamo] Fix Huggingface PretrainedConfig get non const attr (#135413) 2024-09-07 19:16:29 +00:00
test_modes.py Revert "[Dynamo] Trace enter/exit of TorchFunctionModes (#135422)" (#136590) 2024-09-25 21:10:43 +00:00
test_modules.py [dynamo] recursively skip frames when Dynamo cache limit is hit (#135144) 2024-09-06 21:38:53 +00:00
test_nops.py
test_optimizers.py
test_pre_dispatch.py
test_profiler.py Revert "[PT2/Profiler] Add Context Info to Torch-Compiled Regions (#132765)" 2024-09-20 17:10:27 +00:00
test_python_autograd.py
test_recompile_ux.py
test_recompiles.py [dynamo] recursively skip frames when Dynamo cache limit is hit (#135144) 2024-09-06 21:38:53 +00:00
test_reconstruct.py Optimize dict reconstruct to not codegen untouched values (#134876) 2024-09-23 21:45:44 +00:00
test_reorder_logs.py
test_repros.py [dynamo] Fix support for classmethod(property(...)) (#134968) 2024-09-18 04:47:51 +00:00
test_resume.py
test_sdpa.py
test_skip_non_tensor.py
test_sources.py remove commented out breakpoints (#135363) 2024-09-08 02:15:45 +00:00
test_structured_trace.py Dump partially traced make_fx graph in event of error to tlparse (#136508) 2024-09-25 17:44:15 +00:00
test_subclasses.py [Dynamo] Automatically in-graph traceable tensor subclass ctors (#135151) 2024-09-06 12:23:38 +00:00
test_subgraphs.py
test_torchrec.py
test_trace_rules.py
test_unspec.py Correctly convert Python float to float64 when passing argument as Tensor (#136413) 2024-09-26 16:50:13 +00:00
test_utils.py
test_verify_correctness.py
test_view.py
utils.py