summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2019-01-30begin splitting up cpp tests (#16536)Michael Suo5-322/+346
2019-01-30Fix uninitialized data and broken broadcasting with sparse.mm and spa… (#16...Gregory Chanan1-3/+7
2019-01-30Allow generic containers as module inputs (#16482)Elias Ellison1-0/+56
2019-01-30Remove the debugging info of pytorch=>onnx coverage script (#16538)zrphercule1-2/+0
2019-01-30CUDA histogram implementationJacie Fan2-5/+88
2019-01-30Use a points-to graph for alias analysis (#16386)Michael Suo3-14/+33
2019-01-30ONNX Export Flatten operatorLara Haidar-Ahmad5-139/+282
2019-01-30Allow list and tuples to be passed as output_size to max_unpool1d (#16489)vishwakftw1-0/+6
2019-01-30Fix the flake8 linterLu Fang1-15/+15
2019-01-30Fix the dropout onnx symbolic, and ensure all exported models in test_operato...Lu Fang2-1/+52
2019-01-29Add test case for calling c10 ops from pytorchSebastian Messmer1-0/+10
2019-01-29Chunk dataset implementation (#15932)xuzhu1-0/+272
2019-01-29Fix torch.sparse.sum parsing of dim. (#16517)Gregory Chanan1-0/+8
2019-01-29Add stack & cat support for CPU Half (#16389)SsnL2-62/+71
2019-01-29create type hint stub files for module torch (#12500)Thomas Viehmann2-0/+168
2019-01-28Fix lint errors introduced in pytorch/pytorch@ceece5d (#16454)Junjie Bai2-1/+1
2019-01-28Report the slowest 10 tests when using pytest (#16423)Syed Tousif Ahmed1-1/+1
2019-01-28CPU implementation of torch.cdist (#16168)Igor Fedan2-1/+77
2019-01-27Fix slogdet sign requiring grad when input requires grad (#16337)SsnL1-0/+20
2019-01-26Fix flake8 warnings/errors in test_jit.py (#16409)James Reed3-67/+69
2019-01-26Trace fork and join callsJames Reed1-0/+65
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