summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
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
2019-01-11Port empty_strided to ATen. (#15948)Gregory Chanan1-0/+17
2019-01-10fix rocm buildZachary DeVito1-0/+2
2019-01-10JIT Batch Norm fusion (#15897)Adam Paszke1-0/+52
2019-01-10Fix TestDataLoader.test_proper_exit (#15665)SsnL1-79/+97
2019-01-09Fix lintSsnL1-0/+2
2019-01-09test_jit.py: Speedup EndToEnd tests by reducing workload size. (#15906)Mikhail Zolotukhin1-5/+5
2019-01-09Batched upper triangular, lower triangular (#15257)vishwakftw3-14/+93
2019-01-09test_jit.py: Replace direct `exec` invocation with a wrapper. (#15882)Mikhail Zolotukhin1-4/+9
2019-01-09Fix several ResourceWarning: unclosed file (#15746)Mickaƫl Schoentgen1-4/+4
2019-01-09Wrap C10 CUDAStream instead of cudaStream_t in THCPStreamShen Li1-0/+31
2019-01-09Revert D13548303: [pytorch][PR] Add support for batch_norm fusion to the JITTopher Lubaway1-52/+0
2019-01-09Add torch.bincount() test case on sliced tensor (#15835)zou35191-0/+8
2019-01-08Fix cuda native loss_ctc for varying input length (#15798)Thomas Viehmann1-6/+11
2019-01-08Allow ReadyQueue to handle empty tasks (#15791)albanD1-0/+32
2019-01-08implement floordiv with correct integer and division by 0 semantics (#15813)Zachary DeVito1-0/+13
2019-01-08Fix sum_to behavior with zero dimensions (#15796)Richard Zou1-0/+10
2019-01-08Move isnan to C++ (#15722)Peter Goldsborough1-0/+1
2019-01-08use all_weights instead of _parameters in _flat_weights in rnn (#15766)Natalia Gimelshein1-0/+23
2019-01-08Stop leaving garbage files after running test_jit.pyAdam Paszke1-14/+25
2019-01-08Add support for batch_norm fusion to the JIT (#15146)Adam Paszke1-0/+52
2019-01-07Add support for exporting onnx split (#15092)BowenBao3-0/+192
2019-01-07Allow List arguments to Python Ops (#15721)David Riazati1-0/+11
2019-01-07Add is_floating_point to docs (#15704)vishwakftw1-1/+0
2019-01-07Pool prim::None nodes (#15745)Elias Ellison3-22/+40
2019-01-05Removes print statements from test_torch.py (#15747)mruberry1-3/+0
2019-01-04Fix different types in rsub caused bug (#15707)zrphercule2-2/+10
2019-01-04Temporarily disable all XXXlike operator tests in pytorch-onnx test (#15740)zrphercule4-168/+3
2019-01-04Print out operator suggestions for unknown builtin op (#15183)Elias Ellison1-0/+15