summaryrefslogtreecommitdiff
path: root/aten/src/THS
AgeCommit message (Expand)AuthorFilesLines
2018-02-09Implement sparse tensor and variable norm(value) (#4882)Richard Zou2-1/+12
2018-02-06Fix TH compile warnings (#5065)Tongzhou Wang2-7/+2
2018-02-01Add size checks for sparse tensor constructor (#4113)Richard Zou1-0/+21
2018-01-31Add mutex for CPU RNG and move TH to C++ (#4041)Will Feng3-12/+12
2018-01-23Remove setting coalesce to 0 in sparse transpose_ (#4707)Richard Zou1-1/+0
2018-01-23Restore sparse variable transpose_() and t_() (#4779)Richard Zou2-2/+4
2018-01-22Fix resize_as_ on Variables containing SparseTensors (#4745)Sam Gross2-2/+3
2017-11-28Make sparse test also check that coalesce status of tensors makes sense. (#3171)Edward Z. Yang1-1/+3
2017-11-06Simplify ATen Build (#3496)Zachary DeVito1-77/+8
2017-11-02Update CMakeLists.txt in TH* libraries to support static builds.Zach DeVito1-6/+10
2017-11-02move TH* folders into aten/srcZach DeVito11-0/+1536