summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2018-05-01Add support for MKLDNN on Windows (#7130)peterjc1231-9/+15
2018-05-01Add more warnings to C++ API build (#7123)Peter Goldsborough2-24/+34
2018-05-01Make AT_ASSERT/AT_ERROR non-printf based, other tweaks (#7104)Edward Z. Yang2-18/+14
2018-04-30Update C++ API tests to use Catch2 (#7108)Peter Goldsborough2-21/+31
2018-04-30Merge autogradpp into PyTorch (#7074)Peter Goldsborough2-7/+113
2018-04-30clamp now has subgradient 1 at min and max (#7049)Tongzhou Wang1-3/+6
2018-04-30only Tensors of floating point dtype can require gradients (see #7021) (#7034)Thomas Viehmann2-0/+6
2018-04-29[jit] Fix handling of IntList[k] parameters (#6965)Marcin Elantkowski1-10/+41
2018-04-29Add max pooling support to EmbeddingBag (#5725)Ethan Steinberg1-1/+1
2018-04-29Don't build THD/master_worker if not explicitly requested (#7081)Luca Antiga1-0/+9
2018-04-27Fixes for interpreter and ONNX export for translation (#7044)James Reed1-1/+1
2018-04-28[WIP] Enable WERROR in tests (#6539)Peter Goldsborough1-0/+6
2018-04-27Prevent stack overflow on deletion of deep graph (#6873)Richard Zou1-1/+1
2018-04-27torch.arange: add numpy-style type inference. (#7016)gchanan2-1/+82
2018-04-26Enhance diagonal (fixes #6479) (#6718)Thomas Viehmann3-1/+11
2018-04-26Fix forward and backward for norm/renorm with infty norm (fixes #6817) (#6969)Thomas Viehmann1-0/+3
2018-04-25Consistently check 'out' variants against specified dtype/layout/device param...gchanan2-8/+13
2018-04-25implement gamma cuda (#6855)Thomas Viehmann1-1/+1
2018-04-24[aten] Move submodules to third_party (#6866)Orion Reblitz-Richardson2-2/+2
2018-04-24Fix ATen .travis.yml setup (#6860)Edward Z. Yang1-1/+12
2018-04-23fix SVD backward on non-square matrices when some=False (#6870)Tongzhou Wang1-9/+15
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