Age | Commit message (Expand) | Author | Files | Lines |
2018-10-01 | Back out "Revert D10123245: Back out "codemod cuda_gpu_id to device_id"" (#12... | Junjie Bai | 1 | -1/+1 |
2018-10-01 | Revert D10123245: Back out "codemod cuda_gpu_id to device_id" | Rick Ratmansky | 1 | -1/+1 |
2018-10-01 | Back out "codemod cuda_gpu_id to device_id" | Yang Liu | 1 | -1/+1 |
2018-09-30 | copy_(Sparse, Sparse) for sparse tensor (#9005) | Wei Yang | 2 | -2/+5 |
2018-09-27 | codemod cuda_gpu_id to device_id (#12022) | Junjie Bai | 1 | -1/+1 |
2018-09-26 | Enable tracing of tensor factories with an out argument | Adam Paszke | 1 | -7/+33 |
2018-09-26 | Unify versions across setup.py, libtorch, and libcaffe2 (#12053) | Orion Reblitz-Richardson | 2 | -0/+2 |
2018-09-25 | Add some more locations to search for nccl. (#12063) | Edward Yang | 1 | -1/+5 |
2018-09-25 | Move Factory functions from Type to TypeExtendedInterface. (#12025) | Gregory Chanan | 2 | -3/+3 |
2018-09-24 | Make gen_jit_dispatch runnable (#12018) | Bram Wasti | 1 | -1/+1 |
2018-09-24 | Remove caffe2::Tensor::capacity_nbytes, at::Tensor::to##name##Data, (#11876) | Christian Puhrsch | 2 | -9/+9 |
2018-09-21 | migrate PReLU to ATen (#11758) | Wei Yang | 2 | -21/+23 |
2018-09-21 | Move function deletion from the stack to the heap. (#11611) | Owen Anderson | 1 | -0/+1 |
2018-09-21 | Stop tracing _out overloads (#11910) | Adam Paszke | 1 | -0/+2 |
2018-09-21 | Pop stashed IntList in resize_, warn about its usage when tracing. | Adam Paszke | 1 | -0/+9 |
2018-09-20 | Protobuf serialization (#11619) | Peter Goldsborough | 2 | -8/+0 |
2018-09-19 | Enable build_test on windows (#11802) | Mingzhe Li | 1 | -1/+1 |
2018-09-19 | Move bernoulli into ATen (#10273) | Tongzhou Wang | 2 | -2/+9 |
2018-09-17 | Enable build_python on windows (#11385) | Mingzhe Li | 1 | -1/+1 |
2018-09-17 | Moving copy of Caffe2 protos back to build_pytorch_libs.sh (#11726) | Jesse Hellemn | 1 | -7/+25 |
2018-09-14 | Splits CPU and CUDA fusion compilers (#10981) | Mike Ruberry | 1 | -1/+1 |
2018-09-14 | respect USE_CUDA_STATIC_LINK in build_libtorch.py | Anders Papitto | 1 | -0/+2 |
2018-09-14 | Augment emit_nvtx to help connect backward-pass Function apply calls with the... | Michael Carilli | 1 | -1/+1 |
2018-09-14 | Fix #11430 (CPU only builds raise opaque error message when calling .… (#11... | Edward Yang | 3 | -11/+11 |
2018-09-14 | Centralize TypeExtendedInterface casts. (#11576) | Edward Yang | 2 | -6/+6 |
2018-09-12 | Use TypeMeta instead of TypeIdentifier within at::StorageImpl (#11236) | Christian Puhrsch | 2 | -0/+4 |
2018-09-12 | use at::Half in THC (#11322) | Roy Li | 1 | -7/+0 |
2018-09-12 | Allow building the C++ API without cereal (#11498) | Peter Goldsborough | 2 | -5/+13 |
2018-09-12 | Fused weightnorm for ATen (#10842) | Michael Carilli | 1 | -0/+6 |
2018-09-12 | Sync all libnccl soversions, not just libnccl.so.1 (#11575) | Edward Yang | 1 | -1/+1 |
2018-09-11 | Improve tracer warnings (#11545) | Adam Paszke | 2 | -11/+11 |
2018-09-11 | Make .to() methods native functions (to fix JIT tracing) | Adam Paszke | 4 | -29/+36 |
2018-09-11 | Split Type into TypeExtendedInterface and Type (#11520) | Edward Yang | 2 | -2/+2 |
2018-09-11 | Allow tracing random functions (only when using default generators) (#11539) | Adam Paszke | 1 | -6/+4 |
2018-09-11 | fix missing libnccl.so.1 error (#11553) | Soumith Chintala | 1 | -3/+3 |
2018-09-11 | Remove time prefix from rsync (#11525) | Adam Paszke | 1 | -1/+1 |
2018-09-11 | Introducing python setup.py rebuild develop (#11487) | Soumith Chintala | 1 | -94/+112 |
2018-09-11 | Remove separate ATen build target (#11488) | Orion Reblitz-Richardson | 1 | -11/+0 |
2018-09-11 | Add support for tracing strings (#11506) | Adam Paszke | 1 | -1/+3 |
2018-09-11 | Improve shape analysis to cover all most commonly used ops (#11358) | Adam Paszke | 2 | -7/+3 |
2018-09-10 | Flags for LMDB, LevelDB, and Caffe2 ops (#11462) | Orion Reblitz-Richardson | 3 | -0/+9 |
2018-09-10 | Lockdown NO_TEST=1 for tests even more (#11415) | Orion Reblitz-Richardson | 1 | -0/+1 |
2018-09-10 | Improve support for tracing sizes, add more tracer warnings (#11288) | Adam Paszke | 2 | -22/+14 |
2018-09-10 | Move backward/set_data to Type-based dispatch. | Gregory Chanan | 2 | -0/+11 |
2018-09-09 | override BUILD_TEST when building gloo (#11431) | Soumith Chintala | 1 | -2/+2 |
2018-09-08 | Conversions to and from complex numbers. (#11420) | Edward Yang | 1 | -0/+11 |
2018-09-08 | Move the type registry out of Context, into LegacyTypeDispatch. (#11274) | Edward Yang | 1 | -2/+2 |
2018-09-08 | Make torch.randint have default dtype int64 (#11040) | Tongzhou Wang | 2 | -4/+138 |
2018-09-07 | Remove FULL_CAFFE2 flag (#11321) | Orion Reblitz-Richardson | 3 | -10/+20 |
2018-09-07 | Remove methods that start with an underscore from at::Tensor (#11152) | Peter Goldsborough | 3 | -7/+7 |