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