summaryrefslogtreecommitdiff
path: root/torch/csrc
AgeCommit message (Expand)AuthorFilesLines
2018-04-22[JIT][script] Improve error reporting for tuple type mismatch (#6819)James Reed2-1/+19
2018-04-20InputBuffers should AutoGPU for accumulation. (#6826)gchanan1-0/+1
2018-04-19[JIT][script][ONNX] ScriptModule ONNX export + ONNX export for control flow n...James Reed15-64/+375
2018-04-19[jit][script] Constants python int now turn into Long (#6728)Zachary DeVito2-2/+4
2018-04-19Fix performance regression of simple indexing cases (#6793)gchanan1-1/+118
2018-04-19Fix cross device indexing for more than 1 cuda device. (#6781)gchanan1-4/+18
2018-04-19[jit][script] Allow variables to be define in if statements (#6675)Zachary DeVito1-20/+49
2018-04-19Add a requires_grad_() function to tensors. (#6771)gchanan2-7/+20
2018-04-18Eliminate handle_zero_dim when broadcasting is applied earlier. (#6683)gchanan1-4/+4
2018-04-18Redo tensor repr to make it less verbose (#6370)li-roy1-0/+10
2018-04-18Implement torch.einsum (fixes #1889) (#6307)Thomas Viehmann2-2/+2
2018-04-17Codemod to update our codebase to 0.4 standard (#6641)Tongzhou Wang1-26/+26
2018-04-17Export onnx protobuf bindings to python (#6651)bddppq3-0/+37
2018-04-17Allow traces to call @script functions (#6642)Zachary DeVito3-25/+79
2018-04-17Add device docs; match constructor parameter names with attribute names. (#6633)gchanan1-4/+4
2018-04-17Bind 0-dim variables without requires grad to int64/double similar to how we ...gchanan1-3/+12
2018-04-16Add dtypes (with reasonable defaults) to sum, prod, cumsum, cumprod. (#6573)gchanan2-0/+7
2018-04-16Allow script_methods to be defined out of order (#6341)Zachary DeVito5-38/+93
2018-04-16Create safe and unsafe versions of sparse_coo_tensor (#6058)li-roy1-1/+1
2018-04-16Split set_default_tensor_type(dtype) into set_default_dtype(dtype). (#6599)gchanan3-5/+30
2018-04-15[JIT] torch::jit::Type needs a virtual destructor (#6611)James Reed1-0/+1
2018-04-13[JIT] Switch JIT passes to take a graph rather than TracingState (#6598)James Reed6-30/+25
2018-04-13[jit][script] Allow tuples to be re-assigned (#6538)Zachary DeVito12-79/+307
2018-04-12Restore allow_unused functionality (#6553)Tongzhou Wang1-5/+8
2018-04-12Separate cuda-ness from dtype. (#6470)gchanan14-118/+126
2018-04-12[jit][script] Check that each builtin returns the right number of values. (#6...Zachary DeVito11-336/+374
2018-04-10Better warnings (#6428)Peter Goldsborough3-3/+3
2018-04-10[Re-checkpointing] Autograd container for trading compute for memory (#6467)Priya Goyal5-7/+32
2018-04-10[JIT] Implement staged symbolics for pack_padded_sequence/pad_packed_sequence...James Reed1-0/+23
2018-04-10Slice (instead of copy) when indexing by a zero-dim tensor (#6426)Sam Gross1-1/+7
2018-04-09[JIT][script] Implement compile-time tuples & starred unpacking (#6214)James Reed8-125/+301
2018-04-06Add string-style devices to all tensors. (#6283)gchanan9-51/+398
2018-04-05Handle broadcasting in the JIT (#6084)Adam Paszke4-7/+75
2018-04-05fix broadcast export to onnx (#6243)anderspapitto1-59/+20
2018-04-05Add __constants__ to Script modules (#6092)Zachary DeVito4-64/+143
2018-04-05[ready] Implement log2 and log10 in PyTorch (#6272)Vishwak Srinivasan2-0/+4
2018-04-04Onnx RNN export: remove Constant default hidden state (#6199)anderspapitto3-3/+121
2018-04-04Change Python Arg Parser to only read default params if they are assigned (#6...li-roy1-6/+9
2018-04-03Remove unnecessary properties from Layout. (#6250)gchanan1-13/+1
2018-04-03Add dtype to torch.*_window; Add dtype.is_floating_point (#6158)Tongzhou Wang1-0/+10
2018-04-03Make the tensor type torch.Tensor instead of torch.autograd.Variable (#5785)Sam Gross7-141/+231
2018-04-03Detect re-initialization of _C shared library (#6232)Sam Gross1-0/+18
2018-04-03Remove unused variable in Layout.cpp. (#6236)gchanan1-2/+0
2018-04-02Fix argument checking for inlining a module (#6207)James Reed1-1/+1
2018-04-02Documentation for reentrant backwards. (#6191)Edward Z. Yang1-0/+53
2018-04-02Introduce torch.layout and split layout from dtypes. (#6145)gchanan17-137/+322
2018-04-02Fix extension test on Windows (#5548)peterjc1233-5/+12
2018-04-02Fix logic inside insertInput (#6146)James Reed1-9/+34
2018-03-31Relax constraints on return statements in the script (#6070)Adam Paszke6-82/+78
2018-03-31Give ATen errors backtraces (#6112)Peter Goldsborough1-1/+1