summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-02-14Fix GraphExecutor and add more AD formulas (#5215)Adam Paszke10-30/+243
2018-02-14Include __delitem__ for Sequential (#5233)Vishwak Srinivasan2-5/+43
2018-02-13Allow zero-dim tensors to be bound to at::Scalar (#5142)Sam Gross4-17/+49
2018-02-13Update perf test suite (#5191)Will Feng10-31/+43
2018-02-13Fix for PRId64 (#5228)Soumith Chintala1-0/+2
2018-02-14Ensure Distribution.sample() result is detached (#5086)Fritz Obermeyer8-12/+43
2018-02-13CUDA support for C++ extensions with setuptools (#5207)Peter Goldsborough6-10/+198
2018-02-13Additional sparse Variable fixes (#5203)Sam Gross3-13/+38
2018-02-13Move scalar tests from common_nn to legacy_nn. (#5223)gchanan2-170/+172
2018-02-13Implement symbolic for slice operation (#5204)James Reed1-0/+6
2018-02-13Clarify output shapes of reduce=False losses (#5082)Richard Zou2-14/+15
2018-02-13make explicit about keyword-onlyness of `out` (#5165)Yimeng Zhang1-0/+4
2018-02-13Use sccache for CPU builds. (#5208)Edward Z. Yang2-3/+45
2018-02-13Disable NCCL tests for Windows (#5129)Will Feng1-0/+5
2018-02-13Update aten docs (#5197)Zeming Lin3-1398/+2670
2018-02-13 add reduce=True arg to SoftMarginLoss (#5071)li-roy13-39/+175
2018-02-12Add missing async deprecated wrapper to tools/autograd/templates/python_varia...Edward Z. Yang1-1/+2
2018-02-12Modest refactor of .jenkins scripts (#5202)Edward Z. Yang9-32/+86
2018-02-12Improve Variable interface (#5127)Peter Goldsborough38-616/+934
2018-02-13Make Python functions respect grad mode (#5184)Adam Paszke2-15/+46
2018-02-12Fix compiler error. (#5179)Shrinidhi KL1-2/+2
2018-02-12Set MAX_JOBS=3 for OS X builds. (#5199)Edward Z. Yang1-0/+2
2018-02-12Allow and warn when indexing a zero-dim Variable (#5114)Sam Gross4-26/+57
2018-02-12Implement Variable.new(...) overloads for sparse tensors (#5117)Sam Gross2-4/+56
2018-02-12Don't use Variable vs. Tensor type-checks for requires_grad logic (#4919)Sam Gross1-50/+64
2018-02-12Remove deprecated references to volatile (#5193)Thibault FEVRY2-5/+3
2018-02-12Replace NULL with nullptr in autograd (#5162)Peter Goldsborough11-115/+115
2018-02-12CUDA 9 (#5194)Amir Arsalan Soltani1-1/+1
2018-02-12Make conda install and s3 cp in Windows build more quiet (#5187)Will Feng2-5/+5
2018-02-12CUDA 9.0 and cuDNN 7 (#5186)Amir Arsalan Soltani1-3/+3
2018-02-12Move EmbeddingBag into ATen (#4856)cpuhrsch8-27/+623
2018-02-12Fix memory corruption in im2col/vol2col based convolution kernels. (#5173)Edward Z. Yang15-32/+117
2018-02-12document input_names, output_names feature of onnx export (#5189)anderspapitto1-16/+27
2018-02-12#4990, Makes Window build fail quicker (#5175)peterjc1231-1/+3
2018-02-12Fix compound assignment in JIT script (#5178)Adam Paszke3-8/+12
2018-02-12Expose sparse variable sspaddmm (#5017)Richard Zou6-7/+134
2018-02-12DDP: coalescing many little broadcasts to improve performance (#4978)Teng Li1-9/+29
2018-02-12Fix sign error in TransformedDistribution.cdf() and .icdf() (#5172)Fritz Obermeyer3-16/+59
2018-02-11Added check and test for betas parameter in Adam optimizer (#5147)lazypanda12-0/+6
2018-02-11fixed doc for cholesky potrs (#5180)Kevin Zakka1-1/+1
2018-02-09Implement sparse tensor and variable norm(value) (#4882)Richard Zou8-1/+73
2018-02-09Make tree views statically typed in JIT script AST (#5145)Adam Paszke5-343/+520
2018-02-09allow dropout in RNN ONNX export except in training mode (#5160)anderspapitto1-6/+6
2018-02-09Enable scalars. (#5158)gchanan2-2/+3
2018-02-09Expand distributions docs (#5148)Kai Arulkumaran1-14/+36
2018-02-09add reduce=True arg to HingeEmbeddingLoss (#5130)li-roy6-18/+79
2018-02-09Fix test_distributions when WITH_SCALARS. (#5121)gchanan5-14/+19
2018-02-09Add a new_tensor instance method to Variable that takes only data. (#5144)gchanan5-26/+52
2018-02-08Bidirectional RNN export to ONNX (Elman/LSTM/GRU) (#5120)anderspapitto1-30/+77
2018-02-08adjust stft result comparison precision to 7e-6 (#5143)Tongzhou Wang1-1/+1