..
backward_compatibility
[WIP] Bind in CellParams for RNN ( #35787 )
2020-04-28 21:47:06 -07:00
bottleneck_test
cpp
[cmake] add USE_SYSTEM_{XNNPACK,ONNX} options. ( #37501 )
2020-04-29 09:26:16 -07:00
cpp_api_parity
Enabled debug symbol in test_cpp_api_parity tests by default. ( #36209 )
2020-04-08 09:34:32 -07:00
cpp_extensions
Prerequisites for CSPRNG ( #36631 )
2020-04-24 12:25:37 -07:00
custom_operator
Remove python-2 or python<3.5 checks from unit tests ( #37252 )
2020-04-24 17:42:04 -07:00
distributed
Ensure DataParallel replicas can be saved ( #37307 )
2020-04-25 20:57:24 -07:00
error_messages
expect
[JIT] Optimize before inlining ( #35562 )
2020-04-07 09:42:26 -07:00
jit
Add support for generic list constants ( #36953 )
2020-04-28 23:28:07 -07:00
mobile
Remove callBoxedWorkaround ( #36850 )
2020-04-24 23:13:31 -07:00
onnx
Remove ONNX BatchNorm(12) test and converter. ( #37309 )
2020-04-28 17:45:01 -07:00
optim
quantization
[quant] Finishing refactor for quantization test files ( #37366 )
2020-04-28 21:40:57 -07:00
scripts
type_hint_tests
Support for Tensor Shape Type Hint ( #34595 )
2020-03-13 15:16:24 -07:00
HowToWriteTestsUsingFileCheck.md
run_test.py
Disable tests failing on test2 in ROCm CI ( #37427 )
2020-04-29 09:56:28 -07:00
simulate_nccl_errors.py
te_utils.py
add test_tensorexpr.py ( #35776 )
2020-04-01 22:05:37 -07:00
test_autograd.py
allow inplace leaky_relu backward calc when slope == 0 ( #37453 )
2020-04-28 21:42:33 -07:00
test_bundled_inputs.py
Add utility for bundling sample inputs with models ( #35631 )
2020-04-08 13:10:36 -07:00
test_complex.py
Temporary methods for real and imag values of complex tensors ( #35879 )
2020-04-05 07:22:02 -07:00
test_cpp_api_parity.py
Refactor C++ API parity test mechanism and turn it on in CI again ( #35190 )
2020-04-03 11:20:36 -07:00
test_cpp_extensions_aot.py
Prerequisites for CSPRNG ( #36631 )
2020-04-24 12:25:37 -07:00
test_cpp_extensions_jit.py
Don't use NonVariableTypeMode in custom ops ( #37355 )
2020-04-28 20:11:31 -07:00
test_cuda.py
Disable tests failing on test2 in ROCm CI ( #37427 )
2020-04-29 09:56:28 -07:00
test_cuda_primary_ctx.py
test_dataloader.py
Remove (most) Python 2 support from Python code ( #35615 )
2020-04-22 09:23:14 -07:00
test_determination.py
run the simple executor for jit tests by default, add profiling jobs … ( #37017 )
2020-04-28 19:16:52 -07:00
test_dispatch.py
Switch to pybind11 style registration function API. ( #36258 )
2020-04-16 10:44:21 -07:00
test_distributions.py
[takeover] BTRS algorithm for fast/efficient binomial sampling ( #36858 )
2020-04-22 15:53:41 -07:00
test_docs_coverage.py
[WIP] Bind in CellParams for RNN ( #35787 )
2020-04-28 21:47:06 -07:00
test_expecttest.py
test_function_schema.py
test_indexing.py
Changes warnings generated in cpp to show point of Python origination ( #36052 )
2020-04-25 21:18:58 -07:00
test_jit.py
[jit] fix trace checking reporting divergent names ( #37464 )
2020-04-28 23:52:57 -07:00
test_jit_cuda_fuser.py
New CUDA Fuser: Unrolling support, interface refactor ( #36435 )
2020-04-16 09:20:24 -07:00
test_jit_disabled.py
test_jit_fuser.py
Use both absolute and relative tolerance in testing ( #34258 )
2020-04-19 06:16:49 -07:00
test_jit_fuser_legacy.py
test_jit_fuser_profiling.py
run the simple executor for jit tests by default, add profiling jobs … ( #37017 )
2020-04-28 19:16:52 -07:00
test_jit_fuser_te.py
run the simple executor for jit tests by default, add profiling jobs … ( #37017 )
2020-04-28 19:16:52 -07:00
test_jit_legacy.py
Remove (most) Python 2 support from Python code ( #35615 )
2020-04-22 09:23:14 -07:00
test_jit_profiling.py
run the simple executor for jit tests by default, add profiling jobs … ( #37017 )
2020-04-28 19:16:52 -07:00
test_jit_py3.py
[jit] fix named tuples as attributes ( #37251 )
2020-04-24 17:48:44 -07:00
test_jit_simple.py
Remove (most) Python 2 support from Python code ( #35615 )
2020-04-22 09:23:14 -07:00
test_jit_string.py
test_logging.py
test_mkldnn.py
Use unittest assertWarns instead ( #36411 )
2020-04-13 15:56:42 -07:00
test_mobile_optimizer.py
Propagate module lints for mobile scripted module. ( #37046 )
2020-04-27 10:20:12 -07:00
test_multiprocessing.py
Remove (most) Python 2 support from Python code ( #35615 )
2020-04-22 09:23:14 -07:00
test_multiprocessing_spawn.py
Remove (most) Python 2 support from Python code ( #35615 )
2020-04-22 09:23:14 -07:00
test_namedtensor.py
Remove (most) Python 2 support from Python code ( #35615 )
2020-04-22 09:23:14 -07:00
test_namedtuple_return_api.py
test_nn.py
Explicit attribute setting for pruning and weight_norm upon reparam removal ( #34170 )
2020-04-29 09:01:59 -07:00
test_numba_integration.py
Remove (most) Python 2 support from Python code ( #35615 )
2020-04-22 09:23:14 -07:00
test_optim.py
Add SWA to PyTorch mainline ( #35032 )
2020-04-27 07:42:19 -07:00
test_overrides.py
Remove (most) Python 2 support from Python code ( #35615 )
2020-04-22 09:23:14 -07:00
test_quantization.py
[quant] Finishing refactor for quantization test files ( #37366 )
2020-04-28 21:40:57 -07:00
test_serialization.py
Remove python-2 or python<3.5 checks from unit tests ( #37252 )
2020-04-24 17:42:04 -07:00
test_show_pickle.py
Add torch.utils.show_pickle for showing pickle contents in saved models ( #35168 )
2020-04-03 15:11:20 -07:00
test_sparse.py
Disable tests failing on test2 in ROCm CI ( #37427 )
2020-04-29 09:56:28 -07:00
test_tensorboard.py
Remove (most) Python 2 support from Python code ( #35615 )
2020-04-22 09:23:14 -07:00
test_tensorexpr.py
correctly set and restore states in te tests ( #37210 )
2020-04-24 20:16:51 -07:00
test_throughput_benchmark.py
ThroughputBenchmark: integration with Autograd Profiler ( #36282 )
2020-04-13 08:53:40 -07:00
test_torch.py
Disable tests failing on test2 in ROCm CI ( #37427 )
2020-04-29 09:56:28 -07:00
test_type_hints.py
Fixes type annotations for named tensors #27846 ( #36890 )
2020-04-28 06:51:22 -07:00
test_type_info.py
test_type_promotion.py
Added complex dtypes to get_all_math_dtypes, complex acc type for cpu, fixed rdiv and pow for complex ( #37193 )
2020-04-24 15:05:50 -07:00
test_utils.py
Remove (most) Python 2 support from Python code ( #35615 )
2020-04-22 09:23:14 -07:00
test_xnnpack_integration.py
Enable relu fusion with prepacked linear/conv. ( #35705 )
2020-04-03 15:38:45 -07:00