Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2018-02-09 | Implement sparse tensor and variable norm(value) (#4882) | Richard Zou | 2 | -1/+12 |
2018-02-06 | Fix TH compile warnings (#5065) | Tongzhou Wang | 2 | -7/+2 |
2018-02-01 | Add size checks for sparse tensor constructor (#4113) | Richard Zou | 1 | -0/+21 |
2018-01-31 | Add mutex for CPU RNG and move TH to C++ (#4041) | Will Feng | 3 | -12/+12 |
2018-01-23 | Remove setting coalesce to 0 in sparse transpose_ (#4707) | Richard Zou | 1 | -1/+0 |
2018-01-23 | Restore sparse variable transpose_() and t_() (#4779) | Richard Zou | 2 | -2/+4 |
2018-01-22 | Fix resize_as_ on Variables containing SparseTensors (#4745) | Sam Gross | 2 | -2/+3 |
2017-11-28 | Make sparse test also check that coalesce status of tensors makes sense. (#3171) | Edward Z. Yang | 1 | -1/+3 |
2017-11-06 | Simplify ATen Build (#3496) | Zachary DeVito | 1 | -77/+8 |
2017-11-02 | Update CMakeLists.txt in TH* libraries to support static builds. | Zach DeVito | 1 | -6/+10 |
2017-11-02 | move TH* folders into aten/src | Zach DeVito | 11 | -0/+1536 |