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