pytorch/test
CYuxian 42b0bdd0c5 [onnx] Convert aten::flatten with 0d input to onnx Reshape and 1d to Identity (#104089)
Avoid empty tensor generated by Slice op if using _flatten_helper for aten::flatten with 0d/1d input.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/104089
Approved by: https://github.com/thiagocrepaldi
2023-06-28 17:01:43 +00:00
..
_nvfuser
ao/sparsity enable ASAN on some tests (#103647) 2023-06-28 02:17:14 +00:00
autograd
backends/xeon
benchmark_utils
bottleneck_test
cpp DDP + C10D sparse all_reduce changes (#103916) (#104256) 2023-06-28 00:37:52 +00:00
cpp_api_parity
cpp_extensions [functorch] disable C++ Function under functorch transforms (#103957) 2023-06-23 11:01:44 +00:00
custom_backend
custom_operator
distributed [FSDP] Check module.training for _root_cast_forward_inputs (#104223) 2023-06-28 16:38:01 +00:00
distributions Fix Dirichlet.log_prob() when x=0 and alpha=1 (#103605) 2023-06-15 16:16:50 +00:00
dynamo [HigherOrderOp] Fall back on all new side effects in speculate_subgraph (#104077) 2023-06-28 14:20:37 +00:00
edge [Specialized Kernel] Update yaml syntax to use kernel instead of dispatch (#104070) 2023-06-27 09:53:20 +00:00
error_messages
expect REDO of dropout support for mem eff #102038 (#103704) 2023-06-26 23:05:03 +00:00
export [RFC]: Integrate assertions functionalization to export (after AOT export) (#103887) 2023-06-27 18:14:29 +00:00
forward_backward_compatibility DDP + C10D sparse all_reduce changes (#103916) (#104256) 2023-06-28 00:37:52 +00:00
functorch enable ASAN on some tests (#103647) 2023-06-28 02:17:14 +00:00
fx
inductor Revert "Re-enable low memory dropout (#103330)" 2023-06-28 04:27:37 +00:00
jit enable ASAN on some tests (#103647) 2023-06-28 02:17:14 +00:00
jit_hooks
lazy
mobile
nn XFAIL test_MaxUnpool_index_errors CUDA slow tests (#103905) 2023-06-22 18:05:10 +00:00
onnx [onnx] Convert aten::flatten with 0d input to onnx Reshape and 1d to Identity (#104089) 2023-06-28 17:01:43 +00:00
onnx_caffe2
optim enable ASAN on some tests (#103647) 2023-06-28 02:17:14 +00:00
package
profiler [PyPer][ET] Refactor EG to ET (#99694) 2023-06-22 19:41:54 +00:00
quantization [Quant][PT2E] Supported customized _EQUIVALENT_TYPES in Module Partition API (#102516) 2023-06-28 00:20:25 +00:00
scripts
test_img
typing
_test_bazel.py
allowlist_for_publicAPI.json
conftest.py Do not collect and skip non-disabled tests when rerunning disabled tests (#102107) 2023-05-27 12:10:36 +00:00
create_dummy_torchscript_model.py
delete.py
HowToWriteTestsUsingFileCheck.md
linear.py
load_torchscript_model.py
mkl_verbose.py
mkldnn_verbose.py
run_doctests.sh
run_test.py Change tools search order (#104214) 2023-06-27 15:54:34 +00:00
simulate_nccl_errors.py
test_ao_sparsity.py
test_autocast.py Add autocast support for IPU (#103890) 2023-06-22 15:38:45 +00:00
test_autograd.py Update SavedVariable to support saving non-input leafs (#104039) 2023-06-22 21:52:35 +00:00
test_binary_ufuncs.py enable ASAN on some tests (#103647) 2023-06-28 02:17:14 +00:00
test_bundled_images.py
test_bundled_inputs.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 [MPS] Prerequisite for MPS C++ extension (#102483) 2023-06-07 17:28:31 +00:00
test_cpp_extensions_jit.py [functorch] disable C++ Function under functorch transforms (#103957) 2023-06-23 11:01:44 +00:00
test_cpp_extensions_open_device_registration.py extend serialization for tensor metadata (#99808) 2023-06-14 01:43:21 +00:00
test_cuda.py Refactor multigpu tests to test_cuda_multigpu (#104059) 2023-06-27 05:32:05 +00:00
test_cuda_expandable_segments.py
test_cuda_multigpu.py Refactor multigpu tests to test_cuda_multigpu (#104059) 2023-06-27 05:32:05 +00:00
test_cuda_nvml_based_avail.py
test_cuda_primary_ctx.py [BE] Use TEST_MULTIGPU from common_cuda.py (#103982) 2023-06-22 00:07:44 +00:00
test_cuda_sanitizer.py
test_cuda_trace.py
test_custom_op_testing.py [operator_compile_check] Add FakeTensor testing (#103595) 2023-06-16 16:55:51 +00:00
test_dataloader.py
test_datapipe.py
test_decomp.py disable tf32 for rnn tests and norm tests (#102005) 2023-05-24 02:22:58 +00:00
test_deploy.py
test_determination.py
test_dispatch.py
test_dlpack.py add additional stream priority for cuda streams (#101956) 2023-05-27 02:36:16 +00:00
test_dynamic_shapes.py fix soundness bug with unsupported constraints (#102897) 2023-06-10 01:59:55 +00:00
test_expanded_weights.py tf32 context fixes for various tests (#103137) 2023-06-15 02:33:12 +00:00
test_fake_tensor.py [operator_compile_check] Add FakeTensor testing (#103595) 2023-06-16 16:55:51 +00:00
test_flop_counter.py De-register forward hooks upon exiting flop counter context (#103744) 2023-06-20 19:34:02 +00:00
test_foreach.py Reland "Move tensor grouping to ATen" (#103912) 2023-06-21 09:26:33 +00:00
test_function_schema.py
test_functional_autograd_benchmark.py
test_functional_optim.py
test_functionalization.py Upgrade LoggingTensor mode and add traceback collection (#103734) 2023-06-21 22:04:30 +00:00
test_functionalization_of_rng_ops.py
test_futures.py Enable mypy allow redefinition (#102046) 2023-05-24 07:05:30 +00:00
test_fx.py Preserve all submodules/parameters/buffers when unpickle graph module (#104115) 2023-06-26 06:59:48 +00:00
test_fx_experimental.py
test_fx_passes.py
test_fx_reinplace_pass.py
test_hub.py
test_import_stats.py
test_indexing.py [Dynamo] Fix lineinfo generation on PY3.11+ (#103525) 2023-06-14 05:41:43 +00:00
test_itt.py
test_jit.py
test_jit_autocast.py
test_jit_cuda_fuser.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 [BE] Deprecate has_XYZ attributes (#103279) 2023-06-10 05:17:17 +00:00
test_jit_profiling.py
test_jit_simple.py
test_jit_string.py
test_jiterator.py
test_kernel_launch_checks.py
test_legacy_vmap.py Make index_add_ error if input source shape is wrong (#100321) 2023-06-08 06:51:10 +00:00
test_license.py
test_linalg.py enable ASAN on some tests (#103647) 2023-06-28 02:17:14 +00:00
test_logging.py
test_masked.py
test_maskedtensor.py Tighten FakeTensor reentrancy asserts, add debugging (#102091) 2023-05-24 05:37:51 +00:00
test_matmul_cuda.py
test_meta.py [pt2] add metas for _pdist_forward and _pdist_backward (#103817) 2023-06-22 11:18:05 +00:00
test_metal.py
test_mkl_verbose.py
test_mkldnn.py [BE] Deprecate has_XYZ attributes (#103279) 2023-06-10 05:17:17 +00:00
test_mkldnn_fusion.py [BE] Deprecate has_XYZ attributes (#103279) 2023-06-10 05:17:17 +00:00
test_mkldnn_verbose.py
test_mobile_optimizer.py
test_model_dump.py
test_module_init.py
test_modules.py Add partial derivative unit tests (#103809) 2023-06-25 00:36:10 +00:00
test_monitor.py
test_mps.py enable ASAN on some tests (#103647) 2023-06-28 02:17:14 +00:00
test_multiprocessing.py
test_multiprocessing_spawn.py
test_namedtensor.py
test_namedtuple_return_api.py
test_native_functions.py
test_native_mha.py
test_nestedtensor.py
test_nn.py enable ASAN on some tests (#103647) 2023-06-28 02:17:14 +00:00
test_nnapi.py
test_numba_integration.py
test_numpy_interop.py
test_nvfuser_dynamo.py
test_nvfuser_frontend.py
test_openmp.py
test_ops.py enable ASAN on some tests (#103647) 2023-06-28 02:17:14 +00:00
test_ops_fwd_gradients.py
test_ops_gradients.py
test_ops_jit.py
test_optim.py
test_overrides.py
test_package.py
test_per_overload_api.py
test_prims.py Upgrade LoggingTensor mode and add traceback collection (#103734) 2023-06-21 22:04:30 +00:00
test_proxy_tensor.py [pt2] add metas for _pdist_forward and _pdist_backward (#103817) 2023-06-22 11:18:05 +00:00
test_pruning_op.py
test_public_bindings.py [AMP] Support XLA:TPU (#96370) 2023-06-23 19:46:42 +00:00
test_python_dispatch.py Upgrade LoggingTensor mode and add traceback collection (#103734) 2023-06-21 22:04:30 +00:00
test_pytree.py Simulate treespec flattening/unflattening (#101896) 2023-06-23 10:53:15 +00:00
test_quantization.py [Quant][PT2E]Enable x86 inductor quantizer (#98730) 2023-06-17 06:10:23 +00:00
test_reductions.py
test_scatter_gather_ops.py
test_schema_check.py
test_segment_reductions.py
test_serialization.py Fix lr_scheduler serialization contains bound methods issue (#102627) 2023-06-23 03:53:15 +00:00
test_set_default_mobile_cpu_allocator.py
test_shape_ops.py
test_show_pickle.py
test_sort_and_select.py Make 1D integer sorting work in parallel (#100081) 2023-06-02 07:41:28 +00:00
test_sparse.py Revert "sparse_mask: backward support for sparse lhs (#95165)" 2023-06-23 18:40:15 +00:00
test_sparse_csr.py Sparse Compressed mm avoid creating temp sparse (#104062) 2023-06-26 16:45:04 +00:00
test_sparse_semi_structured.py [core][pruning][sparse][feature] SparseSemiStructured tensor subclass (#102135) 2023-06-27 19:21: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
test_tensorboard.py
test_tensorexpr.py
test_tensorexpr_pybind.py
test_testing.py
test_throughput_benchmark.py
test_torch.py Make torch.empty* deterministic by filling with NaN or max int value (#101849) 2023-06-21 02:53:22 +00:00
test_transformers.py REDO of dropout support for mem eff #102038 (#103704) 2023-06-26 23:05:03 +00:00
test_type_hints.py
test_type_info.py
test_type_promotion.py
test_typing.py
test_unary_ufuncs.py enable ASAN on some tests (#103647) 2023-06-28 02:17:14 +00:00
test_utils.py Add torch._utils.render_call, improve printoptions (#102623) 2023-05-31 22:08:04 +00:00
test_view_ops.py
test_vulkan.py
test_weak.py
test_xnnpack_integration.py