summaryrefslogtreecommitdiff
path: root/test/test_multiprocessing.py
AgeCommit message (Expand)AuthorFilesLines
2019-04-01fixes multiprocessing serialization for integer nn.Parameter (#18639)Soumith Chintala1-0/+14
2019-03-30Turn on F401: Unused import warning. (#18598)Edward Yang1-1/+0
2019-03-25Implement reference counting for shared IPC CUDA tensors (#16854)Vitaly Fedyunin1-2/+91
2019-03-21Fix B902 lint error: invalid first argument. (#18181)Edward Yang1-0/+3
2019-03-14Fix lint in test_multiprocessing.Edward Yang1-5/+5
2019-02-23Skip test_event_handle_multi_gpu() on a single GPU system (#17402)Stefan Krah1-0/+1
2019-01-19Unify device() return type in Stream, Event, and Tensor (#16150)Shen Li1-2/+1
2019-01-17Move all Stream and Event Python implementation to C++ (#15937)Shen Li1-0/+123
2018-12-10Disable test_leaf_variable_sharing on ASAN runsEdward Yang1-0/+3
2018-12-05Fix cuda multiprocessing cached memory (#14736)Ailing Zhang1-0/+40
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