summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2019-03-25Add quant-passes stubs. (#18151)Mikhail Zolotukhin1-0/+18
2019-03-25Add addcmul, lerp to fuser, enable scalar->float specialization in symbolic s...Wanchao Liang1-0/+39
2019-03-25Add ability to query if built with CUDA and MKL-DNN. (#18362)Edward Yang1-1/+4
2019-03-25Implement reference counting for shared IPC CUDA tensors (#16854)Vitaly Fedyunin1-2/+91
2019-03-24Revert "Specialize optional tensor inputs to graphs in the JIT (#18360)" (#18...Thomas Viehmann1-17/+0
2019-03-24Added tensor size warning to F.mse_loss() (#18349)mc-robinson1-0/+12
2019-03-24Fix For Requires Grad Infinite Loop (#18361)Elias Ellison1-0/+26
2019-03-23Specialize optional tensor inputs to graphs in the JIT (#18360)Thomas Viehmann1-0/+17
2019-03-23Revert D14584266: [pytorch][PR] Better error message for tensor with grad as ...Michael Suo1-15/+0
2019-03-22Better error when module attr is used (#18164)Elias Ellison1-0/+15
2019-03-22Fix incorrect sparse add behavior when the sparse tensor has non-contiguous v...Will Feng2-0/+28
2019-03-22python interop for script classes (#18148)Michael Suo1-14/+40
2019-03-22Better error message for tensor with grad as constant in tracing (#18298)Elias Ellison1-0/+15
2019-03-22Support for basic list comprehensions (#17267)Nikolay Korovaiko1-0/+41
2019-03-22Allow fusion of float function arguments (#18087)Natalia Gimelshein1-0/+17
2019-03-22Using sqrt for better precision in cosine_similarity (#18250)Ailing Zhang1-0/+7
2019-03-22End to end hack to call server side Caffe2 ops (#18267)Dmytro Dzhulgakov1-0/+51
2019-03-22Add test for #17271 (torch.exp incorrect for 2**31 size tensor) (#18292)Edward Yang1-0/+9
2019-03-22Correctly call superclass setUp in TestCase subclasses. (#18291)Edward Yang7-10/+25
2019-03-21Rename trtrs to triangular_solve (#18213)vishwakftw3-45/+45
2019-03-21Add a decorator for marking slow tests. (#18231)Edward Yang2-1/+30
2019-03-21lint changesIgor Fedan1-1/+4
2019-03-21Fix B903 lint: save memory for data classes with slots/namedtuple (#18184)Edward Yang2-7/+6
2019-03-21Fix B902 lint error: invalid first argument. (#18181)Edward Yang5-14/+12
2019-03-21Backward function for torch.cdistIgor Fedan2-0/+10
2019-03-20Fix ONNX symbolic for argmin and argmax (#18261)Lu Fang1-2/+2
2019-03-20Cleanup arg{min, max} (#17103)Gao, Xiang1-0/+2
2019-03-20Add .get() for dicts (#18238)David Riazati1-0/+23
2019-03-20Enable autograd to recognize the XLA backend as one providing multiple device...Davide Libenzi2-2/+41
2019-03-20Retain the parameter names in ONNX exporter (#17551)Lu Fang11-68/+204
2019-03-20Add batched version of trtrs (#18025)Vishwak Srinivasan3-5/+102
2019-03-19fix cosine_similarity (#18168)Ailing Zhang1-0/+6
2019-03-19Breakup test misc pt2 (#18191)Elias Ellison7-518/+567
2019-03-19Customized pin_memory for PackedSequence (#18079)Tongzhou Wang1-11/+40
2019-03-19fix bug in alias analysis (#18146)Michael Suo1-18/+34
2019-03-19Add backend checks to solve methods (gesv, cholesky_solve) (#18116)vishwakftw1-0/+17
2019-03-19specialized CUDA impl for dropout in AD (#17756)Ailing Zhang1-0/+21
2019-03-19Fix underflow issue with dirichlet sample (#17488)Neeraj Pradhan1-1/+34
2019-03-18Attribute serialization (#17423)David Riazati1-0/+91
2019-03-18Rename gesv to solve (#18060)Vishwak Srinivasan3-39/+39
2019-03-18Circular Convolution Function via circular padding (#17240)Narine Kokhlikyan1-0/+173
2019-03-18fix double free in test_jit (#18121)Michael Suo2-6/+8
2019-03-15Breakup Test Misc (batch 1/2) (#18071)Elias Ellison11-733/+951
2019-03-15Remove Type::elementSizeInBytesRoy Li1-5/+0
2019-03-15add index and count to list (#17446)Michael Kösel1-0/+70
2019-03-15ONNX Export IsNan opLara Haidar-Ahmad3-0/+62
2019-03-15support serialization of classes (#17856)Michael Suo1-115/+168
2019-03-15add reverse to list (#17001)Michael Kösel1-0/+24
2019-03-151/2 Add Tracing support for C2 Ops (#17899)Lu Fang1-0/+27
2019-03-15Error out on in-place (unary) ops on tensors that have internal overlap (#17927)Richard Zou2-0/+48