Skip to content

Commit fd67d0c

Browse files
committed
Update on "Add Sparse Compressed tensor support to torch.clone"
Also fixes #59285 [ghstack-poisoned]
2 parents 842897f + 6a0c753 commit fd67d0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_sparse_csr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ def test_empty_errors(self, layout, device, dtype):
318318
torch.empty((5,), dtype=dtype, device=device, layout=layout)
319319

320320
@skipMeta
321-
@all_sparse_compressed_layouts
321+
@all_sparse_compressed_layouts()
322322
@dtypes(*all_types_and_complex_and(torch.bool, torch.half, torch.bfloat16))
323323
def test_clone(self, layout, device, dtype):
324324
for compressed_indices, plain_indices, values, size in self._generate_small_inputs(

0 commit comments

Comments
 (0)