..
ao /sparsity
[pruner] add getter for pruned outputs in base pruner ( #63520 )
2021-08-25 09:57:29 -07:00
autograd
extract TestAutogradComplex into its own test file ( #63400 )
2021-09-02 04:34:35 -07:00
backward_compatibility
Make {select,slice,diagonal}_backward primitives wrt autograd ( #64933 )
2021-09-14 08:10:59 -07:00
benchmark_utils
bottleneck_test
cpp
[TensorExpr] Remove 'Placeholder' class. ( #64887 )
2021-09-14 00:22:44 -07:00
cpp_api_parity
ENH Adds test and docs for modules that already support no batch dims ( #62729 )
2021-09-02 12:36:54 -07:00
cpp_extensions
Add support for the ONNX Runtime Eager Mode backend ( #58248 )
2021-08-20 11:17:13 -07:00
custom_backend
custom_operator
[jit] Make operation call accept Stack& instead Stack* ( #63414 )
2021-08-30 11:49:20 -07:00
distributed
Let all_reduce_coalesced and all_gather_coalesced return Future objects ( #64722 )
2021-09-10 07:45:25 -07:00
distributions
Pin SciPy to 1.6.3 on Mac (take 2) ( #64922 )
2021-09-13 12:48:11 -07:00
error_messages
expect
Support Union in TorchScript ( #64234 )
2021-09-03 06:12:24 -07:00
fx
[const_fold] Keep around node.meta for replaced folded ops ( #64782 )
2021-09-09 23:52:39 -07:00
jit
Preserve types during empty container assignment ( #58911 )
2021-09-10 16:49:21 -07:00
jit_hooks
mobile
Updates internal assert_allclose callsites in favor of assert_close ( #61841 )
2021-08-19 12:50:41 -07:00
onnx
[JIT] Freeze unrolls constant loops ( #63614 )
2021-09-07 08:06:47 -07:00
optim
package
replace self.assertTrue(torch.allclose(..)) with self.assertEqual(…) ( #63637 )
2021-08-25 16:47:40 -07:00
quantization
[quant] handle empty input in fused_moving_avg_obs_fake_quant op ( #64829 )
2021-09-13 22:22:31 -07:00
scripts
test_img
typing
delete.py
HowToWriteTestsUsingFileCheck.md
linear.py
run_test.py
Disable target determination for now ( #64921 )
2021-09-14 09:40:13 -07:00
simulate_nccl_errors.py
test_ao_sparsity.py
test_autocast.py
test_autograd.py
Raise TypeError on assigned grad with wrong type ( #64876 )
2021-09-13 16:41:45 -07:00
test_binary_ufuncs.py
restore test_inplace_comparison_ops_require_inputs_have_same_dtype Expected behavior ( #64267 )
2021-09-08 06:42:12 -07:00
test_buffer_protocol.py
[Doc] make_tensor to torch.testing module ( #63925 )
2021-08-30 12:25:40 -07:00
test_bundled_images.py
replace self.assertTrue(torch.allclose(..)) with self.assertEqual(…) ( #63637 )
2021-08-25 16:47:40 -07:00
test_bundled_inputs.py
[PyTorch][Edge] Improve InflatableArgs for Bundled Inputs ( #62368 )
2021-08-20 09:36:08 -07:00
test_complex.py
deprecate dtype getters from torch.testing namespace ( #63554 )
2021-09-07 08:58:51 -07:00
test_cpp_api_parity.py
test_cpp_extensions_aot.py
Add support for the ONNX Runtime Eager Mode backend ( #58248 )
2021-08-20 11:17:13 -07:00
test_cpp_extensions_jit.py
Use CMake for breakpad ( #63186 )
2021-08-19 10:42:01 -07:00
test_cuda.py
simplify op name determination into a single forward pass ( #64261 )
2021-09-02 07:32:11 -07:00
test_cuda_primary_ctx.py
test_dataloader.py
Fixes failure in test_dataloader.py that occurs on jetson boards ( #64757 )
2021-09-13 10:11:04 -07:00
test_datapipe.py
[WIP] Example of DataPipes and DataFrames integration ( #60840 )
2021-09-13 18:50:15 -07:00
test_determination.py
[Dist/CI] Remove dist from target determinator ( #64721 )
2021-09-09 12:07:43 -07:00
test_dispatch.py
test_foreach.py
deprecate dtype getters from torch.testing namespace ( #63554 )
2021-09-07 08:58:51 -07:00
test_function_schema.py
Detect out argument in the schema ( #62755 )
2021-08-27 11:20:33 -07:00
test_functional_autograd_benchmark.py
test_functional_optim.py
[BE] Enable functional optim tests for windows ( #63462 )
2021-08-23 17:49:01 -07:00
test_futures.py
test_fx.py
Add __matmul__ to the magic methods for FX tracing ( #64512 )
2021-09-08 10:03:48 -07:00
test_fx_experimental.py
[special] Alias igamma, igammac to special.gammaninc, special.gammaincc ( #61902 )
2021-09-07 15:31:26 -07:00
test_gen_backend_stubs.py
Add support for the ONNX Runtime Eager Mode backend ( #58248 )
2021-08-20 11:17:13 -07:00
test_import_time.py
test_indexing.py
[Doc] make_tensor to torch.testing module ( #63925 )
2021-08-30 12:25:40 -07:00
test_jit.py
Preserve types during empty container assignment ( #58911 )
2021-09-10 16:49:21 -07:00
test_jit_cuda_fuser.py
test_jit_disabled.py
test_jit_fuser.py
test_jit_fuser_legacy.py
test_jit_fuser_te.py
[nnc] Added an implementation of sign op ( #64033 )
2021-09-10 16:49:04 -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
Revert D29998114: [pytorch][PR] enable bf16 mkldnn path for gemm
2021-09-07 18:45:13 -07:00
test_logging.py
test_metal.py
test_mkldnn.py
test_mobile_optimizer.py
Updates internal assert_allclose callsites in favor of assert_close ( #61841 )
2021-08-19 12:50:41 -07:00
test_model_dump.py
test_module_init.py
test_modules.py
Revert D30867266: [pytorch][PR] TST Adds gradcheck and gradgradcheck to module info
2021-09-12 10:30:28 -07:00
test_multiprocessing.py
test_multiprocessing_spawn.py
test_namedtensor.py
disallow empty named dims list to flatten(names, name) ( #61953 )
2021-08-31 19:32:30 -07:00
test_namedtuple_return_api.py
Make torch.lu differentiable for wide/tall inputs + jit ( #61564 )
2021-08-16 11:40:57 -07:00
test_native_functions.py
test_nn.py
[nn] no batch dim support: CosineEmbeddingLoss ( #64590 )
2021-09-13 10:45:33 -07:00
test_nnapi.py
Fix typo in NNAPI tests ( #63797 )
2021-08-23 16:34:24 -07:00
test_numba_integration.py
test_numpy_interop.py
deprecate dtype getters from torch.testing namespace ( #63554 )
2021-09-07 08:58:51 -07:00
test_openmp.py
test_ops.py
Preserve types during empty container assignment ( #58911 )
2021-09-10 16:49:21 -07:00
test_optim.py
To add SequentialLR to PyTorch Core Schedulers ( #64037 )
2021-09-09 09:36:32 -07:00
test_overrides.py
Filter out _disabled_torch_function_impl from handle_torch_function ( #64689 )
2021-09-09 07:29:09 -07:00
test_package.py
test_profiler.py
[Profiler] Change FLOP/s to Total FLOPs ( #62779 )
2021-08-16 13:43:32 -07:00
test_pruning_op.py
Updates internal assert_allclose callsites in favor of assert_close ( #61841 )
2021-08-19 12:50:41 -07:00
test_public_bindings.py
Allow disabling cache in autocast (automatic mixed precision) ( #63552 )
2021-09-08 07:47:18 -07:00
test_python_dispatch.py
[fix] fix test_python_dispatch with pytest ( #64574 )
2021-09-12 17:06:55 -07:00
test_pytree.py
test_quantization.py
[quant] AO migration of the quantize.py (resubmission) ( #64445 )
2021-09-08 04:58:47 -07:00
test_reductions.py
[Reland] Added reference tests to ReductionOpInfo ( #64273 )
2021-09-12 20:05:43 -07:00
test_segment_reductions.py
test_serialization.py
test_set_default_mobile_cpu_allocator.py
test_shape_ops.py
deprecate dtype getters from torch.testing namespace ( #63554 )
2021-09-07 08:58:51 -07:00
test_show_pickle.py
test_sort_and_select.py
deprecate dtype getters from torch.testing namespace ( #63554 )
2021-09-07 08:58:51 -07:00
test_sparse.py
deprecate dtype getters from torch.testing namespace ( #63554 )
2021-09-07 08:58:51 -07:00
test_sparse_csr.py
deprecate dtype getters from torch.testing namespace ( #63554 )
2021-09-07 08:58:51 -07:00
test_spectral_ops.py
Fix torch.istft length mismatch and window runtime error ( #63469 )
2021-09-02 09:31:47 -07:00
test_static_runtime.py
Updates internal assert_allclose callsites in favor of assert_close ( #61841 )
2021-08-19 12:50:41 -07:00
test_tensor_creation_ops.py
Add BFloat16 support for cross, tril, triu, tril_indices, triu_indices and cumsum operators on CPU ( #62454 )
2021-09-13 17:59:43 -07:00
test_tensorboard.py
add use_strict_trace to tensorboard add_graph method ( #63120 )
2021-08-12 12:12:12 -07:00
test_tensorexpr.py
[nnc] Updated indices during broadcast to use int64_t ( #64627 )
2021-09-09 08:29:37 -07:00
test_tensorexpr_pybind.py
[TensorExpr] PyBinds: improve QoL of pybind users. ( #64886 )
2021-09-14 00:21:28 -07:00
test_testing.py
deprecate dtype getters from torch.testing namespace ( #63554 )
2021-09-07 08:58:51 -07:00
test_throughput_benchmark.py
Updates internal assert_allclose callsites in favor of assert_close ( #61841 )
2021-08-19 12:50:41 -07:00
test_torch.py
Raise TypeError on assigned grad with wrong type ( #64876 )
2021-09-13 16:41:45 -07:00
test_type_hints.py
test_type_info.py
test_type_promotion.py
deprecate dtype getters from torch.testing namespace ( #63554 )
2021-09-07 08:58:51 -07:00
test_typing.py
test_unary_ufuncs.py
deprecate dtype getters from torch.testing namespace ( #63554 )
2021-09-07 08:58:51 -07:00
test_utils.py
Use CMake for breakpad ( #63186 )
2021-08-19 10:42:01 -07:00
test_view_ops.py
deprecate dtype getters from torch.testing namespace ( #63554 )
2021-09-07 08:58:51 -07:00
test_vmap.py
test_vulkan.py
test_xnnpack_integration.py
Updates internal assert_allclose callsites in favor of assert_close ( #61841 )
2021-08-19 12:50:41 -07:00