pytorch/test
Ailing Zhang e387d945c2 allow empty index for scatter_* methods (#14077)
Summary:
Fixes #2027
Pull Request resolved: https://github.com/pytorch/pytorch/pull/14077

Differential Revision: D13095788

Pulled By: ailzhang

fbshipit-source-id: ad2c8bbf83d36e07940782b9206fbdcde8905fd3
2018-11-19 09:50:21 -08:00
..
bottleneck Implement torch.util.bottleneck (#5216) 2018-03-23 17:27:35 -04:00
cpp use at::Device throughout JIT (#14181) 2018-11-19 09:21:57 -08:00
cpp_extensions Use torch:: instead of at:: in all C++ APIs (#13523) 2018-11-06 14:32:25 -08:00
custom_operator Add std::string to the getTypePtr for JIT inference of custom op types (#13683) 2018-11-10 12:58:53 -08:00
data Merge Variable and Tensor classes (#5225) 2018-02-23 18:03:31 -05:00
error_messages [pep8] Fix most lint automatically with autopep8 2017-01-28 01:15:51 +01:00
expect Import a method from an python_print string (#13959) 2018-11-15 16:11:37 -08:00
ffi/src Add ffi utils for user C extensions 2016-09-29 09:35:56 -07:00
onnx Update coverage info (#13788) 2018-11-12 12:39:12 -08:00
optim Correct gradient of rosenbrock (#3881) 2017-11-26 11:49:04 -05:00
test_module Handling for py2/py3 division differences (#11016) 2018-09-05 14:57:38 -07:00
common_cuda.py Rename test/common.py to test/common_utils.py (#12794) 2018-10-17 23:04:29 -07:00
common_methods_invocations.py handle flat rolling (no dim specified) T36264909 (#13588) 2018-11-08 12:39:35 -08:00
common_nn.py Ensure nn Losses check scalar vs non-scalar values. 2018-11-14 16:46:27 -08:00
common_utils.py Print warning when ROCm memory leaking is detected in pytorch tests (#14151) 2018-11-18 00:11:44 -08:00
expecttest.py Add support for inline expect tests. (#12825) 2018-10-22 19:29:04 -07:00
run_test.py enable more unit tests (#13166) 2018-11-12 18:49:52 -08:00
test_autograd.py Batched cholesky decomposition (#14017) 2018-11-17 10:49:15 -08:00
test_c10d.py Retry test on "Address already in use" error (#13911) 2018-11-14 15:23:03 -08:00
test_cpp_extensions.py Use torch:: instead of at:: in all C++ APIs (#13523) 2018-11-06 14:32:25 -08:00
test_cuda_primary_ctx.py Rename test/common.py to test/common_utils.py (#12794) 2018-10-17 23:04:29 -07:00
test_cuda.py Print warning when ROCm memory leaking is detected in pytorch tests (#14151) 2018-11-18 00:11:44 -08:00
test_dataloader.py Make JOIN_TIMEOUT longer for ppc64le (#14107) 2018-11-16 12:12:58 -08:00
test_distributed.py Rename DistBackend -> Backend (#11830) 2018-11-07 11:58:12 -08:00
test_distributions.py enable more unit tests (#13166) 2018-11-12 18:49:52 -08:00
test_expecttest.py Add support for inline expect tests. (#12825) 2018-10-22 19:29:04 -07:00
test_indexing.py Rename test/common.py to test/common_utils.py (#12794) 2018-10-17 23:04:29 -07:00
test_jit.py Relax limits for gradients in test_jit's checkGraph (#14094) 2018-11-16 11:43:52 -08:00
test_multiprocessing_spawn.py Add torch.multiprocessing.spawn helper (#13518) 2018-11-06 14:08:37 -08:00
test_multiprocessing.py Test scripts only run cases defined in the running script (#13250) 2018-10-29 13:57:40 -07:00
test_nccl.py Shard all of tests based on how many tests exist. (#13160) 2018-10-26 18:20:34 -07:00
test_nn.py Preemptively test for out-of-order length. (#13933) 2018-11-16 08:39:05 -08:00
test_numba_integration.py Autograd indices/values and sparse_coo ctor (#13001) 2018-10-24 10:00:22 -07:00
test_optim.py Shard all of tests based on how many tests exist. (#13160) 2018-10-26 18:20:34 -07:00
test_sparse.py Implement unsqueeze for sparse vectors (this also makes stack work out of the box) 2018-11-14 15:23:05 -08:00
test_thd_distributed.py Fixed THD DistributedDataParallel not picklable (#14051) 2018-11-15 18:10:47 -08:00
test_torch.py allow empty index for scatter_* methods (#14077) 2018-11-19 09:50:21 -08:00
test_type_info.py Shard all of tests based on how many tests exist. (#13160) 2018-10-26 18:20:34 -07:00
test_utils.py Hub Implementation (#12228) 2018-10-29 18:43:14 -07:00