summaryrefslogtreecommitdiff
path: root/torch/multiprocessing
AgeCommit message (Expand)AuthorFilesLines
2019-01-17Move all Stream and Event Python implementation to C++ (#15937)Shen Li1-3/+4
2018-12-05Fix cuda multiprocessing cached memory (#14736)Ailing Zhang1-22/+74
2018-11-29Binding for prctl(PR_SET_PDEATHSIG) (#14491)Pieter Noordhuis2-0/+17
2018-11-27Fixed torch.multiprocessing.spawn for not being able to spawn like dataloader...Teng Li1-2/+4
2018-11-16multiprocessing.spawn python version check (#14039)Teng Li2-4/+16
2018-11-12Add torch.multiprocessing.spawn docsPieter Noordhuis2-1/+5
2018-11-06Add torch.multiprocessing.spawn helper (#13518)Pieter Noordhuis2-0/+144
2018-10-16Don't serialize hooks (#11705)Edward Yang1-7/+10
2018-08-13Don't call into Python during Storage destruction. (#10407)Sam Gross1-22/+50
2018-08-10Correctly share CUDA Parameters. (#10220)Edward Yang1-6/+25
2018-07-16Eliminate storage views. (#9466)Edward Yang1-17/+86
2018-07-10Add weak pointer and finalizer support directly to THStorage. (#9148)Edward Yang1-0/+7
2018-04-03Fix sharing of empty tensor in multiprocessing (#6229)Richard Zou1-0/+8
2017-12-20Add build support for Python 2.7 using MSVC (#4226)peterjc1231-1/+4
2017-11-08Improve Windows Compatibility (for csrc/scripts) (#2941)peterjc1231-1/+1
2017-02-22improved serialization (no tar copy) (#713)Adam Lerer1-2/+2
2017-02-13Refactor autograd package to separate Python dependencies. (#662)Sam Gross1-32/+0
2017-01-28[pep8] Fix most remaining lint manuallyLuke Yeager1-1/+1
2017-01-28[pep8] Fix most lint automatically with autopep8Luke Yeager2-0/+3
2017-01-20Fix CUDA sharing across processes (#530)Sam Gross1-1/+1
2017-01-03Add multiprocessing docsAdam Paszke1-0/+23
2016-12-31Ensure that Variable's grad is shared between processesAdam Paszke1-0/+32
2016-12-28Use ForkingPickler for sharing tensor/storages across processes (#344)Sam Gross7-464/+217
2016-12-19Support CUDA IPC in Python 3 (#203)Sam Gross5-51/+91
2016-11-02Fix multiprocess serialization with "spawn" or "forksever" (#198)Sam Gross2-8/+16
2016-10-28Use torch.Size for Tensor sizes and tuple for stridesSam Gross1-5/+1
2016-10-18Fix typoSam Gross1-4/+3
2016-09-20Codemod to remove camel case method namingAdam Paszke2-4/+4
2016-09-16Fix multiprocessing on OS XAdam Paszke1-2/+11
2016-09-08Add file descriptor sharing mode to multiprocessingAdam Paszke6-50/+274
2016-08-31Add initial version of multiprocessing moduleAdam Paszke4-0/+233