Age | Commit message (Expand) | Author | Files | Lines |
2019-01-21 | cpp doc fix (#16221) | Will Feng | 2 | -9/+7 |
2019-01-18 | Remove ATen/Half.h and ATen/core/Half.h forwarding headers. | Edward Yang | 1 | -1/+1 |
2019-01-16 | Fix possible importing errors in build_libtorch.py (#15471) | Derek Kim | 1 | -4/+10 |
2019-01-14 | Add cuda.reset_max_memory_* (#15985) | SsnL | 2 | -4/+6 |
2019-01-10 | Move files to/from c10/core and c10/util (#15316) | Sebastian Messmer | 1 | -2/+2 |
2019-01-10 | Extend note about contributing to the C++ frontend (#15902) | Peter Goldsborough | 1 | -2/+13 |
2019-01-08 | Revert "remove use of tmp_install" (#15847) | andersj | 1 | -0/+23 |
2019-01-07 | Fix C++ Frontend example in frontend.html (#15717) | Peter Goldsborough | 1 | -36/+43 |
2019-01-07 | Fix restructured text issue in tensor_basics.rst (#15701) | Peter Goldsborough | 1 | -2/+2 |
2019-01-07 | Add is_floating_point to docs (#15704) | vishwakftw | 3 | -0/+5 |
2019-01-04 | remove use of tmp_install | andersj | 1 | -23/+0 |
2018-12-30 | Fix typo in documentation | Alexander Rodin | 1 | -1/+1 |
2018-12-27 | Update cuda.get/set_rng_state doc (#14324) | SsnL | 1 | -0/+2 |
2018-12-25 | remove legacy from docs (#15112) | Soumith Chintala | 2 | -5/+0 |
2018-12-25 | Use at::zeros instead of torch::zeros in non-differentiable example (#15527) | Alexander Rodin | 1 | -1/+1 |
2018-12-24 | Allow converting char tensor to numpy; add [fi]info.min (#15046) | SsnL | 1 | -4/+6 |
2018-12-23 | Add torch.rot90 to torch.rst | Gao, Xiang | 1 | -0/+1 |
2018-12-20 | Add at::one_hot (#15208) | Gao, Xiang | 1 | -0/+5 |
2018-12-19 | Fix documentation (#15372) | Benoit Rostykus | 1 | -1/+1 |
2018-12-19 | Rename potrs to cholesky_solve (#15334) | vishwakftw | 2 | -0/+2 |
2018-12-15 | Delete ffi documentation (#15220) | Krishna Kalyan | 2 | -7/+0 |
2018-12-14 | Fix jit doc codeblocks and tables (#15227) | David Riazati | 1 | -16/+15 |
2018-12-12 | Add script standard library documentation + cleanup (#14912) | David Riazati | 1 | -7/+20 |
2018-12-12 | Move CUDAGuard, CUDAStream and CUDAGuardImpl to c10/cuda (#14248) | Edward Yang | 1 | -2/+2 |
2018-12-11 | Stashing checkpointing RNG states based on devices of arg tensors (#14518) | Michael Carilli | 1 | -2/+10 |
2018-12-10 | s/Torch Script/TorchScript/g (#15011) | Michael Suo | 1 | -35/+35 |
2018-12-07 | Update graph printouts in JIT docs (#14914) | James Reed | 1 | -75/+73 |
2018-12-07 | Improve hub documentation (#14862) | Ailing Zhang | 1 | -0/+95 |
2018-12-07 | Expose torch.roll function and method (#14880) | vishwakftw | 2 | -0/+2 |
2018-12-05 | Optimize images (#14084) | Xiang Gao | 3 | -0/+0 |
2018-12-05 | Remove outdated css file and refs in cpp conf.py (#14779) | Brendan Soffientini | 2 | -122/+1 |
2018-12-05 | Update magma to 2.4.0 for Windows | peterjc123 | 1 | -3/+3 |
2018-12-04 | Making dist.get_default_group private for PT1 release (#14767) | Teng Li | 1 | -2/+0 |
2018-12-03 | sparse.mm(), reland #14526 (#14661) | Wei Yang | 1 | -0/+1 |
2018-11-30 | Revert D13252990: [pytorch][PR] [sparse] sparse.mm(S, D) | Alyssa Wang | 1 | -1/+0 |
2018-11-30 | sparse.mm(S, D) (#14526) | Wei Yang | 1 | -0/+1 |
2018-11-30 | Remove OptionsGuard from ATen (#14524) | Peter Goldsborough | 1 | -1/+0 |
2018-11-29 | Misc distributed documentation updates (#14605) | Pieter Noordhuis | 1 | -44/+44 |
2018-11-29 | PT1 distributed doc update (#14530) | Teng Li | 1 | -8/+4 |
2018-11-28 | Update Tensor doc (#14339) | albanD | 2 | -5/+4 |
2018-11-28 | torch.sparse.sum() (#12430) | Wei Yang | 1 | -0/+8 |
2018-11-28 | PT1 Stable Release Distributed Documentation (#14444) | Teng Li | 1 | -13/+123 |
2018-11-27 | fix doc for sparse.addmm (#14403) | Wei Yang | 1 | -1/+1 |
2018-11-27 | Add variable_factories.h to cppdocs (#14381) | Peter Goldsborough | 3 | -18/+39 |
2018-11-26 | backward for sparse.addmm(D, S, D, alpha, beta) -> D (#13345) | Wei Yang | 1 | -0/+5 |
2018-11-23 | Option to preserve bitwise accuracy of gradient checkpointed vs non-checkpoin... | Michael Carilli | 1 | -0/+14 |
2018-11-16 | Fix docs/cpp/requirements.txt (#14121) | Peter Goldsborough | 1 | -1/+1 |
2018-11-15 | Revert "Remove OptionsGuard from ATen (#13738)" (#14082) | Your Name | 1 | -0/+1 |
2018-11-15 | Remove OptionsGuard from ATen (#13738) | Peter Goldsborough | 1 | -1/+0 |
2018-11-15 | Updating C++ documentation to PyTorch theme. (#13791) | Brian Johnson | 2 | -4/+5 |