summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2019-02-13Revert D14062537: [pytorch][PR] Implement NetDef <--> JIT IR converters.Edward Yang3-151/+0
2019-02-13PyTorch model metadata. (#16275)Pritam Damania1-0/+45
2019-02-13Trim libshm deps, move tempfile.h to c10 (#17019)Dmytro Dzhulgakov3-16/+8
2019-02-13Implement NetDef <--> JIT IR converters. (#16967)Mikhail Zolotukhin3-0/+151
2019-02-13Skip test_cudnn_multiple_threads_same_device on ROCm (flaky) (#17061)Junjie Bai1-0/+1
2019-02-13Change IR graph print format to make it look more pythonic (#16986)Mikhail Zolotukhin106-876/+669
2019-02-13Remove chunk count check on the ChunkBuffer (#16868)Jaliya Ekanayake1-0/+41
2019-02-13Use IndexError instead of RuntimeError in ATen CPU kernelsStefan Krah2-20/+20
2019-02-12enable more unit tests in test_nn (#16994)Johannes M Dieterich2-34/+1
2019-02-12fix bicubic upsampling and enable tests (#17020)Johannes M Dieterich1-7/+0
2019-02-12enable unit tests in test_cuda that now pass with ROCm 2.1Johannes M Dieterich1-5/+5
2019-02-12Enable test_jit tests that work on ROCm 2.1Johannes M Dieterich1-16/+0
2019-02-12Dispatch the correct legacy function for geqrf_out and ormqr_out (#16964)vishwakftw2-6/+32
2019-02-12Fix allow_inf in assertEqual (#16959)SsnL1-1/+2
2019-02-11Allow calling a Python function with a dictDavid Riazati1-0/+12
2019-02-11Don't keep unnecessary saved_inputs alive (#16583)Adam Paszke1-0/+29
2019-02-11optionally zero infinite losses in CTCLoss (#16199)Thomas Viehmann1-0/+23
2019-02-11Make pin_memory and default_collate preserve namedtuples (#16440)Eskil Jörgensen1-0/+25
2019-02-11Revert D14020906: [pytorch][PR] Extend support for exporting reshape to onnx.Edward Yang3-131/+0
2019-02-11Added scientific notation on set_printoptions (#16876)Ivan Ogasawara1-0/+10
2019-02-10Extend support for exporting reshape to onnx.BowenBao3-0/+131
2019-02-10Allow dataloader to accept a custom memory pinning function (#16743)Michael Carilli1-0/+41
2019-02-10Add abs for ByteTensor and CharTensor. (#16893)Hameer Abbasi2-14/+19
2019-02-10Support named tuple return from operators on JIT (#16253)Xiang Gao1-0/+17
2019-02-10Clean up autograd method testsXiang Gao1-9/+6
2019-02-09enable unit tests working on ROCm 2.1 (#16871)Johannes M Dieterich9-72/+3
2019-02-08Allow sequential modules in module list (#16882)Elias Ellison1-0/+59
2019-02-07Allow dicts in C++ frontend (#16846)David Riazati1-1/+10
2019-02-07Update CI to recently released ROCm 2.1 release (#16808)Johannes M Dieterich1-0/+1
2019-02-07C10_REGISTER_CAFFE2_OPERATOR: Macro for registering c2 kernels (#16548)Sebastian Messmer1-1/+1
2019-02-07Make JIT attributes t_ and ts_ store Variable instead of Tensor (#16596)Will Feng3-6/+6
2019-02-07Better error when using a constant tensor (#16724)David Riazati1-0/+12
2019-02-07Remove undefined tensor in jit script (#16379)Wanchao Liang4-4/+14
2019-02-06Rename DynamicType -> TensorType (#16787)Zachary DeVito2-5/+5
2019-02-05Fix alias analysis for fork/wait (#16671)Michael Suo1-12/+131
2019-02-05Warn when tracing legacy constructorsDavid Riazati1-0/+10
2019-02-05Rename IntList to IntArrayRef. (#16751)Edward Yang5-9/+9
2019-02-05dict values(), keys(), and len() (#16629)David Riazati1-0/+82
2019-02-05Preserve method parameter names (#16750)Zachary DeVito5-61/+61
2019-02-05logsumexp for multiple dimensions (#16475)Brennan Vincent1-0/+9
2019-02-04points-to graph simplification (#16605)Michael Suo3-1/+147
2019-02-04Revert "Move outplace ops to ATen (#12413)" (#16731)Edward Yang3-12/+6
2019-02-02Fix issue with scalars and __rpow__ (#16687)vishwakftw2-2/+14
2019-02-01Add @ignore annotation (#16055)David Riazati1-0/+33
2019-02-01fix the ONNX ci (#16674)Lu Fang7-62/+4
2019-02-01fix tracing using a dictionary as input (#16616)Michael Suo1-0/+17
2019-02-01Add train() / eval() / is_training() to C++ ScriptModule API (#16044)Will Feng8-0/+63
2019-02-01Expose backend extensions to pythonRoy Li3-0/+150
2019-02-01Better bounds checks in ctcloss (#16269)Asher Mancinelli1-0/+29
2019-01-31Move outplace ops to ATen (#12413)Xiang Gao3-6/+12