pytorch/test/dynamo
Edward Z. Yang d342dc0179 Don't attempt to compute hints for unbacked expressions (#132060)
This breaks the inference we made that if you cat an N-D tensor with a 1-D tensor of size (u0,), the u0 must be zero, but no one really wanted that anyway...

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

Pull Request resolved: https://github.com/pytorch/pytorch/pull/132060
Approved by: https://github.com/Skylion007
ghstack dependencies: #131649, #132407
2024-08-02 12:09:37 +00:00
..
mock_modules
__init__.py
mock_store_global_crossfile_inline.py [Reland] Fix inlining module-scoped store global (#132439) 2024-08-02 09:13:52 +00:00
test_activation_checkpointing.py Add None return type to init -- tests rest (#132376) 2024-08-01 15:44:51 +00:00
test_after_aot.py [BE][Easy][11/19] enforce style for empty lines in import segments in test/dy*/ (#129762) 2024-07-27 17:43:53 +00:00
test_aot_autograd.py Add None return type to init -- tests rest (#132376) 2024-08-01 15:44:51 +00:00
test_aot_autograd_cache.py Use fresh inductor cache on unit tests (#132432) 2024-08-02 03:02:36 +00:00
test_autograd_function.py Revert "[export] Add print_readable to unflattener (#128617)" 2024-08-01 23:47:29 +00:00
test_backends.py Add None return type to init -- tests rest (#132376) 2024-08-01 15:44:51 +00:00
test_backward_higher_order_ops.py Add None return type to init -- tests rest (#132376) 2024-08-01 15:44:51 +00:00
test_base_output.py [BE][Easy][11/19] enforce style for empty lines in import segments in test/dy*/ (#129762) 2024-07-27 17:43:53 +00:00
test_bytecode_utils.py [3.13, dynamo] fix test/dynamo/test_bytecode_utils.py (#131206) 2024-07-24 18:22:30 +00:00
test_compile.py Add None return type to init -- tests rest (#132376) 2024-08-01 15:44:51 +00:00
test_comptime.py Fix py codegen to delete values that don't have any users (#131028) 2024-08-01 03:18:37 +00:00
test_config.py [BE][Easy][11/19] enforce style for empty lines in import segments in test/dy*/ (#129762) 2024-07-27 17:43:53 +00:00
test_ctx_manager.py Fix py codegen to delete values that don't have any users (#131028) 2024-08-01 03:18:37 +00:00
test_cudagraphs.py [BE][Easy][11/19] enforce style for empty lines in import segments in test/dy*/ (#129762) 2024-07-27 17:43:53 +00:00
test_cudagraphs_expandable_segments.py [BE][Easy][11/19] enforce style for empty lines in import segments in test/dy*/ (#129762) 2024-07-27 17:43:53 +00:00
test_debug_utils.py [BE][Easy][11/19] enforce style for empty lines in import segments in test/dy*/ (#129762) 2024-07-27 17:43:53 +00:00
test_decorators.py Add None return type to init -- tests rest (#132376) 2024-08-01 15:44:51 +00:00
test_deviceguard.py [BE][Easy][11/19] enforce style for empty lines in import segments in test/dy*/ (#129762) 2024-07-27 17:43:53 +00:00
test_dynamic_shapes.py [BE][Easy][11/19] enforce style for empty lines in import segments in test/dy*/ (#129762) 2024-07-27 17:43:53 +00:00
test_exc.py Fix typo in floordiv solver code that affects flipped relation (#129888) 2024-07-03 04:47:32 +00:00
test_exceptions.py [dynamo][exception] Raise Observed KeyError exception for dict __getitem__ (#132425) 2024-08-02 02:58:31 +00:00
test_export.py Add None return type to init -- tests rest (#132376) 2024-08-01 15:44:51 +00:00
test_export_mutations.py Add None return type to init -- tests rest (#132376) 2024-08-01 15:44:51 +00:00
test_frame_init.py Populate submodules of torch._C to sys.modules recursively (#132216) 2024-08-01 12:04:59 +00:00
test_functions.py Add None return type to init -- tests rest (#132376) 2024-08-01 15:44:51 +00:00
test_fx_passes_pre_grad.py [BE][Easy][11/19] enforce style for empty lines in import segments in test/dy*/ (#129762) 2024-07-27 17:43:53 +00:00
test_global.py [Reland] Fix inlining module-scoped store global (#132439) 2024-08-02 09:13:52 +00:00
test_guard_manager.py Add None return type to init -- tests rest (#132376) 2024-08-01 15:44:51 +00:00
test_higher_order_ops.py Revert "[export] Add print_readable to unflattener (#128617)" 2024-08-01 23:47:29 +00:00
test_hooks.py Add None return type to init -- tests rest (#132376) 2024-08-01 15:44:51 +00:00
test_inline_inbuilt_nn_modules.py [BE][Easy][11/19] enforce style for empty lines in import segments in test/dy*/ (#129762) 2024-07-27 17:43:53 +00:00
test_input_attr_tracking.py Fix py codegen to delete values that don't have any users (#131028) 2024-08-01 03:18:37 +00:00
test_interop.py [BE][Easy][11/19] enforce style for empty lines in import segments in test/dy*/ (#129762) 2024-07-27 17:43:53 +00:00
test_logging.py Add None return type to init -- tests rest (#132376) 2024-08-01 15:44:51 +00:00
test_minifier.py Add None return type to init (#132335) 2024-08-01 15:26:45 +00:00
test_misc.py Don't attempt to compute hints for unbacked expressions (#132060) 2024-08-02 12:09:37 +00:00
test_model_output.py Add None return type to init -- tests rest (#132376) 2024-08-01 15:44:51 +00:00
test_modes.py Skip frame if torch dispatch mode enabled (#131828) 2024-08-01 19:06:20 +00:00
test_modules.py Add None return type to init -- tests rest (#132376) 2024-08-01 15:44:51 +00:00
test_nops.py [BE][Easy][11/19] enforce style for empty lines in import segments in test/dy*/ (#129762) 2024-07-27 17:43:53 +00:00
test_optimizers.py [BE][Easy][11/19] enforce style for empty lines in import segments in test/dy*/ (#129762) 2024-07-27 17:43:53 +00:00
test_pre_dispatch.py [BE][Easy][11/19] enforce style for empty lines in import segments in test/dy*/ (#129762) 2024-07-27 17:43:53 +00:00
test_profiler.py Ban decorator usage of dynamo_timed (#132328) 2024-08-02 12:00:46 +00:00
test_python_autograd.py [BE][Easy][11/19] enforce style for empty lines in import segments in test/dy*/ (#129762) 2024-07-27 17:43:53 +00:00
test_recompile_ux.py [BE][Easy][11/19] enforce style for empty lines in import segments in test/dy*/ (#129762) 2024-07-27 17:43:53 +00:00
test_recompiles.py Add None return type to init -- tests rest (#132376) 2024-08-01 15:44:51 +00:00
test_reorder_logs.py
test_repros.py Skip frame if torch dispatch mode enabled (#131828) 2024-08-01 19:06:20 +00:00
test_resume.py
test_sdpa.py Grouped Query Attention (#128898) 2024-07-31 22:58:51 +00:00
test_skip_non_tensor.py [BE][Easy][11/19] enforce style for empty lines in import segments in test/dy*/ (#129762) 2024-07-27 17:43:53 +00:00
test_sources.py Add None return type to init -- tests rest (#132376) 2024-08-01 15:44:51 +00:00
test_structured_trace.py Add None return type to init -- tests rest (#132376) 2024-08-01 15:44:51 +00:00
test_subclasses.py Revert "[export] Add print_readable to unflattener (#128617)" 2024-08-01 23:47:29 +00:00
test_subgraphs.py [BE][Easy][11/19] enforce style for empty lines in import segments in test/dy*/ (#129762) 2024-07-27 17:43:53 +00:00
test_torchrec.py [BE][Easy][11/19] enforce style for empty lines in import segments in test/dy*/ (#129762) 2024-07-27 17:43:53 +00:00
test_trace_rules.py [BE][Easy][11/19] enforce style for empty lines in import segments in test/dy*/ (#129762) 2024-07-27 17:43:53 +00:00
test_unspec.py [BE][Easy][11/19] enforce style for empty lines in import segments in test/dy*/ (#129762) 2024-07-27 17:43:53 +00:00
test_utils.py [pt2-bench] fix accuracy failure for a few models (#129941) 2024-07-05 10:26:39 +00:00
test_verify_correctness.py Add None return type to init -- tests rest (#132376) 2024-08-01 15:44:51 +00:00
test_view.py [BE][Easy][11/19] enforce style for empty lines in import segments in test/dy*/ (#129762) 2024-07-27 17:43:53 +00:00
utils.py [BE][Easy][11/19] enforce style for empty lines in import segments in test/dy*/ (#129762) 2024-07-27 17:43:53 +00:00