summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2018-06-08Create initial Python bindings for c10d (#8119)Pieter Noordhuis2-0/+172
2018-06-08Move signal window functions to ATen; add Blackman window (#8130)Tongzhou Wang2-41/+37
2018-06-07Added backward function for kl_div target (#7839)Wei Yang1-0/+13
2018-06-07Stop BCELoss from returning negative results (#8147)li-roy1-0/+9
2018-06-07Fix lifting cat into its constant version (#8174)Zachary DeVito2-0/+30
2018-06-07Fix TEST_CUDA import in test_cuda (#8246)Will Feng1-1/+6
2018-06-06Don't copy unneeded grads when using a function for several derivatives (Fixe...Thomas Viehmann1-0/+13
2018-06-06[READY TO MERGE] Enable tests that use DataLoader with multiple workers on Wi...Will Feng2-22/+6
2018-06-06[NEEDS REVIEW] Add nan and inf probability check to multinomial (#7647)Will Feng2-0/+57
2018-06-06Record shape and type in autograd to validate gradients (#8168)Sam Gross3-7/+23
2018-06-06skip CUDA memory leak check on Windows altogether (#8213)Tongzhou Wang2-33/+2
2018-06-06Implement randperm for CUDA (#7606)Will Feng1-0/+35
2018-06-06Allow parallel_apply to take in list[Tensor] (#8047)Tongzhou Wang1-7/+6
2018-06-06Fix scalar check for sparse tensors. (#8197)Richard Zou1-0/+6
2018-06-06Add a loop unrolling pass to PyTorch JIT (#7672)Adam Paszke6-28/+266
2018-06-05[ONNX] Fix type_as symbolic (#8183)James Reed1-1/+1
2018-06-05[JIT] Support a single TensorList argument anywhere in the argument list + in...James Reed1-5/+19
2018-06-05Fix __rshift__ bug (#8161)Vishwak Srinivasan1-0/+10
2018-06-05[C++ API] Improve and use OrderedDict for parameters / modules (#7823)Peter Goldsborough1-0/+194
2018-06-05docstring support for @script and @script_method (#7898)Gao, Xiang1-0/+20
2018-06-04Add non_blocking to Tensor/Module.to (#7312)Tongzhou Wang3-19/+43
2018-06-04Implement adaptive softmax (#5287)Marcin Elantkowski1-8/+104
2018-06-02[ready] Clean up torch.distributions (#8046)Vishwak Srinivasan1-154/+136
2018-06-01Skip CUDA memory leak test on BN tests on windows (#8043)Tongzhou Wang2-22/+63
2018-06-01[script] Add support for torch.zeros, torch.ones, etc. (#7799)Zachary DeVito1-0/+24
2018-06-01Support modules that output scalar in Gather (and data parallel) (#7973)Tongzhou Wang1-2/+23
2018-06-01Factor python dependency out of interpreter (#7970)Zachary DeVito1-14/+14
2018-06-01propagate nan in some activations (#8033)Tongzhou Wang1-0/+40
2018-06-01Re-enable build env check (#7969)Will Feng2-17/+17
2018-05-31Add memory leak check in CUDA tests (#7270)Tongzhou Wang11-88/+230
2018-05-31support loading gzip (#6490)li-roy1-42/+91
2018-05-31Remove python bindings for `torch.slice` (#7924)Seth Hendrickson2-11/+10
2018-05-31Raise error when torch.load a storage on a non-existing device (#7921)Richard Zou2-1/+40
2018-05-31Fix EmbeddingBag max_norm option (#7959)Tongzhou Wang1-9/+10
2018-05-30Fix returning scalar input in Python autograd function (#7934)Tongzhou Wang1-7/+8
2018-05-30[JIT] Fission and fusion passes for addmm (#7938)James Reed5-21/+110
2018-05-30Handling of scalars in torch.Size (#5676)Richard Zou1-0/+13
2018-05-30 remove sort requirement from pad-sequence (#7928)Richard Zou1-11/+14
2018-05-30[JIT][script] Fix emitted gather and slice for dynamic indices (#7861)James Reed1-3/+22
2018-05-30add test for correctness of transpose fusion (#7950)anderspapitto1-0/+11
2018-05-30Fix THCUNN SpatialDepthwiseConvolution assuming contiguity (#7952)Tongzhou Wang1-0/+19
2018-05-30Split up detail.h (#7836)Peter Goldsborough10-22/+40
2018-05-29Fix seeding random module in DataLoader (#7886)tvn1-0/+23
2018-05-29No Default argument to max_unpool functions (Fixes #7327) (#7388)Vedaanta Agarwalla1-0/+13
2018-05-29einsum: don't inplace modify arguments (fixes: #7763) (#7765)Thomas Viehmann1-0/+1
2018-05-25[JIT][script] Implement nn.Sequential that can be inlined into script modules...Chunli1-0/+76
2018-05-24Add backward() to Tensor and Variable (#7774)Peter Goldsborough7-23/+52
2018-05-24onnx->caffe2 output: better handling of init/pred splitting (#7820)anderspapitto1-0/+19
2018-05-24[C++ API] Remove virtual forward and implement Sequential based on Any(Module...Peter Goldsborough12-125/+690
2018-05-24[distributions] Always enable grad when calculating lazy_property (#7708)Tongzhou Wang1-1/+26