Skip to content

Commit

Permalink
[torch-mlir][sparse][NFC] fixed typo (llvm#2917)
Browse files Browse the repository at this point in the history
grammar police
  • Loading branch information
aartbik authored Feb 16, 2024
1 parent 5253282 commit c5d8c12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/python/fx_importer/sparse_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit c5d8c12

Please sign in to comment.