summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2019-01-25Make test_proper_exit more robust (#16249)SsnL1-5/+10
2019-01-24Relax lower bound for nogil timing test to avoid false alarm (#16259)Shen Li1-29/+73
2019-01-24Directly include headers from ATen.Mikhail Zolotukhin1-101/+101
2019-01-24Handle non-contiguous inputs with mkldnn convolution. (#16300)Gregory Chanan1-0/+33
2019-01-23Fix the tensor deserialization problem of jit script module on CUDA (#16279)Lu Fang1-0/+15
2019-01-23Add support for overloaded functions (#15556)David Riazati1-0/+42
2019-01-23Constant propagation changes (#16244)Elias Ellison1-4/+51
2019-01-23Disable flaky testEdward Yang1-0/+1
2019-01-22Automatic update of fbcode/onnx to dc75285d4a1cff9618400164dfdb26c5a1bab70aLu Fang84-84/+84
2019-01-22Add default_stream() and enhance current_stream() (#16200)Shen Li1-0/+61
2019-01-22complex_registration_extension.cpp includes to angled bracketsEdward Yang1-8/+8
2019-01-22Remove ATen/Allocator.h forwarding header.Edward Yang1-1/+1
2019-01-22Release GIL when synchronize or wait (#16182)Shen Li1-0/+62
2019-01-22Revert D13540278: [pytorch][PR] Unhide unique from C++, make unique partially...Wanchao Liang4-160/+0
2019-01-22Return namedtuples from torch.* function with multiple return arguments for C...Xiang Gao3-6/+32
2019-01-21Move away from ConstantFill (#16214)Lu Fang1-13/+6
2019-01-21ban conv_double_backward from sandcastle, it takes too longZachary DeVito1-0/+1
2019-01-21Unhide unique from C++, make unique partially scriptable (#15256)Xiang Gao4-0/+160
2019-01-19Unify device() return type in Stream, Event, and Tensor (#16150)Shen Li2-7/+39
2019-01-19Replace use of ConstantLike with with ConstantOfShape (#16095)Spandan Tiwari3-0/+177
2019-01-18add back NNPACK in PyTorch (#15924)Thomas Viehmann1-0/+28
2019-01-18Change current device in stream context manager if necessary (#16128)Shen Li1-0/+26
2019-01-18Add implicit optional unwrapping (#15587)Elias Ellison2-6/+108
2019-01-18Remove ATen/Half.h and ATen/core/Half.h forwarding headers.Edward Yang1-1/+1
2019-01-18Port legacy any(*) to ATenShen Li1-0/+40
2019-01-18Improve pack_sequence and pack_padded_sequence error message (#16084)Richard Zou1-1/+8
2019-01-18TCP init method race condition fix (#15684)Teng Li1-40/+24
2019-01-17Refactor attributes.h (#16098)Mikhail Zolotukhin1-3/+5
2019-01-17further wildcard cleanups (#16041)Michael Suo1-0/+11
2019-01-17Refactor _jit_internal (#16058)David Riazati1-1/+1
2019-01-17Cleanup gumbel_softmax (#13339)Egil Martinsson1-49/+75
2019-01-17respect grad guard for torch.jit._fork and torch.jit._wait (#16101)Guoqiang Jerry Chen1-0/+42
2019-01-17Revert batched pdist, improve existing kernel, add test (#15901)Gregory Chanan4-12/+41
2019-01-17A trivial typo fixed in onnx.verify.verify (#15871)Derek Kim1-1/+1
2019-01-17Export PyTorch erf to ONNX Erf and add Caffe2 Erf operatorbddppq3-0/+72
2019-01-17Move all Stream and Event Python implementation to C++ (#15937)Shen Li2-1/+246
2019-01-16Add IS_PYTORCH_CI flag for testing (#16006)SsnL3-7/+14
2019-01-16Moving torch.norm to ATen using TensorIterator (#15414)jiej1-0/+5
2019-01-16Port the backend of FractionalMaxPool3d from TH to ATen (#15575)Chandler Zuo1-0/+25
2019-01-16multinomial: fix detection of zero probability (#16075)Thomas Viehmann1-0/+6
2019-01-16Port legacy all(*) to ATen (#15540)Shen Li1-0/+40
2019-01-15Fix logic errors when accumulating reductions in output (CUDA) (#16023)Brennan Vincent1-0/+9
2019-01-15Port FractionalMaxPool2d from TH to ATen (#15531)Chandler Zuo1-14/+19
2019-01-15Support tracing GenericList (#15969)James Reed1-0/+13
2019-01-15Constant prop prim::None (#15979)Elias Ellison1-0/+20
2019-01-15Quantized RNNCell modules (#15469)James Reed1-10/+127
2019-01-15Add `itertools.{prod, combinations, combinations_with_replacement}` like op t...Xiang Gao1-1/+58
2019-01-14`var` for multiple dimensions (#15892)Brennan Vincent1-0/+8
2019-01-14add tensor.to to script (#15976)Elias Ellison1-0/+67
2019-01-14Split Caffe2 CI into cmake-only and python builds (#15917)Jesse Hellemn3-15/+1