summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2018-06-08Create initial Python bindings for c10d (#8119)Pieter Noordhuis2-1/+7
2018-06-07Added backward function for kl_div target (#7839)Wei Yang2-0/+14
2018-06-07Rename SparseTensor to SparseTensorRef. (#8237)Edward Z. Yang8-18/+18
2018-06-06Fix win mkldnn (#7718)Ben1-2/+43
2018-06-06Don't copy unneeded grads when using a function for several derivatives (Fixe...Thomas Viehmann1-1/+7
2018-06-06Record shape and type in autograd to validate gradients (#8168)Sam Gross2-9/+8
2018-06-06Add more annotations for arguments in ATen schema (#8192)Adam Paszke1-2/+3
2018-06-06[Caffe2] Merging setup.py with setup_caffe2.py (#8129)Paul Jesse Hellemn1-2/+17
2018-06-06Add a loop unrolling pass to PyTorch JIT (#7672)Adam Paszke1-0/+1
2018-06-05Get rid of SOVERSION (again). (#8132)Edward Z. Yang1-7/+5
2018-06-05[JIT] Support a single TensorList argument anywhere in the argument list + in...James Reed2-11/+41
2018-06-04Add non_blocking to Tensor/Module.to (#7312)Tongzhou Wang2-24/+46
2018-06-04Remove out-of-date comment (#8114)Sam Gross1-4/+0
2018-06-04Removing remaining NO_PYTHON ifdefs (#8067)Zachary DeVito1-1/+1
2018-06-01Remove NO_PYTHON macros from Exceptions.h/cpp (#8007)zrphercule1-1/+0
2018-06-01[script] Add support for torch.zeros, torch.ones, etc. (#7799)Zachary DeVito3-24/+90
2018-05-31Remove python bindings for `torch.slice` (#7924)Seth Hendrickson1-1/+1
2018-05-31Add third wayt to determine IS_CONDA (#7971)cpuhrsch1-1/+1
2018-05-30Fix the cpp libtorch CUDA build (#7975)Orion Reblitz-Richardson1-0/+3
2018-05-30[JIT] Fission and fusion passes for addmm (#7938)James Reed1-0/+1
2018-05-30Split up detail.h (#7836)Peter Goldsborough1-1/+2
2018-05-29Add back cpp_build tests for Mac (#7810)Orion Reblitz-Richardson1-7/+1
2018-05-29Add missing ${generated_comment} (#7920)Sam Gross1-0/+4
2018-05-29Avoid @generated in templates. (#7858)Sam Gross1-2/+2
2018-05-25fix typo from #7399 (#7846)avmgithub1-1/+1
2018-05-24[C++ API] Remove virtual forward and implement Sequential based on Any(Module...Peter Goldsborough1-4/+7
2018-05-24[build] Have PyTorch depend on minimal libcaffe2.so instead of libATen.so (#7...Orion Reblitz-Richardson8-132/+185
2018-05-23[PyTorch] [gradcheck] change backward() to grad() (#7710)Tongzhou Wang1-1/+1
2018-05-23Update tbb (#7734)cpuhrsch1-1/+1
2018-05-21JIT cleanup (#7631)Zachary DeVito1-1/+0
2018-05-19remove index from python bindings (fixes: #7639) (#7690)Thomas Viehmann1-0/+1
2018-05-18Don't allow requires_grad to be set on integer Tensor constructors in… (#7185)gchanan1-8/+3
2018-05-17Reduce gen_jit_dispatch options (#7562)Zachary DeVito2-19/+11
2018-05-15PyTorch AMD Build Scripts (#6625)Jorghi1211-4/+571
2018-05-14Implement logsumexp (fixes #2591) (#7254)Thomas Viehmann2-0/+11
2018-05-14Improve script builtin checking using schema (#7311)Zachary DeVito6-89/+202
2018-05-11[jit] Change interpreter/fuser to work on Variables only (#7489)Zachary DeVito2-3/+3
2018-05-10Fix Tensor.type(dtype) not preserving device (#7474)Sam Gross1-1/+1
2018-05-10Mark expand nodes as implicit/explicit in trace (#7303)Zachary DeVito2-1/+2
2018-05-10Split libATen.so into libATen_cpu.so and libATen_cuda.so (#7275)Edward Z. Yang5-80/+101
2018-05-10Set MAX_JOBS to nproc - 1 if using sccache to compile CUDA (#7361)Will Feng1-1/+3
2018-05-10Add name() to C++ modules (#7409)Peter Goldsborough2-6/+11
2018-05-09 Use set_type to implement type conversions in C++ API (#7408)Peter Goldsborough1-3/+4
2018-05-09Add clang tidy tooling (#7412)Peter Goldsborough2-0/+197
2018-05-08Add batched linear solver to torch.gesv() (#6100)Richard Zou3-4/+20
2018-05-07Rename Container to Module in autogradpp and reorg code (#7304)Peter Goldsborough1-2/+8
2018-05-04move softmax/logsoftmax to ATen (#6786)ngimel1-7/+7
2018-05-04Double-dispatch copy. (#7197)Edward Z. Yang2-0/+5
2018-05-04Rename autograd namespace to torch and change torch.h into python.h (#7267)Peter Goldsborough1-6/+5
2018-05-04Trace size-dependent expressions correctly (#6554)Adam Paszke5-21/+108