summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2018-10-05Fix a bug that would resize tensor storage on exportZachary DeVito1-0/+4
2018-10-05Support additional device types (#12293)Brian Vaughan1-4/+22
2018-10-05Fix bug in grad.py when conv bias != None (#12281)daquexian1-21/+24
2018-10-05Make TensorOptions contain optional fields, optimize struct size (#12103)Edward Yang1-1/+1
2018-10-04Pretty printer improvements (#12179)David Riazati5-10/+16
2018-10-04Enable sparse functionality and tests (#12323)iotamudelta1-12/+0
2018-10-04revert test/expect files (#12332)Yangqing Jia38-38/+38
2018-10-04Lazily create tensors in optim_baseline (#12301)Peter Goldsborough3-727/+758
2018-10-04move flags to c10 (#12144)Yangqing Jia38-38/+38
2018-10-03mark unit tests as working, skip failing unit test (#12313)Johannes M Dieterich3-85/+18
2018-10-03Properly catch errors in PythonOps (#12243)David Riazati1-0/+11
2018-10-03add torch factory methods (zeros/ones) to onnx symbolicWanchao Liang1-0/+9
2018-10-03Add `bool` type to IR (#11834)David Riazati32-102/+117
2018-10-01Skip failing tests in test_sparse (#12229)iotamudelta1-0/+2
2018-10-01Enable ROCM clang-7 buildJunjie Bai1-1/+0
2018-10-01remove support for c extensions (#12122)Roy Li1-78/+3
2018-10-01(Very small) allow trailing commas in assign or tuples (#11723)Elias Ellison1-3/+4
2018-09-30copy_(Sparse, Sparse) for sparse tensor (#9005)Wei Yang1-0/+68
2018-09-28fix unit tests on CIiotamudelta7-5/+19
2018-09-28Adds support for NaN, +inf, -inf float scalars to CPU and CUDA fusers (#12070)mruberry1-6/+11
2018-09-28Introduce builtin script functions (#12141)Zachary DeVito3-5/+7
2018-09-28Fix broadcasting bug in StudentT (#12148)Fritz Obermeyer1-3/+11
2018-09-28Use streams in JIT serialization, allow JIT serialization to/from buffer (#11...Luca Antiga1-8/+4
2018-09-28Ensuring positive definite matrix before constructing (#12102)Jeff Smith1-0/+6
2018-09-27mutable lists (#10700)Michael Suo6-63/+137
2018-09-27Fix some symbolics for ReduceSum, GE, LE (#12123)Wanchao Liang2-2/+2
2018-09-27Fix for ppc64le jit graph difference in sigmoid backward, see #10726 (#11579)Freddie Mendoza2-12/+12
2018-09-26Introduce type variables to implement generic list operators (#12040)Zachary DeVito1-9/+14
2018-09-26add narrow() support for sparse tensors re: #8853 (#11342)Doug Friedman1-0/+27
2018-09-26Fix ONNX bug, add symbolic for fullAdam Paszke2-0/+152
2018-09-26Enable tracing of tensor factories with an out argumentAdam Paszke1-1/+6
2018-09-26Fix warnings emitted when testing distributions (#12038)vishwakftw1-120/+120
2018-09-26add autodiff expressions for common operations (#11832)Richard Zou1-11/+42
2018-09-25fix segfault when grad to a hook fn is None (#12028)Wei Yang1-0/+27
2018-09-25Fix CUDA division by a scalar on large arrays. (#12023)Sam Gross1-0/+24
2018-09-24Fix deprecated function warning in ONNX model test. (#11827)Spandan Tiwari2-6/+6
2018-09-24Eliminate no-op adds and muls in peephole pass (#11801)Adam Paszke4-106/+99
2018-09-24Unify C++ API with C++ extensions (#11510)Peter Goldsborough10-10/+95
2018-09-24Make promoteType(half, integer) -> half (#11941)Sam Gross1-16/+13
2018-09-24Stop moving constants into DifferentiableSubgraphs (#11809)Adam Paszke2-7/+24
2018-09-24Remove caffe2::Tensor::capacity_nbytes, at::Tensor::to##name##Data, (#11876)Christian Puhrsch11-52/+52
2018-09-21Rewrite C++ API tests in gtest (#11953)Peter Goldsborough25-2090/+2124
2018-09-21migrate PReLU to ATen (#11758)Wei Yang2-0/+9
2018-09-21Shape prop view/reshape/as_strided through prim::ListConstructs (#11877)Richard Zou1-0/+12
2018-09-21Specialize ArgumentSpecs on tuple elements too (#11863)Adam Paszke3-22/+31
2018-09-21Fix casting logic for 0d CPU tensors in CUDA ops (#11808)Sam Gross1-0/+24
2018-09-21Minor JIT improvements (#11654)Adam Paszke8-73/+108
2018-09-21Remove tests from EXCLUDE_SCRIPT that pass (#11916)David Riazati1-5/+0
2018-09-21Add non-legacy test of bilinear (#11935)Thomas Viehmann1-0/+15
2018-09-21fix PR #11061 (#11815)Wei Yang1-23/+24