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