pytorch/test
Lucas Hosseini 09f1f14569 Transition to new tensorpipe::Pipe API. (#55193)
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/55193

Test Plan: CI

Reviewed By: lw

Differential Revision: D27466387

fbshipit-source-id: 07b831d699f56874dd45f37e448b8c4244ead5e3
2021-04-02 02:28:07 -07:00
..
backward_compatibility Modified lstsq_helper to accept rank and singular_values (#54719) 2021-04-01 11:14:04 -07:00
benchmark_utils Lint trailing newlines (#54737) 2021-03-30 13:09:52 -07:00
bottleneck_test
cpp Transition to new tensorpipe::Pipe API. (#55193) 2021-04-02 02:28:07 -07:00
cpp_api_parity Huber loss (#50553) 2021-03-02 17:30:45 -08:00
cpp_extensions Pass Scalar by reference (#53583) 2021-03-15 23:17:06 -07:00
custom_backend Adds a bool is_available() method to the backend contract (#53068) 2021-03-10 00:24:16 -08:00
custom_operator
distributed Fix skip_if_not_multigpu decorator (#54916) 2021-04-01 18:01:33 -07:00
distributions Fix distributions which don't properly honor validate_args=False (#53600) 2021-03-10 13:16:32 -08:00
error_messages
expect [TB] Support writing new style scalar (#53496) 2021-03-12 19:03:13 -08:00
fx Improve placeholder matching in subgraph rewriter (#54958) 2021-03-30 11:40:33 -07:00
jit [ONNX] Replace decomposeLinear pre process pass with a symbolic (#53077) (#54866) 2021-03-31 21:14:25 -07:00
jit_hooks
mobile
onnx [ONNX] Fix export of copy_ operator (#51938) (#54870) 2021-03-31 21:14:32 -07:00
optim Lint trailing newlines (#54737) 2021-03-30 13:09:52 -07:00
package [package] fix mangling issues with TorchScript (#54915) 2021-03-31 00:58:05 -07:00
quantization Fix skip_if_not_multigpu decorator (#54916) 2021-04-01 18:01:33 -07:00
scripts Fix accidental Flake8 excludes (#55178) 2021-04-01 16:26:46 -07:00
test_img
typing/reveal remove type_hint_tests and convert the files to use the new test style (#53167) 2021-03-18 17:33:53 -07:00
HowToWriteTestsUsingFileCheck.md
linear.py Move conv to mkldnn (#51483) 2021-03-01 21:19:27 -08:00
run_test.py (BE) Refactor get-test-times-from-S3 into s3_stat_parser (#54808) 2021-03-29 08:45:22 -07:00
simulate_nccl_errors.py
test_autograd.py Replace torch.chain_matmul calls to torch.linalg.multi_dot (#55064) 2021-04-01 04:50:53 -07:00
test_binary_ufuncs.py torch.square : OpInfo and minor fixes (#52551) 2021-03-24 00:04:42 -07:00
test_bundled_images.py
test_bundled_inputs.py
test_complex.py
test_cpp_api_parity.py
test_cpp_extensions_aot.py Make test_cpp_extensions_aot handle lack of pytest more gracefully (#53740) 2021-03-22 07:23:41 -07:00
test_cpp_extensions_jit.py
test_cuda.py [Relanding] Implemented torch.linalg.multi_dot (#52859) 2021-04-01 04:49:05 -07:00
test_cuda_primary_ctx.py
test_dataloader.py Make ideep honor torch.set_num_thread changes (#53871) 2021-03-13 11:20:44 -08:00
test_datapipe.py [DataLoader] ZipIterDataPipe (#53554) 2021-03-12 08:26:21 -08:00
test_dataset.py
test_determination.py Improve logic for S3 stats gathering. Uses automatic SLOW_TESTS. (#53549) 2021-03-10 09:37:06 -08:00
test_dispatch.py Rename DefaultBackend to CompositeExplicitAutograd (#54470) 2021-03-26 10:53:30 -07:00
test_expecttest.py
test_foreach.py Refactor Unary Ops tests (#49712) 2021-03-19 09:28:00 -07:00
test_function_schema.py
test_functional_autograd_benchmark.py
test_futures.py
test_fx.py [FX] Adds C-level monkeypatching of torch.randn so that we can capture it during tracing. (#54060) 2021-04-01 07:34:31 -07:00
test_fx_experimental.py [FX] Add a metadata dict to Node and switch shapeprop to use that (#54926) 2021-03-31 14:36:54 -07:00
test_indexing.py [numpy] Add torch.take_along_dim (#52833) 2021-03-28 05:22:51 -07:00
test_jit.py [JIT] Make NoneType annotation_str emit NoneType instead of None (#54642) 2021-03-26 11:32:20 -07:00
test_jit_cuda_fuser.py
test_jit_disabled.py
test_jit_fuser.py [fuser] Support bfloat16 (#54571) 2021-03-25 15:59:15 -07:00
test_jit_fuser_legacy.py
test_jit_fuser_te.py [jit][tensorexpr] Added aten::batch_norm into fuser when in inference mode (#54204) 2021-03-23 04:41:52 -07:00
test_jit_legacy.py
test_jit_profiling.py
test_jit_py3.py
test_jit_simple.py
test_jit_string.py
test_kernel_launch_checks.py
test_license.py
test_linalg.py Deprecate torch.chain_matmul in favor of torch.linalg.multi_dot (#53453) 2021-04-01 04:50:51 -07:00
test_logging.py
test_metal.py
test_mkldnn.py fix mkldnn_add in-place behavior (#51687) 2021-03-16 12:54:27 -07:00
test_mobile_optimizer.py [Pytorch Mobile] optimize_for_mobile: Fuse Add Relu on any function (#54441) 2021-03-23 12:11:59 -07:00
test_multiprocessing.py
test_multiprocessing_spawn.py
test_namedtensor.py
test_namedtuple_return_api.py Update clang-format linux hash and yaml import calls (#53932) 2021-03-18 17:11:58 -07:00
test_native_functions.py De-prioritise Dimname and DimnameList in python overload resolution (#51350) 2021-03-02 23:07:08 -08:00
test_nn.py [ROCM] enable miopen for rnn f16 (#52475) 2021-03-31 14:39:54 -07:00
test_numba_integration.py Temporary disable TestNumbaIntegration.test_from_cuda_array_interface* (#54430) 2021-03-22 09:17:28 -07:00
test_numpy_interop.py
test_op_aliases.py Rename linalg.det test so that it generates a valid method name (#54704) 2021-03-27 11:55:33 -07:00
test_openmp.py Marginally improve pytest collection for top-level test files (#53617) 2021-03-10 08:56:39 -08:00
test_ops.py Added checks for dtype and device of OpInfo's sample_inputs (#54949) 2021-04-01 09:34:51 -07:00
test_optim.py [ROCm] Enable test in test_linalg.py, test_optim.py and test_vmap.py … (#52818) 2021-03-04 02:29:45 -08:00
test_overrides.py Fix override for __iter__ (#54702) 2021-03-30 08:30:50 -07:00
test_package.py [package] split tests (#53749) 2021-03-10 16:07:36 -08:00
test_profiler.py Skip tests on ROCm (#53339) 2021-03-04 21:55:34 -08:00
test_pruning_op.py
test_public_bindings.py
test_pytree.py
test_quantization.py ns for fx: move shadow lstm test to new API (#53828) 2021-03-25 22:35:31 -07:00
test_reductions.py Enabled BFloat16 support for argmax & argmin on both CPU & CUDA (#52582) 2021-03-23 03:38:11 -07:00
test_segment_reductions.py [pytorch] Add native support for segment reduce step1: API definition (#53727) 2021-03-23 16:00:30 -07:00
test_serialization.py
test_set_default_mobile_cpu_allocator.py
test_shape_ops.py Added support for TensorList inputs in OpInfo (#54922) 2021-03-31 04:42:10 -07:00
test_show_pickle.py
test_sort_and_select.py
test_sparse.py Added support for TensorList inputs in OpInfo (#54922) 2021-03-31 04:42:10 -07:00
test_spectral_ops.py [ROCm] skip some tests to enable 4.1 CI upgrade (#54536) 2021-03-30 17:49:45 -07:00
test_static_runtime.py [static runtime] Move all heavy constructor logic into InferenceModule (renamed to StaticModule) (#51564) 2021-03-05 10:15:26 -08:00
test_tensor_creation_ops.py Allow std=0 in torch.normal, and error if std<0 (#51317) 2021-03-31 21:06:07 -07:00
test_tensorboard.py [TB] Support writing new style scalar (#53496) 2021-03-12 19:03:13 -08:00
test_tensorexpr.py
test_tensorexpr_pybind.py [tensorexpr] Add python bindings for TensorExprKernel (#54450) 2021-04-01 02:11:32 -07:00
test_testing.py Move mypy wrapper to tools (#54268) 2021-03-18 15:41:27 -07:00
test_throughput_benchmark.py
test_torch.py SVD docs improved (#54002) 2021-04-01 09:31:40 -07:00
test_type_hints.py Move mypy wrapper to tools (#54268) 2021-03-18 15:41:27 -07:00
test_type_info.py
test_type_promotion.py Generate no-op meta functions for all inplace operations (#54901) 2021-03-30 09:31:39 -07:00
test_typing.py remove type_hint_tests and convert the files to use the new test style (#53167) 2021-03-18 17:33:53 -07:00
test_unary_ufuncs.py [testing] support op with args/kwargs in test_unary_ufunc (#52194) 2021-03-28 18:10:20 -07:00
test_utils.py Only allow hub.load() from original repo. (#54451) 2021-03-22 20:27:54 -07:00
test_view_ops.py
test_vmap.py skip test_symeig if MAGMA not detected (#54526) 2021-03-24 13:55:36 -07:00
test_vulkan.py
test_xnnpack_integration.py Handle 1D input for xnnpack::linear (#54986) 2021-03-31 14:45:43 -07:00