pytorch/test
2023-01-21 21:32:37 +00:00
..
ao/sparsity [pruning][core][feature] Add in SaliencyPruner to pruner._experimental (#91814) 2023-01-10 04:04:55 +00:00
autograd
backends/xeon
benchmark_utils
bottleneck_test
cpp Implement SymBool (#92149) 2023-01-21 02:21:56 +00:00
cpp_api_parity
cpp_extensions
custom_backend Migrate PyTorch to C++17 (#85969) 2022-12-08 02:27:48 +00:00
custom_operator Migrate PyTorch to C++17 (#85969) 2022-12-08 02:27:48 +00:00
distributed [vmap] unsafe_split : batching rule and OpInfo (#92291) 2023-01-20 10:31:56 +00:00
distributions [Dynamo] Fix calling UserDefinedObject.func should pass self object (#92050) 2023-01-21 05:47:01 +00:00
dynamo [Dynamo] Fix calling UserDefinedObject.func should pass self object (#92050) 2023-01-21 05:47:01 +00:00
edge [torchgen] Add CI job to cover custom ops registration for Executorch (#91291) 2023-01-14 02:30:54 +00:00
error_messages
expect Avoid overflow in tensorboard image summary (#90423) 2022-12-08 08:31:52 +00:00
forward_backward_compatibility Implement PReLU in a compositional way (#91238) 2022-12-30 10:42:30 +00:00
functorch [functorch] add is_any_true (#92686) 2023-01-21 03:36:05 +00:00
fx Match get_attr when compare node (#91657) 2023-01-09 08:10:55 +00:00
inductor Don't allow recomputing a node that *must* be materialized in the backwards pass (#90896) 2023-01-20 22:34:41 +00:00
jit [JIT] Add tests for pow() with different dtype inputs (#91946) 2023-01-12 19:39:55 +00:00
jit_hooks Migrate PyTorch to C++17 (#85969) 2022-12-08 02:27:48 +00:00
lazy Fix exception causes all over the codebase (#90271) 2022-12-07 04:29:00 +00:00
mobile Migrate PyTorch to C++17 (#85969) 2022-12-08 02:27:48 +00:00
nn [nn] full_backward{_pre}_hook: warning for Module returning dict, list, etc (#87547) 2023-01-18 06:28:00 +00:00
onnx [onnx] Add mse_loss symbolic (#90717) 2023-01-18 00:04:59 +00:00
onnx_caffe2 Disable BUILD_CAFFE2 from ONNX builds (#90475) 2022-12-09 18:02:48 +00:00
package [rfc][pkg] check spec for module source before falling back to file in package exporter (#90258) 2022-12-08 20:24:45 +00:00
profiler Call profiler step via optimizer post hook (#90101) 2023-01-13 18:07:40 +00:00
quantization [quant][pt2e] Support setting qconfig by module_type (#92355) 2023-01-20 03:18:21 +00:00
scripts
test_img
typing
allowlist_for_publicAPI.json [Reland] add DisableTorchFunction that matches DisableTorchDispatch (#88219) (#92012) 2023-01-12 01:27:47 +00:00
conftest.py
create_dummy_torchscript_model.py
delete.py
HowToWriteTestsUsingFileCheck.md
linear.py
load_torchscript_model.py
mkl_verbose.py
mkldnn_verbose.py
run_doctests.sh Enable xdoctest runner in CI for real this time (#83816) 2022-12-29 05:32:42 +00:00
run_test.py Revert "Run dynamo/test_dynamic_shapes serially (#92215)" 2023-01-20 18:54:13 +00:00
simulate_nccl_errors.py
test_ao_sparsity.py [pruning][core][feature] Add in SaliencyPruner to pruner._experimental (#91814) 2023-01-10 04:04:55 +00:00
test_autocast.py
test_autograd.py Fix python tensor hooks behavior on inplace (#92734) 2023-01-21 21:32:37 +00:00
test_binary_ufuncs.py
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 If a torch.* returns non-Tensor, make this unimplemented rather than assert. (#89918) 2022-12-15 21:53:54 +00:00
test_cpp_extensions_jit.py Revert "Deduplicate c10 error and PyTorchError hierarchy (#87855)" 2023-01-06 19:56:35 +00:00
test_cpp_extensions_open_device_registration.py
test_cuda.py [cuBLAS][TF32] Fix TF32 get/set test when TORCH_ALLOW_TF32_CUBLAS_OVERRIDE is set (#92052) 2023-01-12 05:36:06 +00:00
test_cuda_nvml_based_avail.py
test_cuda_primary_ctx.py
test_cuda_sanitizer.py
test_cuda_trace.py
test_dataloader.py [CI][ROCm] skip multiprocessing tests that trigger hangs (#92101) 2023-01-13 22:39:00 +00:00
test_datapipe.py [DataLoader2] Fix apply_sharding to accept one sharding_filter per branch (#90769) 2022-12-14 22:03:41 +00:00
test_decomp.py Perform first the decomposition and then the ATen function to catch in-place modifications (#92243) 2023-01-17 16:53:36 +00:00
test_deploy.py
test_determination.py
test_dispatch.py
test_dlpack.py
test_dynamic_shapes.py Implement SymBool (#92149) 2023-01-21 02:21:56 +00:00
test_expanded_weights.py
test_fake_tensor.py fix incorrect _embedding_bag meta (#92549) 2023-01-18 22:50:31 +00:00
test_foreach.py Fix _foreach_norm on some tensor sizes (#91844) 2023-01-12 05:48:01 +00:00
test_function_schema.py [frontend] Expose real_type getter for torch.Argument (#91938) 2023-01-12 01:26:50 +00:00
test_functional_autograd_benchmark.py
test_functional_optim.py
test_functionalization.py Revert "Refactor stack_trace preservation for node meta preservation (#90803)" 2023-01-10 10:44:28 +00:00
test_futures.py
test_fx.py [quant][pt2e] Support setting qconfig by module_type (#92355) 2023-01-20 03:18:21 +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 refactor the dfs cyclic search from recursion to iterative approach (#91042) 2022-12-20 23:15:30 +00:00
test_fx_reinplace_pass.py *_scatter ops should preserve input stride/storage_offset (#91029) 2022-12-22 19:41:53 +00:00
test_hub.py
test_import_stats.py
test_indexing.py
test_itt.py
test_jit.py Fix test_math_ops for python-3.11 (#91774) 2023-01-06 00:56:43 +00:00
test_jit_autocast.py
test_jit_cuda_fuser.py [ROCm] disable NVFuser (#92182) 2023-01-16 18:35:12 +00:00
test_jit_disabled.py
test_jit_fuser.py
test_jit_fuser_legacy.py
test_jit_fuser_te.py [JIT] Add tests for pow() with different dtype inputs (#91946) 2023-01-12 19:39:55 +00:00
test_jit_legacy.py
test_jit_llga_fuser.py
test_jit_profiling.py
test_jit_simple.py
test_jit_string.py
test_jiterator.py
test_kernel_launch_checks.py
test_legacy_vmap.py Deprecate .mT,.T,.mH,.H on 0D tensors (#92143) 2023-01-17 16:54:35 +00:00
test_license.py
test_linalg.py Revert "Avoid copies in matmul (#76828)" 2023-01-03 23:36:58 +00:00
test_logging.py
test_masked.py Support per-parameter test decoration (#91658) 2023-01-04 21:08:32 +00:00
test_maskedtensor.py
test_matmul_cuda.py [cublas][cublasLt] Fall back to unfused addmm for 2-byte-aligned inputs (#92201) 2023-01-21 00:32:02 +00:00
test_meta.py Logcumsumexp for complex in CPU and CUDA (#90847) 2023-01-20 15:10:50 +00:00
test_metal.py
test_mkl_verbose.py
test_mkldnn.py Enable oneDNN implementation in LSTM op (#91158) 2023-01-18 04:41:18 +00:00
test_mkldnn_fusion.py Revert "add conv_transpose2d pointwise(unary) fusion kernel (#90264)" 2022-12-16 23:16:59 +00:00
test_mkldnn_verbose.py
test_mobile_optimizer.py [Reland] Clean Up MobileOptimizerType Rewrite Flags Public API and Documentation (#92081) 2023-01-14 17:06:00 +00:00
test_model_dump.py
test_module_init.py
test_modules.py Revert "Update Module.__setattr__ to respect property setters (#92044)" 2023-01-21 02:39:21 +00:00
test_monitor.py
test_mps.py [MPS] Fix index_select scalar input with multiple indices (#91064) 2023-01-19 14:08:02 +00:00
test_multiprocessing.py [CI][ROCm] skip multiprocessing tests that trigger hangs (#92101) 2023-01-13 22:39:00 +00:00
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 Fix GroupNorm backward prop on CUDA (#92671) 2023-01-20 22:22:01 +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 Remove lowering and decompositions of zero_, zero, zeros_like... in favour of their references (#92071) 2023-01-18 23:22:36 +00:00
test_ops_fwd_gradients.py
test_ops_gradients.py
test_ops_jit.py
test_optim.py [optim][foreach] Do NOT inplace modify gradients (#92706) 2023-01-21 00:12:28 +00:00
test_overrides.py Retire unsafe sparse tensor constructors in Python API (#91331) 2023-01-18 08:55:22 +00:00
test_package.py
test_per_overload_api.py
test_prims.py Make masked_fill reference traceable (#90972) 2023-01-18 10:54:42 +00:00
test_proxy_tensor.py Delete get_pyobj() entirely (#92638) 2023-01-20 19:06:56 +00:00
test_pruning_op.py
test_public_bindings.py [Reland] Clean Up MobileOptimizerType Rewrite Flags Public API and Documentation (#92081) 2023-01-14 17:06:00 +00:00
test_python_dispatch.py Revert "[BE] meow (#92174)" 2023-01-14 07:32:39 +00:00
test_pytree.py
test_quantization.py [quant][pt2e] Add a test to confirm we can set qconfig according to module_name (#91977) 2023-01-12 21:59:02 +00:00
test_reductions.py Logcumsumexp for complex in CPU and CUDA (#90847) 2023-01-20 15:10:50 +00:00
test_scatter_gather_ops.py optimize gather performance for gnn usage on CPU (#87586) 2023-01-12 00:43:43 +00:00
test_schema_check.py Skip some unittests (#90609) 2022-12-11 23:53:05 +00:00
test_segment_reductions.py unify reduction types from different operators: scatter, scatter_reduce, segment_reduce (#91499) 2023-01-13 04:32:34 +00:00
test_serialization.py [follow-up] Python Attr Serialization (#88913) 2023-01-13 17:38:51 +00:00
test_set_default_mobile_cpu_allocator.py
test_shape_ops.py
test_show_pickle.py
test_sort_and_select.py fix sort crash when the input is expanded scalar (#91752) 2023-01-09 02:02:56 +00:00
test_sparse.py [Dynamo] Fix calling UserDefinedObject.func should pass self object (#92050) 2023-01-21 05:47:01 +00:00
test_sparse_csr.py [Dynamo] Fix calling UserDefinedObject.func should pass self object (#92050) 2023-01-21 05:47:01 +00:00
test_spectral_ops.py
test_stateless.py Deprecate torch.nn.utils.stateless.functional_call (#92280) 2023-01-18 14:26:25 +00:00
test_static_runtime.py
test_subclass.py
test_tensor_creation_ops.py Use scalar implementation to keep the precision in linspace of integral types (#89048) 2022-12-19 13:05:56 +00:00
test_tensorboard.py use proper temp directories in test_tensorboard.py (#89826) 2022-12-09 19:33:03 +00:00
test_tensorexpr.py
test_tensorexpr_pybind.py
test_testing.py Implement hybrid sparse to/from dense conversions. (#90177) 2023-01-12 03:31:30 +00:00
test_throughput_benchmark.py
test_torch.py Logcumsumexp for complex in CPU and CUDA (#90847) 2023-01-20 15:10:50 +00:00
test_transformers.py Unit test for is_causal Better Transformers (#91900) (#92102) 2023-01-16 17:25:06 +00:00
test_type_hints.py
test_type_info.py
test_type_promotion.py [Dynamo] Support torch.get_default_dtype (#89790) 2022-12-19 04:14:11 +00:00
test_typing.py
test_unary_ufuncs.py Log1p complex for CUDA (#90422) 2022-12-09 19:53:22 +00:00
test_utils.py Add utility report_compile_source_on_error (#91069) 2023-01-11 22:54:46 +00:00
test_view_ops.py Deprecate .mT,.T,.mH,.H on 0D tensors (#92143) 2023-01-17 16:54:35 +00:00
test_vulkan.py
test_weak.py Deeply rework WeakIdKeyDictionary (#90825) 2022-12-15 08:43:08 +00:00
test_xnnpack_integration.py