| .. |
|
backward_compatibility
|
add hardtanh(0,6) to the set of MKLDNN fusible ops for mobilenetv2 (#56203)
|
2021-04-23 08:08:17 -07:00 |
|
benchmark_utils
|
Add lint for unqualified noqa (#56272)
|
2021-04-19 13:16:18 -07:00 |
|
bottleneck_test
|
|
|
|
cpp
|
[TensorExpr] Nuke tensorexpr::ScalarType and instead use c10::ScalarType directly. (#56825)
|
2021-04-26 01:51: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
|
[PyTorch] Lite interpreter with a backend delegate (#54462)
|
2021-04-06 00:55:26 -07:00 |
|
custom_operator
|
AutoDispatchBelowAutograd takes no arguments. (#56424)
|
2021-04-21 14:44:12 -07:00 |
|
distributed
|
Torchelastic: forbid mp tests running with *san (#56827)
|
2021-04-23 17:55:26 -07:00 |
|
distributions
|
|
|
|
error_messages
|
|
|
|
expect
|
[JIT][write path] Make NoneType annotation_str emit NoneType instead of None (#54746)
|
2021-04-12 17:36:45 -07:00 |
|
fx
|
Improve placeholder matching in subgraph rewriter (#54958)
|
2021-03-30 11:40:33 -07:00 |
|
jit
|
add hardtanh(0,6) to the set of MKLDNN fusible ops for mobilenetv2 (#56203)
|
2021-04-23 08:08:17 -07:00 |
|
jit_hooks
|
Un-ignore F403 in .flake8 (#55838)
|
2021-04-13 09:24:07 -07:00 |
|
mobile
|
Un-ignore F403 in .flake8 (#55838)
|
2021-04-13 09:24:07 -07:00 |
|
onnx
|
Revert "Revert [ONNX] Redesign inplace conversion" (#56675)
|
2021-04-22 22:22:16 -07:00 |
|
optim
|
Lint trailing newlines (#54737)
|
2021-03-30 13:09:52 -07:00 |
|
package
|
[torch.package] is_from_package check (#56729)
|
2021-04-22 22:28:07 -07:00 |
|
quantization
|
[quant][graphmode][fx] Support preserving attributes in deepcopy of observed/quantized graphmodule (#56550)
|
2021-04-22 15:02:44 -07:00 |
|
scripts
|
Fix accidental Flake8 excludes (#55178)
|
2021-04-01 16:26:46 -07:00 |
|
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
|
Support factory kwargs in torch.nn modules (#54508)
|
2021-04-22 16:16:53 -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
|
Fix derivative of sinc at x=0 (#56763)
|
2021-04-26 09:43:42 -07:00 |
|
test_binary_ufuncs.py
|
fix torch.pow type promotion issue (#54085)
|
2021-04-15 08:55:53 -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
|
Fix ordered_dict.h for CUDA on Windows (#55275)
|
2021-04-07 23:43:35 -07:00 |
|
test_cpp_extensions_jit.py
|
Add minidump collection via breakpad (#55647)
|
2021-04-16 13:05:01 -07:00 |
|
test_cuda.py
|
[CUDA graphs] Allows DeviceCachingAllocator to capture cross-stream memory use (#55860)
|
2021-04-18 20:32:10 -07:00 |
|
test_cuda_primary_ctx.py
|
|
|
|
test_dataloader.py
|
Remove legacy constructor calls from pytorch codebase. (#54142)
|
2021-04-11 15:45:17 -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
|
Refactor Unary Ops tests (#49712)
|
2021-03-19 09:28:00 -07:00 |
|
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
|
Add option to OpInfo to skip gradgrad check and empty cdist OpInfo (#56603)
|
2021-04-23 14:06:33 -07:00 |
|
test_fx_experimental.py
|
Adding hsplit,vsplit and dsplit methods (#53536)
|
2021-04-26 09:39:09 -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
|
Ports logdet from method_tests() to op_db (#55743)
|
2021-04-11 20:39:16 -07:00 |
|
test_jit.py
|
Add lint for unqualified noqa (#56272)
|
2021-04-19 13:16:18 -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
|
Enforce PEP263 for PyTorch python codebase (#55346)
|
2021-04-06 18:31:38 -07:00 |
|
test_jit_fuser_legacy.py
|
Un-ignore F403 in .flake8 (#55838)
|
2021-04-13 09:24:07 -07:00 |
|
test_jit_fuser_te.py
|
[nnc] Support pow on CPU (#56308)
|
2021-04-20 15:13:03 -07:00 |
|
test_jit_legacy.py
|
Un-ignore F403 in .flake8 (#55838)
|
2021-04-13 09:24:07 -07:00 |
|
test_jit_profiling.py
|
Un-ignore F403 in .flake8 (#55838)
|
2021-04-13 09:24:07 -07:00 |
|
test_jit_simple.py
|
Un-ignore F403 in .flake8 (#55838)
|
2021-04-13 09:24:07 -07:00 |
|
test_jit_string.py
|
|
|
|
test_kernel_launch_checks.py
|
|
|
|
test_license.py
|
|
|
|
test_linalg.py
|
Port CUDA torch.geqrf to ATen (#56251)
|
2021-04-26 09:50:41 -07:00 |
|
test_logging.py
|
|
|
|
test_metal.py
|
Remove legacy constructor calls from pytorch codebase. (#54142)
|
2021-04-11 15:45:17 -07:00 |
|
test_mkldnn.py
|
Use mkldnn copy for copy_ when self and src are Mkldnn layout (#54248)
|
2021-04-08 06:35:39 -07:00 |
|
test_mobile_optimizer.py
|
[Pytorch Edge] Prepack folding for functions besides forward (#56081)
|
2021-04-23 10:40:15 -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
|
Added linalg.eig, linalg.eigvals (#52491)
|
2021-04-06 13:53:26 -07:00 |
|
test_native_functions.py
|
|
|
|
test_nn.py
|
Fix cudnn ctc loss backward (#56639)
|
2021-04-25 22:51:19 -07:00 |
|
test_nnapi.py
|
Add lint for unqualified noqa (#56272)
|
2021-04-19 13:16:18 -07:00 |
|
test_numba_integration.py
|
Temporary disable TestNumbaIntegration.test_from_cuda_array_interface* (#54430)
|
2021-03-22 09:17:28 -07:00 |
|
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
|
Add option to OpInfo to skip gradgrad check and empty cdist OpInfo (#56603)
|
2021-04-23 14:06:33 -07:00 |
|
test_optim.py
|
Remove legacy constructor calls from pytorch codebase. (#54142)
|
2021-04-11 15:45:17 -07:00 |
|
test_overrides.py
|
Refactor get numerical jacobian to calculate wrt all outputs at once (#54378)
|
2021-04-13 10:06:20 -07:00 |
|
test_package.py
|
|
|
|
test_profiler.py
|
|
|
|
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
|
Consolidate nondeterministic error tests (#55631)
|
2021-04-22 23:37:01 -07:00 |
|
test_segment_reductions.py
|
Revert D27121170: [torch] Add cuda support for segment reduction 'max'
|
2021-04-08 15:30:58 -07:00 |
|
test_serialization.py
|
|
|
|
test_set_default_mobile_cpu_allocator.py
|
|
|
|
test_shape_ops.py
|
Remove legacy constructor calls from pytorch codebase. (#54142)
|
2021-04-11 15:45:17 -07:00 |
|
test_show_pickle.py
|
|
|
|
test_sort_and_select.py
|
Partially migrate sort from THC to ATen, replace the thrust path with cub (#54626)
|
2021-04-08 23:04:33 -07:00 |
|
test_sparse.py
|
Fix bug in torch.sparse.addmm on CUDA when beta != 0 or 1 (#56160)
|
2021-04-26 02:57:41 -07:00 |
|
test_sparse_csr.py
|
Add CSR (compressed sparse row) layout for sparse tensors (#50937)
|
2021-04-12 10:09:12 -07:00 |
|
test_spectral_ops.py
|
[ROCm] skip some tests to enable 4.1 CI upgrade (#54536)
|
2021-03-30 17:49:45 -07:00 |
|
test_static_runtime.py
|
[Static Runtime] Temporarily disable fusion tests (#55342)
|
2021-04-05 20:54:02 -07:00 |
|
test_tensor_creation_ops.py
|
Adding hsplit,vsplit and dsplit methods (#53536)
|
2021-04-26 09:39:09 -07:00 |
|
test_tensorboard.py
|
Add lint for unqualified noqa (#56272)
|
2021-04-19 13:16:18 -07:00 |
|
test_tensorexpr.py
|
[nnc] Support pow on CPU (#56308)
|
2021-04-20 15:13:03 -07:00 |
|
test_tensorexpr_pybind.py
|
[tensorexpr] Add python bindings for TensorExprKernel (#54450)
|
2021-04-01 02:11:32 -07:00 |
|
test_testing.py
|
enable support for custom error messages in torch.testing (#55890)
|
2021-04-24 23:37:44 -07:00 |
|
test_throughput_benchmark.py
|
|
|
|
test_torch.py
|
OpInfo: roll and rot90 (#56770)
|
2021-04-25 22:12:38 -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
|
Generate no-op meta functions for all inplace operations (#54901)
|
2021-03-30 09:31:39 -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
|
Add OpInfo for polygamma and remove torch_op_tests Infra (#51966)
|
2021-04-20 01:03:09 -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
|
skip test_symeig if MAGMA not detected (#54526)
|
2021-03-24 13:55:36 -07:00 |
|
test_vulkan.py
|
Remove legacy constructor calls from pytorch codebase. (#54142)
|
2021-04-11 15:45:17 -07:00 |
|
test_xnnpack_integration.py
|
Remove legacy constructor calls from pytorch codebase. (#54142)
|
2021-04-11 15:45:17 -07:00 |