pytorch/test
Shivam Raikundalia 2f4af0f4e6 [Profiler] Disable Dynamo-Sensitive Profiler Tests (#138762)
Summary: During compilation, a profiler context gets ignored so we should temporarily turn off tests that are failing due to dynamo. Once profiler integration with dynamo is introduced we can reintroduce these tests

Test Plan: Make sure CI is passing again

Differential Revision: D64867447

Pull Request resolved: https://github.com/pytorch/pytorch/pull/138762
Approved by: https://github.com/davidberard98
2024-10-25 00:25:49 +00:00
..
ao/sparsity remove skips due to https://github.com/pytorch/torchdynamo/issues/1991 (#138133) 2024-10-17 17:42:46 +00:00
autograd
backends/xeon
benchmark_utils c10::optional -> std::optional in PyTorch (#137333) 2024-10-11 00:16:10 +00:00
bottleneck_test
cpp [torchbind] Add generic __deepcopy__ method (#137613) 2024-10-24 22:14:55 +00:00
cpp_api_parity
cpp_extensions Make Context to be Device-agnostic Step by Step (1/N) (#136519) (#138155) 2024-10-17 20:58:56 +00:00
custom_backend
custom_operator C10_UNUSED to [[maybe_unused]] (#6357) (#138364) 2024-10-19 13:17:43 +00:00
distributed [c10d] allow sub group to be eagerly inited even if default one is not (#138665) 2024-10-24 23:51:28 +00:00
distributions
dynamo Have as_tensor always return a float64 tensor in dynamo (#138598) 2024-10-24 20:50:28 +00:00
dynamo_expected_failures [dynamo][modules] Support overridden __call__ on nn modules (#138619) 2024-10-24 03:49:26 +00:00
dynamo_skips
edge Add option to disable operator profiling (#136838) 2024-10-04 22:56:00 +00:00
error_messages
expect Fix unbind_copy and add its decomposition (#134319) 2024-10-23 19:13:44 +00:00
export preserve signatures with multiple calls + buffer mutations (#138669) 2024-10-25 00:13:25 +00:00
forward_backward_compatibility [BC] Add check for core ATen opset schema BC (#137664) 2024-10-18 01:58:33 +00:00
functorch Fix unbind_copy and add its decomposition (#134319) 2024-10-23 19:13:44 +00:00
fx
higher_order_ops [hierarchical-compilation][inductor] Support invoke_subgraph HOP (#138031) 2024-10-23 21:32:14 +00:00
inductor [aot_compile] propagate ShapeEnv during lowering (#138362) 2024-10-24 22:22:14 +00:00
jit remove skips due to https://github.com/pytorch/torchdynamo/issues/1991 (#138133) 2024-10-17 17:42:46 +00:00
jit_hooks
lazy
mobile
nn Add type check for dilation in torch.quantized_max_pool3d() (#137845) 2024-10-21 16:15:57 +00:00
onnx [ONNX] Add complex constant support (#138279) 2024-10-22 19:42:59 +00:00
optim Allow SequentialLR to include ChainedScheduler (#133450) 2024-10-18 02:29:38 +00:00
package
profiler [Profiler] Disable Dynamo-Sensitive Profiler Tests (#138762) 2024-10-25 00:25:49 +00:00
quantization [reland] Add int1 to int7 dtypes (#137928) 2024-10-18 02:02:08 +00:00
scripts
test_img
torch_np [BE][Ez]: Use interned hardcoded string FURB156 (#138330) 2024-10-18 18:26:16 +00:00
typing
xpu
_test_bazel.py
allowlist_for_publicAPI.json [BE][Easy] enable PYFMT for torch.fx (#138443) 2024-10-21 19:15:49 +00:00
conftest.py
create_dummy_torchscript_model.py
delete.py
hi.py
HowToWriteTestsUsingFileCheck.md
linear.py
load_torchscript_model.py
minioptest_failures_dict.json
mkl_verbose.py
mkldnn_verbose.py
pytest_shard_custom.py
run_doctests.sh
run_test.py Upload artifacts during test run (#125799) 2024-10-22 16:48:57 +00:00
simulate_nccl_errors.py
slow_tests.json Update slow tests (#133203) 2024-10-21 12:00:52 +00:00
test_ao_sparsity.py
test_autocast.py
test_autograd.py [compiled autograd] enable some reentrant tests (#137290) 2024-10-18 22:25:08 +00:00
test_autograd_fallback.py
test_autoload.py
test_binary_ufuncs.py Fix test_binary_ufuncs.py for NumPy 2 (#137937) 2024-10-15 17:04:24 +00:00
test_bundled_images.py
test_bundled_inputs.py
test_ci_sanity_check_fail.py
test_comparison_utils.py
test_compile_benchmark_util.py
test_complex.py
test_content_store.py
test_cpp_api_parity.py
test_cpp_extensions_aot.py remove skips due to https://github.com/pytorch/torchdynamo/issues/1991 (#138133) 2024-10-17 17:42:46 +00:00
test_cpp_extensions_jit.py Unify cpp_extension build directory removal (#136059) 2024-10-03 06:22:11 +00:00
test_cpp_extensions_mtia_backend.py Unify cpp_extension build directory removal (#136059) 2024-10-03 06:22:11 +00:00
test_cpp_extensions_open_device_registration.py Remove dependency on numpy for serialization for XLA/open registration devices without numpy (#137444) 2024-10-09 19:35:55 +00:00
test_cpp_extensions_stream_and_event.py Unify cpp_extension build directory removal (#136059) 2024-10-03 06:22:11 +00:00
test_cuda.py Properly uses ref-counting for torch.cuda.use_mem_pool (#133600) 2024-10-22 03:21:53 +00:00
test_cuda_expandable_segments.py
test_cuda_multigpu.py
test_cuda_nvml_based_avail.py
test_cuda_primary_ctx.py
test_cuda_sanitizer.py Add proper handling for view and factory function for csan (#138236) 2024-10-18 14:04:18 +00:00
test_cuda_trace.py
test_custom_ops.py Fix torch.library.register_vmap (#137306) 2024-10-04 03:46:35 +00:00
test_dataloader.py
test_datapipe.py
test_decomp.py Replace torch.export default decomp table to be lazily populated (#137650) 2024-10-18 19:28:52 +00:00
test_deploy.py
test_determination.py
test_dispatch.py
test_dlpack.py
test_dynamic_shapes.py Introduce torch.sym_add, variadic add (#138660) 2024-10-23 17:42:41 +00:00
test_expanded_weights.py
test_fake_tensor.py remove skips due to https://github.com/pytorch/torchdynamo/issues/1991 (#138133) 2024-10-17 17:42:46 +00:00
test_file_check.py
test_flop_counter.py
test_foreach.py
test_function_schema.py
test_functional_autograd_benchmark.py
test_functional_optim.py
test_functionalization.py
test_functionalization_of_rng_ops.py
test_futures.py
test_fx.py
test_fx_experimental.py
test_fx_passes.py
test_fx_reinplace_pass.py
test_hub.py
test_import_stats.py
test_indexing.py [ROCm] index_put performance improvement (#138259) 2024-10-22 15:21:43 +00:00
test_itt.py
test_jit.py
test_jit_autocast.py
test_jit_disabled.py
test_jit_fuser.py
test_jit_fuser_legacy.py
test_jit_fuser_te.py
test_jit_legacy.py
test_jit_llga_fuser.py
test_jit_profiling.py
test_jit_simple.py
test_jit_string.py
test_jiterator.py
test_kernel_launch_checks.py
test_legacy_vmap.py
test_license.py
test_linalg.py [ROCm] CK-based GEMM (#131004) 2024-10-20 02:57:43 +00:00
test_logging.py
test_masked.py
test_maskedtensor.py Fix memory leak on masked Tensor (#137890) 2024-10-15 18:37:55 +00:00
test_matmul_cuda.py
test_meta.py remove skips due to https://github.com/pytorch/torchdynamo/issues/1991 (#138133) 2024-10-17 17:42:46 +00:00
test_metal.py
test_mkl_verbose.py
test_mkldnn.py
test_mkldnn_fusion.py
test_mkldnn_verbose.py
test_mobile_optimizer.py
test_model_dump.py
test_model_exports_to_core_aten.py
test_module_tracker.py
test_modules.py
test_monitor.py
test_mps.py [EZ] Fix typo in test_mps.py (#138738) 2024-10-23 22:15:35 +00:00
test_multiprocessing.py
test_multiprocessing_spawn.py multiprocessing.spawn: allow a grace period when shutdown (#131278) 2024-10-07 12:37:34 +00:00
test_namedtensor.py
test_namedtuple_return_api.py
test_native_functions.py
test_native_mha.py
test_nestedtensor.py Improve input validation for NJT pointwise ops (#138602) 2024-10-22 20:13:12 +00:00
test_nn.py Enable additional tests for MPS CI runs (#134356) 2024-10-04 21:52:38 +00:00
test_nnapi.py
test_numba_integration.py
test_numpy_interop.py Fix dtype test for NumPy 2 (#137532) 2024-10-10 18:12:25 +00:00
test_openmp.py [1/N] Don't skip ASAN on some tests (#138571) 2024-10-23 02:38:45 +00:00
test_ops.py
test_ops_fwd_gradients.py
test_ops_gradients.py
test_ops_jit.py
test_optim.py Add Support for Tracking Parameter Names (named_parameters) in Optimizer State Dict (#134107) 2024-10-14 19:24:44 +00:00
test_out_dtype_op.py
test_overrides.py Introduce torch.sym_add, variadic add (#138660) 2024-10-23 17:42:41 +00:00
test_package.py
test_per_overload_api.py
test_prims.py
test_proxy_tensor.py remove dead code (#138690) 2024-10-24 20:29:24 +00:00
test_pruning_op.py
test_public_bindings.py Revert "[Dynamo] Disable torch function compilation during guard execution and in compiled bytecode (#137669)" 2024-10-15 23:22:58 +00:00
test_python_dispatch.py
test_pytree.py
test_quantization.py
test_reductions.py [dynamo] Support range_iterator as a function input (#138657) 2024-10-24 03:49:26 +00:00
test_scatter_gather_ops.py
test_schema_check.py
test_segment_reductions.py
test_serialization.py Add environment variable to force no weights_only load (#138225) 2024-10-21 23:26:15 +00:00
test_set_default_mobile_cpu_allocator.py
test_shape_ops.py
test_show_pickle.py
test_sort_and_select.py
test_sparse.py remove skips due to https://github.com/pytorch/torchdynamo/issues/1991 (#138133) 2024-10-17 17:42:46 +00:00
test_sparse_csr.py Add out_dtype kw argument to optimize_bsr_dense_addmm (#136626) 2024-10-22 09:52:25 +00:00
test_sparse_semi_structured.py Revert "[sparse] add search for optimal alg_id to torch.compile (#137427)" 2024-10-24 17:27:06 +00:00
test_spectral_ops.py
test_stateless.py
test_static_runtime.py
test_subclass.py
test_sympy_utils.py
test_tensor_creation_ops.py remove skips due to https://github.com/pytorch/torchdynamo/issues/1991 (#138133) 2024-10-17 17:42:46 +00:00
test_tensorboard.py
test_tensorexpr.py
test_tensorexpr_pybind.py
test_testing.py [BE][Ez]: Use interned hardcoded string FURB156 (#138330) 2024-10-18 18:26:16 +00:00
test_throughput_benchmark.py
test_torch.py Fix .to(cpu) for Storage (#138011) 2024-10-23 01:31:48 +00:00
test_transformers.py [cuDNN][cuDNN Frontend] Check in test for previously broken dBias check (#138725) 2024-10-24 15:33:58 +00:00
test_type_hints.py
test_type_info.py
test_type_promotion.py
test_typing.py
test_unary_ufuncs.py
test_utils.py
test_utils_config_module.py config: simplify most of the config handling and fix some bugs (#138377) 2024-10-22 13:40:26 +00:00
test_utils_internal.py
test_view_ops.py Enable additional tests for MPS CI runs (#134356) 2024-10-04 21:52:38 +00:00
test_vulkan.py
test_weak.py
test_xnnpack_integration.py
test_xpu.py Add torch.xpu.get_arch_list and torch.xpu.get_gencode_flags for XPU (#137773) 2024-10-18 02:28:08 +00:00