[torch-mlir][sparse][NFC] fixed typo (#2917)

grammar police
pull/2918/head
Aart Bik 2024-02-16 13:02:00 -08:00 committed by GitHub
parent 5253282c55
commit c5d8c12469
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ def sparse_export(
annotation sparse parameters with their actual sparse layout
attributes. This temporary solution accelerates testing
torch-mlir with PyTorch sparse tensors until the issue is
resovled.
resolved.
"""
# Convert all arguments to dense.
dargs = tuple(a.to_dense() if a.layout in SPARSE_LAYOUTS else a for a in args)