pytorch/test
Raghavan Raman 95fbc158d4 [NNC] Add a method to compute conv without bias (#57512)
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/57512

Test Plan: Imported from OSS

Reviewed By: VitalyFedyunin

Differential Revision: D28226919

Pulled By: navahgar

fbshipit-source-id: e84b944f7fdc84a77409d59218ceaa0862298f3c
2021-05-06 01:07:21 -07:00
..
backward_compatibility Add torch.linalg.cholesky_ex without checking for errors by default (#56724) 2021-05-01 18:48:27 -07:00
benchmark_utils Add lint for unqualified noqa (#56272) 2021-04-19 13:16:18 -07:00
bottleneck_test
cpp [NNC] Add a method to compute conv without bias (#57512) 2021-05-06 01:07:21 -07:00
cpp_api_parity
cpp_extensions [torch distributed] Implementing all_gather_base (#56315) 2021-04-23 14:16:47 -07:00
custom_backend
custom_operator AutoDispatchBelowAutograd takes no arguments. (#56424) 2021-04-21 14:44:12 -07:00
distributed Add futures to ProcessGroupMPI work (but not including Send/Recv) and python DDP comm hook testing (#57214) 2021-05-04 16:04:45 -07:00
distributions
error_messages
expect Eliminate global usage of torch.set_default_dtype in sparse test (#56393) 2021-04-27 15:23:14 -07:00
fx Maintain submodule references during subgraph rewriting (#55463) 2021-04-30 16:46:44 -07:00
jit mkldnn gelu (#53615) 2021-05-05 02:03:52 -07:00
jit_hooks
mobile [PyTorch][Edge] Add api to get bytecode model version (#56801) 2021-05-05 09:17:26 -07:00
onnx torch.clamp with tensor min and max (#52695) 2021-05-03 12:56:16 -07:00
optim
package [package] remove save_source_file API (#57340) 2021-05-05 17:57:05 -07:00
quantization ns for fx: clean up manual string names of related ops (#57210) 2021-05-05 06:30:32 -07:00
scripts
test_img
typing Port NumPy typing testing style to PyTorch (#54234) 2021-04-15 01:25:16 -07:00
HowToWriteTestsUsingFileCheck.md
linear.py
run_test.py Torchelastic: add multiprocessing tests to ci/cd (#56842) 2021-05-02 14:03:47 -07:00
simulate_nccl_errors.py
test_ao_sparse.py [sparsity] Moving the sparsity python files to OSS (#56617) 2021-04-22 14:07:31 -07:00
test_autograd.py [kineto] Update Kineto submodule (#57700) 2021-05-05 20:09:38 -07:00
test_binary_ufuncs.py Support auto generation of device check (#56872) 2021-05-01 12:02:09 -07:00
test_bundled_images.py [easy] Rename fb::jpeg_decode_to_NCHW to fb::image_decode_to_NCHW (#55857) 2021-04-15 13:44:13 -07:00
test_bundled_inputs.py Add lint for unqualified type: ignore (#56290) 2021-04-21 08:07:23 -07:00
test_complex.py
test_cpp_api_parity.py
test_cpp_extensions_aot.py
test_cpp_extensions_jit.py Add minidump collection via breakpad (#55647) 2021-04-16 13:05:01 -07:00
test_cuda.py [RELAND] [CUDA graphs] Avoid sync errors when graph capturing cudnn rnn calls that use cudnn dropout (#57373) 2021-05-03 11:41:40 -07:00
test_cuda_primary_ctx.py
test_dataloader.py [DataLoader] Add generate_state for NumPy seeding (#56797) 2021-04-27 08:14:02 -07:00
test_datapipe.py Add lint for unqualified type: ignore (#56290) 2021-04-21 08:07:23 -07:00
test_determination.py
test_dispatch.py Add lint for unqualified noqa (#56272) 2021-04-19 13:16:18 -07:00
test_expecttest.py
test_foreach.py
test_function_schema.py Add stricter check for function schemas with varargs (#56509) 2021-04-20 20:04:38 -07:00
test_functional_autograd_benchmark.py
test_futures.py Add lint for unqualified type: ignore (#56290) 2021-04-21 08:07:23 -07:00
test_fx.py hardswish reland (#57652) 2021-05-05 17:21:43 -07:00
test_fx_experimental.py OpInfo: ravel, view, view_as (#56910) 2021-05-02 22:10:36 -07:00
test_import_time.py Add a test to measure import torch time (#56041) 2021-04-15 00:53:30 -07:00
test_indexing.py Migrate thrust->cub for index put (#55693) 2021-04-27 12:27:09 -07:00
test_jit.py [PyTorch, Mobile] Serialization format change for source range (#54284) 2021-05-04 09:19:27 -07:00
test_jit_cuda_fuser.py Fixing error in jit cuda on ROCm: non-constant-expression cannot be n… (#55243) 2021-04-21 16:35:27 -07:00
test_jit_disabled.py
test_jit_fuser.py
test_jit_fuser_legacy.py
test_jit_fuser_te.py hardswish reland (#57652) 2021-05-05 17:21:43 -07:00
test_jit_legacy.py
test_jit_profiling.py
test_jit_simple.py
test_jit_string.py
test_kernel_launch_checks.py
test_license.py
test_linalg.py Replace windows CUDA 11.2 CI with 11.3 (#57223) 2021-05-04 14:23:23 -07:00
test_logging.py
test_metal.py
test_mkldnn.py [BE] Improve has_bf16_support (#57408) 2021-05-03 09:11:04 -07:00
test_mobile_optimizer.py [Pytorch Edge] Remove methods_to_optimize arg (#57045) 2021-04-27 14:54:13 -07:00
test_model_dump.py model_dump tool for model inspection (#56868) 2021-04-28 07:33:10 -07:00
test_module_init.py Support factory kwargs in torch.nn modules (#54508) 2021-04-22 16:16:53 -07:00
test_multiprocessing.py Fix mp serialization for integer nn.Parameter on CUDA (#56529) 2021-04-22 16:21:04 -07:00
test_multiprocessing_spawn.py
test_namedtensor.py
test_namedtuple_return_api.py Add torch.linalg.cholesky_ex without checking for errors by default (#56724) 2021-05-01 18:48:27 -07:00
test_native_functions.py
test_nn.py Fix compatibility problem with LSTMs and torch.save (#57558) 2021-05-05 07:36:13 -07:00
test_nnapi.py NNAPI: flex size support for upsample_nearest2d op (#57563) 2021-05-05 13:54:43 -07:00
test_numba_integration.py
test_numpy_interop.py Add lint for unqualified type: ignore (#56290) 2021-04-21 08:07:23 -07:00
test_op_aliases.py [OpInfo] Add opinfo for transpose and its aliases (#56122) 2021-04-25 21:58:16 -07:00
test_openmp.py
test_ops.py hardswish reland (#57652) 2021-05-05 17:21:43 -07:00
test_optim.py
test_overrides.py Update test_overrides for gradcheck (#57155) 2021-04-29 07:43:18 -07:00
test_package.py
test_profiler.py [kineto] Update Kineto submodule (#57700) 2021-05-05 20:09:38 -07:00
test_pruning_op.py
test_public_bindings.py
test_pytree.py
test_quantization.py Add lint for unqualified noqa (#56272) 2021-04-19 13:16:18 -07:00
test_reductions.py Fix min() and max() for empty tensors (#52565) 2021-04-30 15:55:10 -07:00
test_segment_reductions.py [torch][segment_reduce] Add support for initial value (#56923) 2021-04-30 18:01:31 -07:00
test_serialization.py
test_set_default_mobile_cpu_allocator.py
test_shape_ops.py Fix tensor device in test_kthvalue_overlap (#56869) 2021-05-01 12:01:09 -07:00
test_show_pickle.py
test_sort_and_select.py Implement torch.sort with cub::DeviceSegmentedRadixSort (#56821) 2021-05-04 13:16:52 -07:00
test_sparse.py Sparse support for division rounding_mode argument (#51989) 2021-05-01 17:37:25 -07:00
test_sparse_csr.py Modernize test-suite in sparse tensor CSR (#56392) 2021-04-27 15:22:17 -07:00
test_spectral_ops.py Remove distutils (#57040) 2021-04-29 12:10:11 -07:00
test_static_runtime.py
test_tensor_creation_ops.py [resubmit] Remove sync for randperm on small tensors. (#54113) (#57364) 2021-05-03 20:48:04 -07:00
test_tensorboard.py Add lint for unqualified noqa (#56272) 2021-04-19 13:16:18 -07:00
test_tensorexpr.py [nnc][tests] Skip long running tests when using TE interpreter (#57568) 2021-05-04 16:57:48 -07:00
test_tensorexpr_pybind.py [JIT] Add a pass for removing a first (self) argument from a graph if it is unused. (#57169) 2021-05-03 20:02:25 -07:00
test_testing.py relax type equality constraint for scalars (#57532) 2021-05-05 22:42:51 -07:00
test_throughput_benchmark.py
test_torch.py Relax tp_new so that it is OK to call (#57544) 2021-05-05 09:04:39 -07:00
test_type_hints.py Add lint for unqualified type: ignore (#56290) 2021-04-21 08:07:23 -07:00
test_type_info.py
test_type_promotion.py Revert D27765618: Initial support for sparse complex tensors constructors for CPU/CUDA 2021-04-27 15:48:51 -07:00
test_typing.py Port NumPy typing testing style to PyTorch (#54234) 2021-04-15 01:25:16 -07:00
test_unary_ufuncs.py OpInfo: mvlgamma (#56907) 2021-05-01 20:51:01 -07:00
test_utils.py Add lint for unqualified type: ignore (#56290) 2021-04-21 08:07:23 -07:00
test_view_ops.py Adding hsplit,vsplit and dsplit methods (#53536) 2021-04-26 09:39:09 -07:00
test_vmap.py
test_vulkan.py
test_xnnpack_integration.py