Age | Commit message (Expand) | Author | Files | Lines |
2019-02-25 | Followup to #17049: change more instances of RuntimeError to IndexError | Stefan Krah | 1 | -3/+5 |
2019-02-25 | Fix nonzero for scalars on cuda, to_sparse for scalars on cpu/cuda. (#17406) | Gregory Chanan | 1 | -0/+3 |
2019-02-22 | Fix coalesce, clone, to_dense for sparse scalars. | Gregory Chanan | 1 | -62/+102 |
2019-02-21 | Modernize test_sparse. (#17324) | Gregory Chanan | 1 | -121/+120 |
2019-02-09 | enable unit tests working on ROCm 2.1 (#16871) | Johannes M Dieterich | 1 | -8/+1 |
2019-01-30 | Fix uninitialized data and broken broadcasting with sparse.mm and spa… (#16... | Gregory Chanan | 1 | -3/+7 |
2019-01-29 | Fix torch.sparse.sum parsing of dim. (#16517) | Gregory Chanan | 1 | -0/+8 |
2018-12-26 | Move autograd metadata from VariableImpl to TensorImpl (#13827) | Will Feng | 1 | -0/+35 |
2018-12-14 | enabled tests in test_nn, test_cuda and test_sparse (#15232) | Chaitanya Sri Krishna Lolla | 1 | -18/+0 |
2018-12-06 | gradcheck (#14596) | Wei Yang | 1 | -25/+34 |
2018-12-03 | sparse.mm(), reland #14526 (#14661) | Wei Yang | 1 | -2/+20 |
2018-11-30 | Revert D13252990: [pytorch][PR] [sparse] sparse.mm(S, D) | Alyssa Wang | 1 | -20/+2 |
2018-11-30 | sparse.mm(S, D) (#14526) | Wei Yang | 1 | -2/+20 |
2018-11-28 | torch.sparse.sum() (#12430) | Wei Yang | 1 | -0/+58 |
2018-11-26 | backward for sparse.addmm(D, S, D, alpha, beta) -> D (#13345) | Wei Yang | 1 | -0/+19 |
2018-11-26 | allow concatenating "hybrid" (sparse/dense) tensors along their dense dimensi... | Brennan Vincent | 1 | -5/+7 |
2018-11-14 | Implement `unsqueeze` for sparse vectors (this also makes `stack` work out of... | Brennan Vincent | 1 | -0/+31 |
2018-11-12 | enable more unit tests (#13166) | Johannes M Dieterich | 1 | -4/+0 |
2018-11-08 | implement concatenation of sparse tensors (#13577) | Brennan Vincent | 1 | -0/+39 |
2018-10-29 | Reduce sizes in TestUncoalescedSparse.test_to_sparse (#13236) | Edward Yang | 1 | -3/+3 |
2018-10-26 | dense.to_sparse() re: #8853 (#12171) | Doug Friedman | 1 | -0/+18 |
2018-10-26 | Skip ROCm tests that fail as per #12824 (#13181) | Johannes M Dieterich | 1 | -0/+1 |
2018-10-26 | Shard all of tests based on how many tests exist. (#13160) | Zachary DeVito | 1 | -7/+10 |
2018-10-24 | Autograd indices/values and sparse_coo ctor (#13001) | Tongzhou Wang | 1 | -72/+69 |
2018-10-17 | Rename test/common.py to test/common_utils.py (#12794) | James Sun | 1 | -1/+1 |
2018-10-04 | Enable sparse functionality and tests (#12323) | iotamudelta | 1 | -12/+0 |
2018-10-01 | Skip failing tests in test_sparse (#12229) | iotamudelta | 1 | -0/+2 |
2018-09-30 | copy_(Sparse, Sparse) for sparse tensor (#9005) | Wei Yang | 1 | -0/+68 |
2018-09-28 | fix unit tests on CI | iotamudelta | 1 | -0/+3 |
2018-09-26 | add narrow() support for sparse tensors re: #8853 (#11342) | Doug Friedman | 1 | -0/+27 |
2018-09-19 | Add empty tensor tests to test_sparse (#11228) | Will Feng | 1 | -419/+706 |
2018-09-18 | Revert D9755189: [pytorch][PR] [API CHANGE] Add empty tensor tests to test_sp... | Will Feng | 1 | -706/+419 |
2018-09-18 | Add empty tensor tests to test_sparse (#11228) | Will Feng | 1 | -419/+706 |
2018-09-17 | Check device argument makes sense for legacy tensor constructors. (#11669) | Gregory Chanan | 1 | -0/+29 |
2018-09-07 | Remove methods that start with an underscore from at::Tensor (#11152) | Peter Goldsborough | 1 | -2/+2 |
2018-09-05 | Sparse tensor printing; add NotImplemented autograd fn (#10181) | Tongzhou Wang | 1 | -0/+59 |
2018-08-26 | Handling failing test on ROCm. | Jorg Doku | 1 | -0/+5 |
2018-08-23 | MIOpen integration, more tests enabled, bug fixes (#10612) | Johannes M Dieterich | 1 | -1/+31 |
2018-08-23 | Preserve sparse tensor shape and dim invariants, and add scalar tensor suppor... | Will Feng | 1 | -7/+119 |
2018-08-14 | set coalesced=false at sparse transpose() and removed transpose invariants (#... | Wei Yang | 1 | -22/+17 |
2018-07-05 | Test nn.Module on non-contiguous inputs (#9114) | Tongzhou Wang | 1 | -0/+24 |
2018-07-03 | Add some missing error checks in sparse. (#9140) | Edward Yang | 1 | -6/+31 |
2018-06-28 | Add log1p for sparse tensor (#8969) | Wei Yang | 1 | -0/+40 |
2018-06-16 | Create ATen tensors via TensorOptions (#7869) | Peter Goldsborough | 1 | -1/+1 |
2018-06-15 | Port THS to ATen. (#8409) | Edward Z. Yang | 1 | -17/+29 |
2018-06-06 | Fix scalar check for sparse tensors. (#8197) | Richard Zou | 1 | -0/+6 |
2018-05-31 | Add memory leak check in CUDA tests (#7270) | Tongzhou Wang | 1 | -1/+1 |
2018-05-18 | Fix various sparse transpose issues; remove dead code from Declaratio… (#7200) | gchanan | 1 | -1/+18 |
2018-05-18 | Better support for adding zero-filled sparse tensors (#7479) | Richard Zou | 1 | -0/+11 |
2018-04-27 | Fix torch.tensor(...) device-type calculation when used with numpy an… (#6995) | gchanan | 1 | -0/+13 |