pytorch/test
2023-03-22 19:09:08 +00:00
..
_nvfuser adding symbolic link to get CI to run tests where cmake is not run on CI node (#95402) 2023-03-01 19:01:18 +00:00
ao/sparsity
autograd [autograd] disable backward/grad for complex scalar output (#92753) 2023-02-23 11:38:27 +00:00
backends/xeon enable taskset core pinning in addition to numactl (#96011) 2023-03-07 01:19:46 +00:00
benchmark_utils [BE] Remove unnecessary dict comprehensions (#97116) 2023-03-20 00:56:57 +00:00
bottleneck_test [BE] [3/3] Rewrite super() calls in test (#94592) 2023-02-12 22:20:53 +00:00
cpp Adding nn.ZeroPad1d and nn.ZeroPad3d (#96295) 2023-03-10 03:51:41 +00:00
cpp_api_parity [BE] Remove unnecessary dict comprehensions (#97116) 2023-03-20 00:56:57 +00:00
cpp_extensions Fix typo for generator. (#97136) 2023-03-20 20:43:56 +00:00
custom_backend [BE] [3/3] Rewrite super() calls in test (#94592) 2023-02-12 22:20:53 +00:00
custom_operator Enable TestTorchbind on Windows (#96507) 2023-03-16 16:18:08 +00:00
distributed [PTD][Checkpoint] Add checkpointing support for DTensor submesh (#96802) 2023-03-21 08:17:17 +00:00
distributions Fix gumbel cdf (#91698) 2023-03-07 23:04:47 +00:00
dynamo [dynamo] handle dim in size kwargs (#96992) (#97098) 2023-03-22 14:19:59 +00:00
edge [executorch] Add RuntimeContext to generated C++ API Signature (#94570) 2023-02-16 02:43:18 +00:00
error_messages
expect Refactor NT offsets metadata to be a Tensor (#96909) 2023-03-21 18:51:35 +00:00
export Add experimental torch.export prototype (#95070) 2023-02-28 02:40:19 +00:00
forward_backward_compatibility Refactor NT offsets metadata to be a Tensor (#96909) 2023-03-21 18:51:35 +00:00
functorch Mark ROCm tests as flaky (#97259) 2023-03-21 16:55:00 +00:00
fx [1/n] Add verifier for EXIR Aten dialect (#94783) 2023-03-08 04:55:54 +00:00
inductor Dont increment generation if forward of backward exists, and warning on deallocation of live tensors (#97168) 2023-03-22 18:27:36 +00:00
jit [JIT] Partially support ForwardRef type annotations for NamedTuple attributes (#96933) 2023-03-22 15:20:38 +00:00
jit_hooks
lazy [BE] [3/3] Rewrite super() calls in test (#94592) 2023-02-12 22:20:53 +00:00
mobile [BE] [3/3] Rewrite super() calls in test (#94592) 2023-02-12 22:20:53 +00:00
nn Move empty check to the start of _pack_padded_sequence (#94885) 2023-03-22 04:16:58 +00:00
onnx [ONNX] Set shape/type into torchscript (#96349) 2023-03-19 21:58:10 +00:00
onnx_caffe2 [BE] [3/3] Rewrite super() calls in test (#94592) 2023-02-12 22:20:53 +00:00
package [BE] [3/3] Rewrite super() calls in test (#94592) 2023-02-12 22:20:53 +00:00
profiler [BE] Remove unnecessary dict comprehensions (#97116) 2023-03-20 00:56:57 +00:00
quantization Init quantization backend config for inductor (#96476) 2023-03-22 07:56:56 +00:00
scripts
test_img
typing
allowlist_for_publicAPI.json
conftest.py Run more tests through pytest (#95844) 2023-03-03 17:32:26 +00:00
create_dummy_torchscript_model.py Add basic Module serialization BC test (#96238) 2023-03-08 21:01:27 +00:00
delete.py
HowToWriteTestsUsingFileCheck.md
linear.py
load_torchscript_model.py Add basic Module serialization BC test (#96238) 2023-03-08 21:01:27 +00:00
mkl_verbose.py
mkldnn_verbose.py [BE] [3/3] Rewrite super() calls in test (#94592) 2023-02-12 22:20:53 +00:00
run_doctests.sh
run_test.py Mark ROCm tests as flaky (#97259) 2023-03-21 16:55:00 +00:00
simulate_nccl_errors.py
test_ao_sparsity.py
test_autocast.py [BE] [3/3] Rewrite super() calls in test (#94592) 2023-02-12 22:20:53 +00:00
test_autograd.py Deprecate gradcheck check_sparse_nnz argument as duplicate of masked argument (#97187) 2023-03-22 14:11:03 +00:00
test_binary_ufuncs.py Fix CPU bitwise shifts for out-of-limit shift values (#96659) 2023-03-17 21:35:34 +00:00
test_bundled_images.py
test_bundled_inputs.py
test_comparison_utils.py Add missing __main__ in two unittests (#97302) 2023-03-22 19:09:08 +00:00
test_complex.py
test_cpp_api_parity.py
test_cpp_extensions_aot.py [BE] [3/3] Rewrite super() calls in test (#94592) 2023-02-12 22:20:53 +00:00
test_cpp_extensions_jit.py [BE] [3/3] Rewrite super() calls in test (#94592) 2023-02-12 22:20:53 +00:00
test_cpp_extensions_open_device_registration.py Fix typo for generator. (#97136) 2023-03-20 20:43:56 +00:00
test_cuda.py Change 1D Tensor of 1 element to 0D Tensor (#96994) 2023-03-21 18:24:19 +00:00
test_cuda_nvml_based_avail.py Reduce pytest blocklist (#96016) 2023-03-07 18:30:27 +00:00
test_cuda_primary_ctx.py Reduce pytest blocklist (#96016) 2023-03-07 18:30:27 +00:00
test_cuda_sanitizer.py Reduce pytest blocklist (#96016) 2023-03-07 18:30:27 +00:00
test_cuda_trace.py Reduce pytest blocklist (#96016) 2023-03-07 18:30:27 +00:00
test_dataloader.py Jetson Update for CI Redo (#94549) 2023-02-21 17:13:38 +00:00
test_datapipe.py [DataPipe] Add copy option to fork DataPipe (#96030) 2023-03-10 17:31:56 +00:00
test_decomp.py addmv decomp #2 (#96264) 2023-03-16 23:09:45 +00:00
test_deploy.py
test_determination.py
test_dispatch.py
test_dlpack.py Jetson Update for CI Redo (#94549) 2023-02-21 17:13:38 +00:00
test_dynamic_shapes.py Don't guard on the exact int value on conversion to bool (#96008) 2023-03-07 00:40:06 +00:00
test_expanded_weights.py
test_fake_tensor.py Use .to instead of contiguous to generate channels last tensor (#96791) 2023-03-15 19:12:04 +00:00
test_flop_counter.py fix flop formulas for sdpa (#96690) 2023-03-16 04:55:56 +00:00
test_foreach.py test_foreach: remove skipMeta (#96599) 2023-03-13 22:14:36 +00:00
test_function_schema.py
test_functional_autograd_benchmark.py
test_functional_optim.py
test_functionalization.py avoid extra copies in batchnorm inference by introducing a new op, _native_batch_norm_legit_no_training (#94946) 2023-02-16 11:41:20 +00:00
test_futures.py
test_fx.py [1/n] Add verifier for EXIR Aten dialect (#94783) 2023-03-08 04:55:54 +00:00
test_fx_experimental.py Add meta function for _upsample_bilinear2d_aa (#94982) 2023-02-19 07:11:20 +00:00
test_fx_passes.py
test_fx_reinplace_pass.py
test_hub.py
test_import_stats.py
test_indexing.py Don't truncate leading 1s if they are unbacked (#95141) 2023-02-21 00:22:24 +00:00
test_itt.py [BE] [3/3] Rewrite super() calls in test (#94592) 2023-02-12 22:20:53 +00:00
test_jit.py Re-enable TestJit.test_profiler (#94391) 2023-03-21 13:52:23 +00:00
test_jit_autocast.py [Dynamo] Support torch.{cuda/cpu}.amp.autocast (#95416) 2023-03-10 21:48:08 +00:00
test_jit_cuda_fuser.py adding symbolic link to get CI to run tests where cmake is not run on CI node (#95402) 2023-03-01 19:01:18 +00:00
test_jit_disabled.py [BE] [3/3] Rewrite super() calls in test (#94592) 2023-02-12 22:20:53 +00:00
test_jit_fuser.py [BE] [3/3] Rewrite super() calls in test (#94592) 2023-02-12 22:20:53 +00:00
test_jit_fuser_legacy.py
test_jit_fuser_te.py PT2/TorchScript interoperability fix (#94678) 2023-02-15 01:21:10 +00:00
test_jit_legacy.py
test_jit_llga_fuser.py [BE] [3/3] Rewrite super() calls in test (#94592) 2023-02-12 22:20:53 +00:00
test_jit_profiling.py
test_jit_simple.py
test_jit_string.py
test_jiterator.py Reduce pytest blocklist (#96016) 2023-03-07 18:30:27 +00:00
test_kernel_launch_checks.py
test_legacy_vmap.py
test_license.py
test_linalg.py Back out "Add _int_mm to expose cuBLAS int8@int8 -> int32 matmul (#94339)" (#96885) 2023-03-16 05:32:55 +00:00
test_logging.py
test_masked.py
test_maskedtensor.py
test_matmul_cuda.py Jetson Update for CI Redo (#94549) 2023-02-21 17:13:38 +00:00
test_meta.py Fixes for PyTorch/XLA functionalization integration (#94537) 2023-03-02 23:02:34 +00:00
test_metal.py [BE] [3/3] Rewrite super() calls in test (#94592) 2023-02-12 22:20:53 +00:00
test_mkl_verbose.py
test_mkldnn.py
test_mkldnn_fusion.py [BE] [3/3] Rewrite super() calls in test (#94592) 2023-02-12 22:20:53 +00:00
test_mkldnn_verbose.py
test_mobile_optimizer.py [BE] [3/3] Rewrite super() calls in test (#94592) 2023-02-12 22:20:53 +00:00
test_model_dump.py
test_module_init.py Adding nn.ZeroPad1d and nn.ZeroPad3d (#96295) 2023-03-10 03:51:41 +00:00
test_modules.py
test_monitor.py
test_mps.py [MPS] Fix torch.eye unsupported bool constant on macOS 12 (#97027) 2023-03-20 18:08:36 +00:00
test_multiprocessing.py [BE] [3/3] Rewrite super() calls in test (#94592) 2023-02-12 22:20:53 +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 Update NestedTensor add to support non identical striding for NT+NT (#97195) 2023-03-22 03:34:47 +00:00
test_nn.py [CUDA] Use accumulate type to improve accuracy of grid_sample on half precision inputs [v2] (#96586) 2023-03-15 19:25:20 +00:00
test_nnapi.py [BE] [3/3] Rewrite super() calls in test (#94592) 2023-02-12 22:20:53 +00:00
test_numba_integration.py
test_numpy_interop.py
test_nvfuser_dynamo.py adding symbolic link to get CI to run tests where cmake is not run on CI node (#95402) 2023-03-01 19:01:18 +00:00
test_nvfuser_frontend.py adding symbolic link to get CI to run tests where cmake is not run on CI node (#95402) 2023-03-01 19:01:18 +00:00
test_openmp.py
test_ops.py Enable min.unary_out (#96441) 2023-03-11 19:23:33 +00:00
test_ops_fwd_gradients.py
test_ops_gradients.py
test_ops_jit.py
test_optim.py Change 1D Tensor of 1 element to 0D Tensor (#96994) 2023-03-21 18:24:19 +00:00
test_overrides.py
test_package.py Reduce pytest blocklist part 2 (#96397) 2023-03-10 19:10:43 +00:00
test_per_overload_api.py
test_prims.py [primTorch] Redefine prim.collapse{,_view} end point to be inclusive (#92017) 2023-02-21 20:36:50 +00:00
test_proxy_tensor.py [draft for discussion] add per-dispatch key modes (#97052) 2023-03-21 23:45:45 +00:00
test_pruning_op.py Add missing __main__ in two unittests (#97302) 2023-03-22 19:09:08 +00:00
test_public_bindings.py Jetson Update for CI Redo (#94549) 2023-02-21 17:13:38 +00:00
test_python_dispatch.py Support registering op returning symint in python (#95240) 2023-02-22 04:56:37 +00:00
test_pytree.py
test_quantization.py Init quantization backend config for inductor (#96476) 2023-03-22 07:56:56 +00:00
test_reductions.py [Fix] Inbound check of sorter indices in searchsorted (#95109) 2023-02-20 04:59:11 +00:00
test_scatter_gather_ops.py
test_schema_check.py
test_segment_reductions.py
test_serialization.py Add float to list of allowed ops (#94910) 2023-02-15 23:13:21 +00:00
test_set_default_mobile_cpu_allocator.py
test_shape_ops.py Jetson Update for CI Redo (#94549) 2023-02-21 17:13:38 +00:00
test_show_pickle.py
test_sort_and_select.py Enable half type support for unique cpu (#91666) 2023-02-16 04:59:35 +00:00
test_sparse.py Deprecate gradcheck check_sparse_nnz argument as duplicate of masked argument (#97187) 2023-03-22 14:11:03 +00:00
test_sparse_csr.py add/add_ for sparse compressed formats: fix silent index downcast int64 -> int32 (#95294) 2023-03-10 17:51:40 +00:00
test_spectral_ops.py Fix usages of contextmanager without finally (#96170) 2023-03-08 20:59:27 +00:00
test_stateless.py
test_static_runtime.py [BE] [3/3] Rewrite super() calls in test (#94592) 2023-02-12 22:20:53 +00:00
test_subclass.py
test_sympy_utils.py Use maxint to bound integers. (#96121) 2023-03-07 12:46:19 +00:00
test_tensor_creation_ops.py Fix TestBufferProtocolCPU::test_byte_to_int_cpu test on Big Endian (#96424) 2023-03-20 21:27:33 +00:00
test_tensorboard.py Use is_available instead of device_count to check for CUDA availability (#97043) 2023-03-18 00:39:42 +00:00
test_tensorexpr.py PT2/TorchScript interoperability fix (#94678) 2023-02-15 01:21:10 +00:00
test_tensorexpr_pybind.py
test_testing.py Jetson Update for CI Redo (#94549) 2023-02-21 17:13:38 +00:00
test_throughput_benchmark.py [BE] [3/3] Rewrite super() calls in test (#94592) 2023-02-12 22:20:53 +00:00
test_torch.py test/test_torch.py: fix TestTorch::test_from_buffer test (#96952) 2023-03-17 14:36:33 +00:00
test_transformers.py Fix uniform returning end point for BFloat16 and Half (#96962) 2023-03-21 14:01:29 +00:00
test_type_hints.py
test_type_info.py
test_type_promotion.py
test_typing.py Run tests in USE_PYTEST_LIST through run_tests (#95659) 2023-02-28 22:09:01 +00:00
test_unary_ufuncs.py [BE] Remove dependency on six and future (#94709) 2023-02-14 09:14:14 +00:00
test_utils.py add amp support for custom backend (#96188) 2023-03-20 20:27:35 +00:00
test_view_ops.py
test_vulkan.py [BE] [3/3] Rewrite super() calls in test (#94592) 2023-02-12 22:20:53 +00:00
test_weak.py
test_xnnpack_integration.py [BE] [3/3] Rewrite super() calls in test (#94592) 2023-02-12 22:20:53 +00:00