summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
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
2019-01-14Make call operator on module holder call forward (#15831)Peter Goldsborough3-17/+74
2019-01-14Add cuda.reset_max_memory_* (#15985)SsnL1-6/+27
2019-01-13fix RandomSampler length (#15991)kyryl1-0/+27
2019-01-11AliasDB interface cleanup (#15656)Michael Suo1-13/+12
2019-01-11Add the normalize transform to the core library (#15891)Peter Goldsborough1-0/+74
2019-01-11Expose dim() on type and use it in ONNX symbolics (#15933)James Reed1-0/+25
2019-01-11Undo norm optimizations and add more documentation for parallel.h (#15885)Christian Puhrsch1-2/+5
2019-01-11Register CPU/CUDA fuser dynamically (#15887)Zachary DeVito2-0/+3
2019-01-11Simplify cat fusion (#15633)Adam Paszke12-226/+162
2019-01-11Add bindings for .cpu() & .cuda() to script (#15904)Elias Ellison1-0/+19
2019-01-11comment out large test cases for tril(u)_indices (#15959)Shen Li1-1/+1
2019-01-11Match NumPy by considering NaNs to be larger than any number when sorting (#1...Brennan Vincent1-2/+17