[torch-mlir][sparse] fixed merge conflict (#2967)

pull/2954/head
Aart Bik 2024-02-28 17:14:00 -08:00 committed by GitHub
parent e85a2a87c5
commit f21b76b68a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -292,7 +292,6 @@ def test_sparse_SpMM():
print(m)
# Run it with PyTorch torch.sparse and with TORCH-MLIR sparse_jit.
net = MatMulNet()
res1 = net(sparse_input, dense_input)
res2 = sparse_jit(net, sparse_input, dense_input)
print("torch.sparse")