summaryrefslogtreecommitdiff
path: root/test/test_multiprocessing.py
AgeCommit message (Expand)AuthorFilesLines
2018-10-29Test scripts only run cases defined in the running script (#13250)Tongzhou Wang1-2/+1
2018-10-26Shard all of tests based on how many tests exist. (#13160)Zachary DeVito1-1/+5
2018-10-17Rename test/common.py to test/common_utils.py (#12794)James Sun1-1/+1
2018-10-16Don't serialize hooks (#11705)Edward Yang1-0/+11
2018-08-10Correctly share CUDA Parameters. (#10220)Edward Yang1-16/+74
2018-07-17Reenable multiprocessing preserve sharing tests on ASAN. (#9498)Edward Yang1-4/+0
2018-07-16Eliminate storage views. (#9466)Edward Yang1-6/+9
2018-07-05Turn on UBSAN in the OSS build (#8813)Will Feng1-2/+1
2018-06-30Add flag for disabling tests with multiprocessing spawn start method (#9061)Will Feng1-1/+5
2018-04-27torch.arange: add numpy-style type inference. (#7016)gchanan1-5/+5
2018-04-12Separate cuda-ness from dtype. (#6470)gchanan1-6/+6
2018-04-03Fix sharing of empty tensor in multiprocessing (#6229)Richard Zou1-0/+16
2018-03-17Skip test_backwards_fork test as flaky. (#5839)Edward Z. Yang1-0/+1
2018-02-28Mark test_fs_sharing as hanging in ASAN. (#5451)Edward Z. Yang1-0/+2
2018-02-27Fix ASAN alloc-dealloc-mismatch in TestMultiprocessing (#5428)Vedanuj Goswami1-8/+0
2018-02-24Turn on ASAN in continuous integration. (#5271)Edward Z. Yang1-0/+15
2018-02-23Merge Variable and Tensor classes (#5225)Sam Gross1-1/+1
2018-01-06Fix multiprocessing and dataloader tests on Windows (#4453)peterjc1231-4/+3
2017-12-20Disable tests and fix issues with Windows CUDA build (#4251)Will Feng1-1/+4
2017-12-18Replace Variable.volatile with torch.no_grad() (#3970)Sam Gross1-8/+2
2017-12-18Re-initialize autograd engine in child processes (#4158)Sam Gross1-0/+13
2017-11-20Reflect renaming of OS X to macOS (#3795)Scott Stevenson1-4/+4
2017-11-08Improve Windows Compatibility (for csrc/scripts) (#2941)peterjc1231-9/+10
2017-07-14fix empty Tensor mmapSoumith Chintala1-0/+4
2017-06-05Fix sharing of CUDA tensors on non-current devicesSam Gross1-2/+3
2017-05-19disabling fd leakchecker test (#1593)Soumith Chintala1-3/+4
2017-04-03Add torch.arange and deprecate torch.rangeAdam Paszke1-5/+5
2017-03-17Fix some deadlocks when torch_shm_manager is not found (#1030)Sam Gross1-10/+12
2017-03-03sparse tensor operations (#735)Martin Raison1-3/+3
2017-02-14Fix flaky testsAdam Paszke1-1/+2
2017-02-14Add tests for non-contiguous inputs and gradientsAdam Paszke1-0/+1
2017-02-13Refactor autograd package to separate Python dependencies. (#662)Sam Gross1-7/+5
2017-01-28Fix multiprocessing testsAdam Paszke1-8/+9
2017-01-28[pep8] Fix most lint automatically with autopep8Luke Yeager1-8/+8
2017-01-25Fixes and improvements (#593)Adam Paszke1-2/+2
2017-01-20Fix CUDA sharing across processes (#530)Sam Gross1-0/+37
2017-01-16Change .grad attribute of Variables to be a VariableAdam Paszke1-4/+4
2016-12-31Add is_shared() method for storages and tensorsAdam Paszke1-0/+19
2016-12-31Ensure that Variable's grad is shared between processesAdam Paszke1-0/+57
2016-12-31Fix multiprocessing tests on macOSAdam Paszke1-3/+6
2016-12-28Use ForkingPickler for sharing tensor/storages across processes (#344)Sam Gross1-27/+111
2016-12-19Support CUDA IPC in Python 3 (#203)Sam Gross1-35/+56
2016-11-08Fix one more compatibility bug in Python 3.3Adam Paszke1-2/+2
2016-11-02Fix multiprocess serialization with "spawn" or "forksever" (#198)Sam Gross1-3/+12
2016-09-23Improve error messages in storage and tensor C functionsAdam Paszke1-2/+5
2016-09-16Fix multiprocessing on OS XAdam Paszke1-1/+3
2016-09-16adding docstrings for activation functionssoumith1-1/+2
2016-09-08Add file descriptor sharing mode to multiprocessingAdam Paszke1-0/+176