| .. |
|
backward_compatibility
|
Add and test training in lite interpreter. (#32359)
|
2020-03-03 23:33:43 -08:00 |
|
bottleneck_test
|
fix possible pandas import error during tensorboard tests (#29650)
|
2020-02-04 14:27:46 -08:00 |
|
cpp
|
[C++ API] Remove init-list form of at::indexing::Slice (#34255)
|
2020-03-06 05:51:53 -08:00 |
|
cpp_api_parity
|
[C++ API] Add PackedSequence / pack_padded_sequence / pad_packed_sequence / pack_sequence (#33652)
|
2020-02-25 12:53:41 -08:00 |
|
cpp_extensions
|
Delete unnecessary aliasAnalysis specification from operator registrations. (#33093)
|
2020-02-21 14:24:44 -08:00 |
|
custom_operator
|
Separate torchbind from Python (#30242)
|
2019-12-21 22:52:40 -08:00 |
|
distributed
|
[distributed] skip use_ignore_output tests in c10d if not built with gloo (#33513)
|
2020-03-02 16:43:21 -08:00 |
|
error_messages
|
|
|
|
expect
|
Move pytorch distributed tests to separate folder for contbuild. (#30445)
|
2020-01-22 21:16:59 -08:00 |
|
jit
|
[JIT] add other module apis (#34106)
|
2020-03-05 16:12:29 -08:00 |
|
mobile
|
[pytorch][mobile] support for custom mobile build with dynamic dispatch (#34055)
|
2020-03-03 19:25:16 -08:00 |
|
onnx
|
[ONNX] Fix for random generators export (#33789)
|
2020-03-05 17:58:54 -08:00 |
|
optim
|
|
|
|
scripts
|
Make test_torch.py pass cuda-memcheck (#29243)
|
2019-12-14 20:29:58 -08:00 |
|
HowToWriteTestsUsingFileCheck.md
|
|
|
|
run_test.py
|
[pytorch_ci] Skip determination tests in rocm
|
2020-03-05 11:23:02 -08:00 |
|
simulate_nccl_errors.py
|
Detect and handle NCCL errors appropriately in ProcessGroupNCCL. (#25012)
|
2019-08-22 16:12:41 -07:00 |
|
test_autograd.py
|
[test all] Back out "Revert D20171428: [profiler] fix chrome tracing for profiler run with cuda"
|
2020-03-05 09:05:56 -08:00 |
|
test_complex.py
|
Added tensor.is_complex(), is_complex and dtype.is_complex py binding, tensor printing, and dixed the scalar type returned for complex float (#33268)
|
2020-02-20 13:38:01 -08:00 |
|
test_cpp_api_parity.py
|
Move pytorch distributed tests to separate folder for contbuild. (#30445)
|
2020-01-22 21:16:59 -08:00 |
|
test_cpp_extensions_aot.py
|
[ROCm] Added support for pytorch extensions to use HIP (#32669)
|
2020-02-21 12:10:02 -08:00 |
|
test_cpp_extensions_jit.py
|
Add pybind11 exception translator (#30588)
|
2020-02-18 11:33:29 -08:00 |
|
test_cuda_primary_ctx.py
|
Move pytorch distributed tests to separate folder for contbuild. (#30445)
|
2020-01-22 21:16:59 -08:00 |
|
test_cuda.py
|
Expose CUDACachingAllocator raw_alloc and raw_delete to python (#33860)
|
2020-03-03 17:50:11 -08:00 |
|
test_dataloader.py
|
Fix all occurrences of C416. (#33429)
|
2020-02-21 08:32:22 -08:00 |
|
test_determination.py
|
[pytorch_ci] Python target determinator (#33577)
|
2020-03-03 18:01:12 -08:00 |
|
test_distributions.py
|
Feature/vonmises upstream (#33418)
|
2020-02-26 08:19:12 -08:00 |
|
test_docs_coverage.py
|
[doc] Add grad context manager doc to toplevel torch module. (#33877)
|
2020-03-02 06:32:36 -08:00 |
|
test_expecttest.py
|
Move pytorch distributed tests to separate folder for contbuild. (#30445)
|
2020-01-22 21:16:59 -08:00 |
|
test_fake_quant.py
|
Per channel quantization performance improvement (#33772)
|
2020-02-26 10:19:25 -08:00 |
|
test_function_schema.py
|
Move pytorch distributed tests to separate folder for contbuild. (#30445)
|
2020-01-22 21:16:59 -08:00 |
|
test_indexing.py
|
Fix index_put when tensor length > int_max (#33753)
|
2020-03-01 21:51:23 -08:00 |
|
test_jit_disabled.py
|
Move pytorch distributed tests to separate folder for contbuild. (#30445)
|
2020-01-22 21:16:59 -08:00 |
|
test_jit_fuser_legacy.py
|
switching to a simple/full executor
|
2019-11-11 13:41:35 -08:00 |
|
test_jit_fuser.py
|
Check fuser results when profiling (#33944)
|
2020-02-28 17:01:34 -08:00 |
|
test_jit_legacy.py
|
switching to a simple/full executor
|
2019-11-11 13:41:35 -08:00 |
|
test_jit_py3.py
|
[jit] Resolve type annotation names to types (#29623)
|
2020-02-28 18:35:10 -08:00 |
|
test_jit_simple.py
|
switching to a simple/full executor
|
2019-11-11 13:41:35 -08:00 |
|
test_jit_string.py
|
[PyTorch][TorchScript] Add support for join on List of strings in TorchScript (#32847)
|
2020-01-31 18:20:38 -08:00 |
|
test_jit.py
|
Revert D20121915: [JIT] Add support for list()
|
2020-03-06 07:16:40 -08:00 |
|
test_logging.py
|
Move pytorch distributed tests to separate folder for contbuild. (#30445)
|
2020-01-22 21:16:59 -08:00 |
|
test_mkldnn.py
|
Fix MKLDNN conv2d 5d weight handling (#34115)
|
2020-03-04 11:26:38 -08:00 |
|
test_multiprocessing_spawn.py
|
Move pytorch distributed tests to separate folder for contbuild. (#30445)
|
2020-01-22 21:16:59 -08:00 |
|
test_multiprocessing.py
|
Better handing of Autograd+Fork errors. (#33885)
|
2020-02-27 16:07:29 -08:00 |
|
test_namedtensor.py
|
Move pytorch distributed tests to separate folder for contbuild. (#30445)
|
2020-01-22 21:16:59 -08:00 |
|
test_namedtuple_return_api.py
|
Added cummin
|
2020-01-17 10:51:58 -08:00 |
|
test_nn.py
|
Tensor.random_ check that from and to are in tensor dtype bounds (#34033)
|
2020-03-06 07:22:47 -08:00 |
|
test_numba_integration.py
|
Move pytorch distributed tests to separate folder for contbuild. (#30445)
|
2020-01-22 21:16:59 -08:00 |
|
test_optim.py
|
Add missing weight_decay parameter validation for Adam and AdamW (#33126)
|
2020-02-20 11:11:51 -08:00 |
|
test_overrides.py
|
Revert D20195053: [pytorch][PR] Add API for listing functions overridable by __torch_function__
|
2020-03-04 10:13:54 -08:00 |
|
test_qat.py
|
Move pytorch distributed tests to separate folder for contbuild. (#30445)
|
2020-01-22 21:16:59 -08:00 |
|
test_quantization.py
|
[quant] Run weight_post_process for QAT (#33852)
|
2020-03-04 14:01:32 -08:00 |
|
test_quantized_models.py
|
Move pytorch distributed tests to separate folder for contbuild. (#30445)
|
2020-01-22 21:16:59 -08:00 |
|
test_quantized_nn_mods.py
|
[quant] Add Quantized BatchNorm2d module (#33109)
|
2020-02-13 12:15:43 -08:00 |
|
test_quantized_tensor.py
|
Preserve Backward compatibility of models serialized before #31040 (#33796)
|
2020-02-26 13:40:38 -08:00 |
|
test_quantized.py
|
Support broadcast for quantized mul kernel (#30442)
|
2020-02-19 16:52:31 -08:00 |
|
test_serialization.py
|
Avoid problematic pickle usages on Python 3.8.0 and 3.8.1 (#33824)
|
2020-02-26 21:15:38 -08:00 |
|
test_sparse.py
|
Fixes cuda->numpy and non-strided->numpy segfaults (#33612)
|
2020-02-21 22:23:08 -08:00 |
|
test_tensorboard.py
|
Move pytorch distributed tests to separate folder for contbuild. (#30445)
|
2020-01-22 21:16:59 -08:00 |
|
test_throughput_benchmark.py
|
Move pytorch distributed tests to separate folder for contbuild. (#30445)
|
2020-01-22 21:16:59 -08:00 |
|
test_torch.py
|
Tensor.random_ check that from and to are in tensor dtype bounds (#34033)
|
2020-03-06 07:22:47 -08:00 |
|
test_type_hints.py
|
Move pytorch distributed tests to separate folder for contbuild. (#30445)
|
2020-01-22 21:16:59 -08:00 |
|
test_type_info.py
|
Move pytorch distributed tests to separate folder for contbuild. (#30445)
|
2020-01-22 21:16:59 -08:00 |
|
test_type_promotion.py
|
Add device to the test tensor. Default device type is CPU, in pytorch… (#33635)
|
2020-02-27 14:40:07 -08:00 |
|
test_utils.py
|
Consider hub_dir alongside TORCH_HOME env variable for storing hub models (#32844)
|
2020-02-05 15:35:53 -08:00 |