summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2018-04-20fixed error message (#6820)Dr. Kashif Rasul1-1/+1
2018-04-19Check in ATen mirror script. (#6762)Edward Z. Yang1-0/+22
2018-04-19Add a requires_grad_() function to tensors. (#6771)gchanan1-0/+22
2018-04-18Sort declarations when generating Python bindings (#6701)Adam Paszke1-1/+42
2018-04-18Add mutex to THC random number generator (#6527)Will Feng1-2/+2
2018-04-18Implement torch.einsum (fixes #1889) (#6307)Thomas Viehmann2-0/+2
2018-04-16Add dtypes (with reasonable defaults) to sum, prod, cumsum, cumprod. (#6573)gchanan5-11/+19
2018-04-16Fix bilinear performance regression (#6110)Thomas Viehmann2-0/+15
2018-04-16Make dtype in .to positional rather than kwarg only (#6628)Tongzhou Wang1-1/+1
2018-04-16Add tensor.to(device) method. (#6588)gchanan1-0/+34
2018-04-13[jit][script] Allow tuples to be re-assigned (#6538)Zachary DeVito1-0/+1
2018-04-12lowercase tools/cpp_build/libtorch/CMakeLists.txt (#6567)Peter Goldsborough1-57/+57
2018-04-12Separate cuda-ness from dtype. (#6470)gchanan6-31/+50
2018-04-12[jit][script] Check that each builtin returns the right number of values. (#6...Zachary DeVito3-24/+42
2018-04-12STFT is differentiable out of the box. Fix the regression that marked it as b...Tongzhou Wang1-3/+0
2018-04-11Quote arguments only when possible (#6405)peterjc1231-2/+8
2018-04-10[fft] [3 of 3] Implements backward of fft ifft rfft irfft (#5537)Tongzhou Wang2-1/+112
2018-04-09Fixes #6386, Use copies instead of symbolic files (#6396)peterjc1231-1/+0
2018-04-09[pytorch] Fix clamp is missing kwarg out (#6028) (#6418)Zhou Chang2-21/+51
2018-04-09Use string comparison in OS check (#6420)Luca Antiga1-1/+1
2018-04-08[pytorch] add static linkage support for CuDNN and NCCL (#6410)Soumith Chintala2-4/+15
2018-04-07Fix typos in docs (#6389)Kento NOZAWA1-1/+1
2018-04-07Several minor fixes for Windows build (#6332)peterjc1231-1/+1
2018-04-06Simplify and extend cpp build (#6343)Peter Goldsborough5-58/+132
2018-04-06Add string-style devices to all tensors. (#6283)gchanan2-10/+17
2018-04-06INCULDE typofix. (#6354)Edward Z. Yang1-1/+1
2018-04-05[ready] Implement log2 and log10 in PyTorch (#6272)Vishwak Srinivasan1-0/+6
2018-04-04Add max_values and argmax convenience functions to ATen (#6201)Peter Goldsborough1-1/+1
2018-04-03Make the tensor type torch.Tensor instead of torch.autograd.Variable (#5785)Sam Gross1-1/+5
2018-04-02Introduce torch.layout and split layout from dtypes. (#6145)gchanan3-56/+90
2018-03-31Delete NNPACK (#6151)Edward Z. Yang1-7/+0
2018-03-30avoid generating torch.*_backward_(input|weight|bias) (#6114)Tongzhou Wang1-3/+4
2018-03-30Add REL_WITH_DEB_INFO build mode (#6122)Peter Goldsborough2-5/+15
2018-03-29Enable MKLDNN convolution forward and backward (#6062)Ma Mingfei3-0/+95
2018-03-29Add source location information to error messages (#6059)Peter Goldsborough2-11/+13
2018-03-28Unify handling of type_dispatched_args in gen_python_functions. (#6088)gchanan1-13/+18
2018-03-27Reorganize third-party libraries into top-level third_party directory (#6025)Edward Z. Yang4-1/+434
2018-03-27Add numpy.array-like type inference to torch.tensor. (#5997)gchanan1-2/+2
2018-03-24Linearly interpolating upsampling fix (#5927)Tongzhou Wang1-12/+12
2018-03-23Support legacy empty tensor behavior in cat (#5889)Richard Zou1-1/+1
2018-03-22Unify error checking for tesnor.index_copy_ (#5642)Richard Zou1-1/+1
2018-03-22Fix tensor.permute(dims) backward for negative dims (#5945)Richard Zou1-3/+4
2018-03-19Port ATen and JIT C++ tests to Catch2 (#5788)Luca Antiga2-7/+93
2018-03-19Fix error message for cat-ing zero-dim tensors (#5819)Richard Zou4-15/+18
2018-03-16[REDO] Add torch.sparse_coo_tensor factory. (#5781)gchanan2-43/+14
2018-03-16Namespaced symbols (#5820)Edward Z. Yang5-15/+47
2018-03-16Add logdet and slogdet (#5393)Tongzhou Wang2-44/+77
2018-03-15Add promoteTypes to ATen and torch._promote_types to python. (#5795)gchanan1-0/+23
2018-03-14Revert "Add torch.sparse_coo_tensor factory. (#5745)" (#5780)Soumith Chintala1-8/+0
2018-03-14Add torch.sparse_coo_tensor factory. (#5745)gchanan1-0/+8