summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
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
2018-05-03remove static libstdc++ linking and PYTORCH_BINARY_BUILD env variable (#7259)Soumith Chintala1-8/+0
2018-05-02clean up runtime dockerfile, use cuda 9 package (#7230)ngimel1-5/+3
2018-05-02Fixes for C++ build on macOS (#7192)Peter Goldsborough2-28/+39
2018-05-02Restore warning to torch.range. (#7194)gchanan2-1/+45
2018-05-02implement sum over multiple dimensions (fixes #2006) (#6152)Thomas Viehmann2-3/+14
2018-05-01Move codegen from setup.py to CMake for C++ libraries (#7121)Peter Goldsborough4-24/+83
2018-05-01Add raw IR serialization/deserialization (#6392)Luca Antiga5-2/+39
2018-05-01Have python dispatch respect 'auto_gpu' and 'with_gil'. (#7137)gchanan1-12/+12
2018-05-01Implement torch.as_tensor, similar to numpy.asarray. (#7109)gchanan1-0/+8
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