summaryrefslogtreecommitdiff
path: root/torch/csrc/autograd/engine.h
AgeCommit message (Expand)AuthorFilesLines
2019-03-20Enable autograd to recognize the XLA backend as one providing multiple device...Davide Libenzi1-1/+2
2018-12-08Canonicalize all includes in PyTorch. (#14849)Edward Yang1-4/+4
2018-09-05Bag of clang tidy fixes for torch/csrc/ and torch/csrc/autograd (#11050)Peter Goldsborough1-1/+1
2018-07-30Match parameter names and = default (#9737)Peter Goldsborough1-1/+1
2018-07-23Remove CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS and fix CUDA 8 build on Windows (#949...peter1-2/+3
2018-06-11Add autograd automatic anomaly detection (#7677)albanD1-0/+4
2018-06-01Factor python dependency out of interpreter (#7970)Zachary DeVito1-0/+4
2018-05-24Add backward() to Tensor and Variable (#7774)Peter Goldsborough1-7/+10
2018-05-22Revert #7750 and #7762 to fix Windows CI on master (#7772)Will Feng1-13/+8
2018-05-22[C++ API] Add backward() to Tensor and Variable (#7750)Peter Goldsborough1-8/+13
2018-04-10[Re-checkpointing] Autograd container for trading compute for memory (#6467)Priya Goyal1-0/+2
2018-03-08Python-free build of autograd + jit (#5356)Luca Antiga1-1/+2
2018-02-21Improve Function interface (#5221)Peter Goldsborough1-3/+3
2018-01-18Improve the engine support for functional graph execution (#4690)Adam Paszke1-8/+2
2017-12-18Replace Variable.volatile with torch.no_grad() (#3970)Sam Gross1-0/+1
2017-11-20Clean up stochastic function related dead code (#3782)Adam Paszke1-7/+1
2017-09-05Make autograd engine reentrant without creating new threadsAdam Paszke1-1/+2
2017-09-05Fix exception propagation from recursive Engine callsAdam Paszke1-1/+1
2017-09-05Support multi-stage AutogradClosuresAdam Paszke1-4/+8
2017-09-05Improve backward tracingAdam Paszke1-1/+1
2017-07-13Set the current device in each engine's thread (#2081)Sam Gross1-1/+1
2017-06-13Make csrc -Werror clean. (#1795)Edward Z. Yang1-0/+1
2017-06-12Add end callbacks to the engineAdam Paszke1-1/+5
2017-05-24Improve handling of graph roots in autograd engine (#1635)Adam Paszke1-1/+1
2017-05-17Miscellaneous documentation around autograd. (#1577)Edward Z. Yang1-1/+1
2017-05-01Add torch.autograd.differentiateAdam Paszke1-1/+6
2017-05-01Refactor attribute names in autogradAdam Paszke1-15/+15
2017-04-12Autograd deadlock for recent glibc fix (#1243)albanD1-2/+4
2017-03-03Parallelize backwardsSam Gross1-5/+22
2017-02-17Fix a bug in Engine::compute_dependenciesAdam Paszke1-2/+2
2017-02-13Refactor autograd package to separate Python dependencies. (#662)Sam Gross1-7/+32
2016-10-13Major autograd refactorAdam Paszke1-0/+10