Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better handling of input/output sortedness for spgemm #2194

Open
brian-kelley opened this issue May 2, 2024 · 0 comments
Open

Better handling of input/output sortedness for spgemm #2194

brian-kelley opened this issue May 2, 2024 · 0 comments

Comments

@brian-kelley
Copy link
Contributor

Right now, spgemm (TPLs) require A and B to be sorted, while our native impl allows unsorted inputs. In many cases (like Tpetra) the user will know whether the matrices are sorted, but we don't give them a way to pass that information to us.
We also promise users that C is always sorted, even though that can add some cost (we have to explicitly sort the outputs from native and MKL).

Not all TPLs necessarily require sorted inputs:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant