pytorch/test
Natalia Gimelshein b45cf9b81b Revert D30117838: [WIP] Gate DistributedOptimizers on RPC availability
Test Plan: revert-hammer

Differential Revision:
D30117838 (3f09485d7e)

Original commit changeset: e6365a910a3d

fbshipit-source-id: f276b2b2bdf5f7bd27df473fca0eebaee9f7aef2
2021-08-06 22:10:41 -07:00
..
ao/sparsity [pruner] generalize bias hook for conv2d (#62430) 2021-08-05 09:27:17 -07:00
backward_compatibility [hotfix] fix BC checker direction (#62901) 2021-08-06 11:29:28 -07:00
benchmark_utils Make torch.utils.bencmark numpy free (#60564) 2021-06-30 14:17:32 -07:00
bottleneck_test
cpp Back out "Enable test_api IMethodTest in OSS" (#62893) 2021-08-06 16:43:50 -07:00
cpp_api_parity ENH Adds nn.ReflectionPad3d (#59791) 2021-06-21 10:53:14 -07:00
cpp_extensions Add a test case for findDanglingImpls (#61104) 2021-07-07 13:34:16 -07:00
custom_backend [Pytorch backend delegation] Preprocess to accept (#58873) 2021-06-11 10:16:00 -07:00
custom_operator
distributed Enable step_param for Adam functional optimizer (#62611) 2021-08-06 10:53:55 -07:00
distributions [docs] Update sphinx to 3.5.4 (#61601) 2021-07-30 06:23:10 -07:00
error_messages
expect [jit] Set debug name for value coming out of GetAttr nodes. (#59123) 2021-06-09 12:24:55 -07:00
fx Refinement types and unification for symbolic shape inference (#61776) 2021-08-04 17:34:29 -07:00
jit Support eager mode use of torch.jit.isinstance with multiple types (#60465) 2021-08-04 12:45:24 -07:00
jit_hooks
mobile [PyTorch Edge] Simplify Exception Handling (Take-2) (module.cpp) (#62634) 2021-08-04 23:25:30 -07:00
onnx [ONNX] add supplement for standardOps low precision cast (#60731) (#61561) 2021-07-21 15:10:36 -07:00
optim To add Rectified Adam Algorithm to Optimizers (#58968) 2021-06-23 18:27:57 -07:00
package [package] merge test_torchscript into test_package_script (#61807) 2021-07-19 18:23:45 -07:00
quantization [quant] Input-Weight Equalization - allow logical evaluation (#61603) 2021-08-06 15:10:32 -07:00
scripts Disallow versionless Python shebangs (#58275) 2021-05-14 08:26:02 -07:00
test_img
typing Deprecate QR (#57745) 2021-05-10 22:56:37 -07:00
delete.py Introducing DataChunk for DataPipes batching (#62768) 2021-08-06 08:38:33 -07:00
HowToWriteTestsUsingFileCheck.md Allow for heterogenous List and Dict values + Improve container typing algorithm (#57137) 2021-07-10 14:29:05 -07:00
linear.py
run_test.py Revert D30117838: [WIP] Gate DistributedOptimizers on RPC availability 2021-08-06 22:10:41 -07:00
simulate_nccl_errors.py
test_ao_sparsity.py [sparsity] Lambda Scheduler (#59771) 2021-07-02 21:39:38 -07:00
test_autocast.py enable torch.cpu.amp.autocast (#57386) 2021-05-20 17:48:36 -07:00
test_autograd.py [profiler][refactor] Refactor the usage of legacy profiler implementation (#61931) 2021-08-03 18:51:29 -07:00
test_binary_ufuncs.py adding operator cumulative_trapezoid (#61615) 2021-08-03 08:04:00 -07:00
test_buffer_protocol.py Implement NumPy-like frombuffer tensor constructor. (#59077) 2021-07-23 13:17:48 -07:00
test_bundled_images.py
test_bundled_inputs.py [Pytorch] Remove run_on_bundled_input (#58344) 2021-05-17 12:44:00 -07:00
test_complex.py
test_cpp_api_parity.py
test_cpp_extensions_aot.py
test_cpp_extensions_jit.py Adding super calls to JIT test case setUp and tearDown (#61922) 2021-07-20 15:08:44 -07:00
test_cuda_primary_ctx.py
test_cuda.py adding a skip for ROCm for a flaky test (#62664) 2021-08-04 07:29:06 -07:00
test_dataloader.py fix for #60319 , forcing to use fork as start method in test/test_dat… (#60868) 2021-06-29 09:30:37 -07:00
test_datapipe.py Introducing DataChunk for DataPipes batching (#62768) 2021-08-06 08:38:33 -07:00
test_determination.py Disable group group backend rpc tests from running on CI (#60407) 2021-06-23 10:58:31 -07:00
test_dispatch.py Add device and key for lazy tensors (#61621) 2021-07-26 23:00:22 -07:00
test_foreach.py Port addcmul kernels to structured kernels. (#62318) 2021-08-04 15:34:01 -07:00
test_function_schema.py
test_functional_autograd_benchmark.py
test_functional_optim.py Enable step_param for Adam functional optimizer (#62611) 2021-08-06 10:53:55 -07:00
test_futures.py remove unused type: ignore directives (#60006) 2021-06-18 07:23:31 -07:00
test_fx_experimental.py Alias for polygamma (#59691) 2021-07-16 00:06:27 -07:00
test_fx.py [fx] prevent implicit submodule inlining when submodule is a GraphModule (#62436) 2021-08-02 13:37:08 -07:00
test_gen_backend_stubs.py remove xla-specific stuff from codegen (minus CPU fallback) (#58064) 2021-05-26 12:52:13 -07:00
test_import_time.py First step to rearrange files in tools folder (#60473) 2021-06-24 10:13:58 -07:00
test_indexing.py [bc-breaking] Dispatch index_put with boolean mask argument to masked_fill (#61612) 2021-07-19 22:53:14 -07:00
test_jit_cuda_fuser.py Gelu Backward, Contribution from Kevin Stephano (#58249) 2021-05-13 19:39:39 -07:00
test_jit_disabled.py
test_jit_fuser_legacy.py
test_jit_fuser_te.py OpInfo for nn.functional.relu (#62076) 2021-08-04 15:50:18 -07:00
test_jit_fuser.py
test_jit_legacy.py
test_jit_profiling.py
test_jit_simple.py
test_jit_string.py
test_jit.py [jit] Better checking for overload function declarations. (#59956) 2021-08-05 14:21:48 -07:00
test_kernel_launch_checks.py Paren-matching kernel launch check without external deps (#60778) 2021-06-28 10:18:04 -07:00
test_license.py
test_linalg.py Fix incorrectly sized tensors for svd when full_matrices=False (#62022) 2021-07-30 10:27:13 -07:00
test_logging.py
test_metal.py
test_mkldnn.py Enable Gelu fp32/bf16 in CPU path using Mkldnn implementation (#58525) 2021-08-03 06:52:23 -07:00
test_mobile_optimizer.py s/foward/forward/g (#58497) 2021-05-19 11:42:42 -07:00
test_model_dump.py model_dump: Fix non-counting and double-counting bugs in tensor memory (#60702) 2021-07-10 15:16:34 -07:00
test_module_init.py Adds _LazyInstanceNorm and LazyInstanceNormXd (#60982) 2021-07-21 06:45:45 -07:00
test_modules.py Add factory kwargs test to test_modules (#62340) 2021-08-02 06:53:00 -07:00
test_multiprocessing_spawn.py
test_multiprocessing.py
test_namedtensor.py Stop warning on .names() access in max_pool2d and max_pool2d_backward (#60059) 2021-06-17 10:34:41 -07:00
test_namedtuple_return_api.py Exposes _aminmax as aminmax and makes it structured (#62401) 2021-08-03 16:10:43 -07:00
test_native_functions.py
test_nn.py Allow broadcasting along non-reduction dimension for cosine similarity (#62912) 2021-08-06 19:17:04 -07:00
test_nnapi.py Handle simple NNAPI flatten NHWC case (#61796) 2021-07-26 10:59:04 -07:00
test_numba_integration.py
test_numpy_interop.py Warn about poor performance creating Tensor from list of numpy.array's (#51680) 2021-07-22 12:02:50 -07:00
test_openmp.py
test_ops.py Add forward AD inplace check and fix codegen (#60498) 2021-07-27 13:04:55 -07:00
test_optim.py Implement and benchmark a torch.optim.multi_tensor.adagrad implementation (#59155) 2021-07-07 08:08:32 -07:00
test_overrides.py [skip ci] Fix "arugment" typos (#61459) 2021-07-15 15:20:18 -07:00
test_package.py
test_profiler.py Report more information for memory profiling (#61282) 2021-08-04 15:03:14 -07:00
test_pruning_op.py
test_public_bindings.py Fix _C public bindings test (#61088) 2021-07-21 11:50:37 -07:00
test_python_dispatch.py Remove default arguments before calling to __torch_dispatch__ (#61123) 2021-07-23 10:41:35 -07:00
test_pytree.py Teach pytrees about namedtuple (#62292) 2021-07-28 06:27:44 -07:00
test_quantization.py [quant] Create FusedMovingAvgObsFakeQuantize for QAT (#61691) 2021-07-21 10:13:04 -07:00
test_reductions.py [BF16] Add BF16 support to _aminmax and _anminmax_all operators (#62767) 2021-08-06 08:56:12 -07:00
test_segment_reductions.py [torch][segment_reduce] Update default values when initial value is not set (#61266) 2021-07-07 13:34:10 -07:00
test_serialization.py Add serialization support for slots and subclass getstate/setstate (#62745) 2021-08-05 06:49:44 -07:00
test_set_default_mobile_cpu_allocator.py
test_shape_ops.py [Testing] Adding reference tests to OpInfo class (#59369) 2021-06-23 19:26:08 -07:00
test_show_pickle.py
test_sort_and_select.py add BFloat16 support for topk on CPU (#59547) 2021-07-19 16:06:24 -07:00
test_sparse_csr.py use torch.bucketize into_sparse_csr implementation (+ additional tests) (#61340) 2021-07-20 15:44:25 -07:00
test_sparse.py test, fix sparse * dense exceptions and corner case (#61723) 2021-08-05 11:27:12 -07:00
test_spectral_ops.py [ROCM] fix bug in #60313 (#61073) 2021-07-13 07:08:17 -07:00
test_static_runtime.py [Static Runtime] Support prim::GetAttr/SetAttr (#61505) 2021-07-10 14:06:06 -07:00
test_tensor_creation_ops.py add BFloat16 operators on CPU: arange, acosh, asinh, atanh, exp2, digamma, trigamma, polygamma (#60444) 2021-07-22 08:13:22 -07:00
test_tensorboard.py
test_tensorexpr_pybind.py [nnc] Insert alloc/free at global scope (#61725) 2021-07-16 08:42:24 -07:00
test_tensorexpr.py [TensorExpr] Do not fuse float16 values. (#61569) 2021-07-14 12:53:59 -07:00
test_testing.py Improve error messages of torch.testing.assert_close for sparse inputs (#61583) 2021-07-30 11:23:26 -07:00
test_throughput_benchmark.py
test_torch.py remove deprecated is_deterministic and set_deterministic (#62158) 2021-08-04 16:45:23 -07:00
test_type_hints.py
test_type_info.py
test_type_promotion.py New: Initial support for sparse complex tensors constructors for CPU/CUDA (#57125) 2021-05-07 05:36:41 -07:00
test_typing.py
test_unary_ufuncs.py Fix test failures with some glibc libraries (#60450) 2021-06-23 07:49:27 -07:00
test_utils.py Fix breakpad build + add test canary (#60990) 2021-07-06 14:15:07 -07:00
test_view_ops.py Throw RuntimeError when numpy() is called on a tensor with conjugate or negative bit set (#61925) 2021-07-23 11:28:36 -07:00
test_vmap.py Improve testing of inplace views (#59891) 2021-06-22 12:28:09 -07:00
test_vulkan.py
test_xnnpack_integration.py