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

Possible bug in "native-merge" SpMV algorithm #2033

Open
2 tasks
cwpearson opened this issue Nov 7, 2023 · 1 comment
Open
2 tasks

Possible bug in "native-merge" SpMV algorithm #2033

cwpearson opened this issue Nov 7, 2023 · 1 comment
Assignees

Comments

@cwpearson
Copy link
Contributor

#2010 was caused by the merge-based SpMV algorithm being selected in Tpetra for this specific mini-em case. The merge-based SpMV was incorrectly re-using the "merge" algorithm name, and the fix was to change it to "native-merge" so that the merge-based implementation is no longer used.

It's not clear whether something is not quite right with the matrix, or if there is a bug in the merge-based SpMV implementation.

  • modify the reproducer to dump the local matrix on each rank
  • test the "native-merge" SpMV algorithm on the dumped matrices
    • see what there is to see
@cwpearson cwpearson self-assigned this Nov 7, 2023
@brian-kelley
Copy link
Contributor

brian-kelley commented May 17, 2024

@cwpearson I think this is the same issue as #2166?

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

2 participants