pytorch/test
2022-12-07 15:22:33 +00:00
..
ao/sparsity [pruning][core][feature] Align BaseStructuredPruner with existing pruning flow (#88436) 2022-12-03 00:53:53 +00:00
autograd
backends/xeon
benchmark_utils
bottleneck_test
cpp [codemod][llvm15] LLVM-15 fixes for caffe2/test/cpp/jit/test_module_api.cpp (#89938) 2022-12-04 12:50:14 +00:00
cpp_api_parity
cpp_extensions Add tests for custom pybind type_casters (#89897) 2022-12-02 07:02:09 +00:00
custom_backend
custom_operator
distributed reland #89243: [Composable API] replicate: add support for DDP args (#90255) 2022-12-07 15:22:33 +00:00
distributions Implement gamma cdf (#89955) 2022-12-01 00:12:53 +00:00
dynamo Fix exception causes all over the codebase (#90271) 2022-12-07 04:29:00 +00:00
error_messages
expect Generator of tensor inputs with variable layout and structure (batch/non-batch, hybrid/non-hybrid, block/non-block) (#88914) 2022-11-30 02:13:33 +00:00
forward_backward_compatibility Update sdp dispatch logic to enable fused backward (#89154) 2022-11-21 20:02:09 +00:00
functorch Give std/var correction overloads proper defaults (#56398) 2022-12-07 15:15:00 +00:00
fx Revert "remove torch.equal usages (#89527)" 2022-12-02 21:36:13 +00:00
inductor Give std/var correction overloads proper defaults (#56398) 2022-12-07 15:15:00 +00:00
jit Fix exception causes all over the codebase (#90271) 2022-12-07 04:29:00 +00:00
jit_hooks
lazy Fix exception causes all over the codebase (#90271) 2022-12-07 04:29:00 +00:00
mobile Fix typos in messages under test (#89121) 2022-11-17 01:55:03 +00:00
nn add shape check for random_samples in fractional_max_pool{2d|3d} (#89992) 2022-12-06 14:14:41 +00:00
onnx Fix exception causes all over the codebase (#90271) 2022-12-07 04:29:00 +00:00
package
profiler [Profiler] Memory profiler part 13: Add sizes to timeline. (#89356) 2022-12-02 03:55:22 +00:00
quantization [Quant][fx][bc-breaking] Remove unused functions in fx/utils.py (#90025) 2022-12-07 01:31:28 +00:00
scripts Fix typos in messages under test (#89121) 2022-11-17 01:55:03 +00:00
test_img
typing
allowlist_for_publicAPI.json Revert "[ao] making _is_activation_post_process private (#87520)" 2022-11-21 16:48:26 +00:00
conftest.py [ci] print rerun stacktraces for pytest (#86831) 2022-10-14 17:31:31 +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 Use pytest-flakefinder to rerun tests multiple times (#89106) 2022-11-18 00:11:44 +00:00
simulate_nccl_errors.py
test_ao_sparsity.py [pruning][core][feature] Align BaseStructuredPruner with existing pruning flow (#88436) 2022-12-03 00:53:53 +00:00
test_autocast.py Revert "remove torch.equal usages (#89527)" 2022-12-02 21:36:13 +00:00
test_autograd.py Fix exception causes all over the codebase (#90271) 2022-12-07 04:29:00 +00:00
test_binary_ufuncs.py Fix type promotion for 2 wrapped scalar args (#87845) 2022-10-27 15:53:11 +00:00
test_bundled_images.py
test_bundled_inputs.py
test_comparison_utils.py
test_complex.py
test_cpp_api_parity.py
test_cpp_extensions_aot.py Add tests for custom pybind type_casters (#89897) 2022-12-02 07:02:09 +00:00
test_cpp_extensions_jit.py Split out forward AD tests from test_ops_gradients and reenable slow gradcheck CI (#88216) 2022-11-03 00:20:45 +00:00
test_cpp_extensions_open_device_registration.py
test_cuda.py Revert "remove torch.equal usages (#89527)" 2022-12-02 21:36:13 +00:00
test_cuda_nvml_based_avail.py Extend torch.cuda.is_available() to attempt an NVML-based CUDA availability assessment when explicitly requested by the user (#85951) 2022-10-12 18:37:50 +00:00
test_cuda_primary_ctx.py
test_cuda_sanitizer.py
test_cuda_trace.py
test_dataloader.py Fix issue 38095 TODO in test_dataloader.py (#90084) 2022-12-03 03:01:52 +00:00
test_datapipe.py [dynamo] VariableTracker.call_method requires a name (#88311) 2022-11-10 18:17:23 +00:00
test_decomp.py Fix uniform ref implementation (#90094) 2022-12-06 21:28:17 +00:00
test_deploy.py
test_determination.py
test_dispatch.py
test_dlpack.py
test_dynamic_shapes.py ShapeEnv.create_symbolic_sizes_strides_storage_offset (#89962) 2022-12-06 21:27:02 +00:00
test_expanded_weights.py
test_fake_tensor.py Make fake tensors preserve dense strides in type conversion (#89803) 2022-11-30 01:28:51 +00:00
test_foreach.py Add _foreach_addc(div/mul)(_).Tensor (#88157) 2022-11-02 23:24:35 +00:00
test_function_schema.py
test_functional_autograd_benchmark.py
test_functional_optim.py
test_functionalization.py [Reland] Move functorch/_src to torch/_functorch (#88756) (#90091) 2022-12-03 14:17:15 +00:00
test_futures.py
test_fx.py Fix exception causes all over the codebase (#90271) 2022-12-07 04:29:00 +00:00
test_fx_experimental.py [fx][passes] Implement annotate getitem node FX passes (#90237) 2022-12-06 23:18:55 +00:00
test_fx_passes.py nvprims bookend non compute (#88457) 2022-11-08 12:06:35 +00:00
test_fx_reinplace_pass.py Make aten.copy preserve strides (hf_Longformer) (#89464) 2022-11-22 13:06:43 +00:00
test_hub.py
test_import_stats.py
test_indexing.py Add a mode to rerun all disabled tests (without running anything else) (#88646) 2022-11-15 05:08:26 +00:00
test_itt.py
test_jit.py Revert "remove torch.equal usages (#89527)" 2022-12-02 21:36:13 +00:00
test_jit_autocast.py prepare removal of deprecated functionality in torch.testing (#87969) 2022-11-02 14:04:48 +00:00
test_jit_cuda_fuser.py Rectify native_batch_norm schema by splitting it into two legit schemas (#88697) 2022-11-23 23:23:17 +00:00
test_jit_disabled.py
test_jit_fuser.py
test_jit_fuser_legacy.py
test_jit_fuser_te.py Fix exception causes all over the codebase (#90271) 2022-12-07 04:29:00 +00:00
test_jit_legacy.py
test_jit_llga_fuser.py Set correct size of attr::output_layouts when the graph has multiple outputs in JIT oneDNN fuser (#88496) 2022-11-15 07:29:55 +00:00
test_jit_profiling.py
test_jit_simple.py
test_jit_string.py
test_jiterator.py
test_kernel_launch_checks.py
test_license.py
test_linalg.py Reland Dispatch torch.norm to linalg.vector_norm and linalg.matrix_norm (#81761) (#84624) 2022-11-22 07:53:24 +00:00
test_logging.py
test_masked.py
test_maskedtensor.py
test_matmul_cuda.py
test_meta.py Fix exception causes all over the codebase (#90271) 2022-12-07 04:29:00 +00:00
test_metal.py
test_mkl_verbose.py
test_mkldnn.py add parameters check for mkldnn_transpose (#85318) 2022-11-03 17:28:33 +00:00
test_mkldnn_fusion.py torchdynamo: add convolution add(relu) inplace fusion kernel (#88048) 2022-11-10 13:54:37 +00:00
test_mkldnn_verbose.py
test_mobile_optimizer.py
test_model_dump.py
test_module_init.py prepare removal of deprecated functionality in torch.testing (#87969) 2022-11-02 14:04:48 +00:00
test_modules.py Enable some PyTorch core tests with inductor (#87490) 2022-10-26 18:58:33 +00:00
test_monitor.py
test_mps.py Revert "remove torch.equal usages (#89527)" 2022-12-02 21:36:13 +00:00
test_multiprocessing.py
test_multiprocessing_spawn.py
test_namedtensor.py Revert "remove torch.equal usages (#89527)" 2022-12-02 21:36:13 +00:00
test_namedtuple_return_api.py
test_native_functions.py Improve argument printing (#87601) 2022-10-24 23:55:10 +00:00
test_native_mha.py Use scaled_dot_product_attention within attention.cpp (#87312) 2022-10-31 04:06:31 +00:00
test_nestedtensor.py Removed unecessary check in select_nested (#89150) 2022-11-16 22:11:37 +00:00
test_nn.py Replace assertEqualIgnoreType in test_nn.py (#90242) 2022-12-06 22:34:01 +00:00
test_nnapi.py
test_numba_integration.py
test_numpy_interop.py
test_nvfuser_dynamo.py Add min cut partitioner for AOT+nvFuser (#88204) 2022-11-09 12:56:55 +00:00
test_nvfuser_frontend.py Add ops.broadcast for nvFuser (#88080) 2022-11-02 10:05:12 +00:00
test_openmp.py
test_ops.py Rectify native_batch_norm schema by splitting it into two legit schemas (#88697) 2022-11-23 23:23:17 +00:00
test_ops_fwd_gradients.py Mitigate flaky test_ops_fwd_gradients on macOS (#89410) 2022-11-22 00:13:38 +00:00
test_ops_gradients.py Split out forward AD tests from test_ops_gradients and reenable slow gradcheck CI (#88216) 2022-11-03 00:20:45 +00:00
test_ops_jit.py Split out forward AD tests from test_ops_gradients and reenable slow gradcheck CI (#88216) 2022-11-03 00:20:45 +00:00
test_optim.py Implement post and pre hooks for optimizer (#89176) 2022-12-02 07:03:45 +00:00
test_overrides.py Fix gradcheck for CSR and CSC inputs. (#89786) 2022-12-02 12:35:20 +00:00
test_package.py
test_per_overload_api.py
test_prims.py [ROCm] Enable few test_prim UTs for ROCm (#88983) 2022-12-07 06:21:31 +00:00
test_proxy_tensor.py Guarantee symbol allocation for all sizes/strides/storage offset (#89879) 2022-12-01 13:43:10 +00:00
test_pruning_op.py
test_public_bindings.py Revert "rename DisableTorchFunction to DisableTorchFunctionSubclass (#88218)" 2022-11-11 19:13:05 +00:00
test_python_dispatch.py Fix bug in OptionalTensorList (#88887) 2022-11-12 02:19:46 +00:00
test_pytree.py Make nested TreeSpec printing nicer (#46538) (#86546) 2022-10-18 16:50:39 +00:00
test_quantization.py [Reland][ONNX] Move all torch.onnx.export related tests to test/onnx (#87292) 2022-11-01 14:22:46 +00:00
test_reductions.py Reland Dispatch torch.norm to linalg.vector_norm and linalg.matrix_norm (#81761) (#84624) 2022-11-22 07:53:24 +00:00
test_scatter_gather_ops.py
test_schema_check.py
test_segment_reductions.py
test_serialization.py Revert "remove torch.equal usages (#89527)" 2022-12-02 21:36:13 +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 Add layout and blocksize arguments to Tensor.to_sparse method (#89502) 2022-11-30 20:21:10 +00:00
test_sparse_csr.py Add layout and blocksize arguments to Tensor.to_sparse method (#89502) 2022-11-30 20:21:10 +00:00
test_spectral_ops.py istft: require complex input (#86628) 2022-10-18 12:03:55 +00:00
test_stateless.py add deprecation warning to nn stateless functional_call (#87367) 2022-10-20 20:16:49 +00:00
test_static_runtime.py
test_subclass.py
test_tensor_creation_ops.py
test_tensorboard.py
test_tensorexpr.py Revert "remove torch.equal usages (#89527)" 2022-12-02 21:36:13 +00:00
test_tensorexpr_pybind.py
test_testing.py Refactor how AOTAutograd backends are defined (#89736) 2022-11-28 18:39:12 +00:00
test_throughput_benchmark.py
test_torch.py Reduce memory usage requirement of test_pdist_norm_large in test_torch.py (#90075) 2022-12-03 05:28:21 +00:00
test_transformers.py Update sdp dispatch logic to enable fused backward (#89154) 2022-11-21 20:02:09 +00:00
test_type_hints.py
test_type_info.py
test_type_promotion.py Fix typos in messages under test (#89121) 2022-11-17 01:55:03 +00:00
test_typing.py
test_unary_ufuncs.py Log1p for complex in CPU (#89691) 2022-12-06 19:12:24 +00:00
test_utils.py skip environment collection test in fbcode (#88744) 2022-11-09 18:20:04 +00:00
test_view_ops.py disable test that fails in fbcode (#88786) 2022-11-15 19:08:31 +00:00
test_vmap.py
test_vulkan.py
test_xnnpack_integration.py disable test that times out in fbcode (#88758) 2022-11-10 00:28:02 +00:00