Skip to content

Conversation

@nychiang
Copy link
Collaborator

@nychiang nychiang commented Oct 10, 2023

There is a bug in RAJA implementation which fails HiOp when we copy an empty matrix into a bigger matrix.

This PR tries to:

  1. modify the corresponding unit test to catch this segmentation failure.
  2. Avoid copying an empty matrix in the RAJA implementation

CLOSE #665

@pelesh @cameronrutherford @abhyshr

@nychiang nychiang self-assigned this Oct 10, 2023
@nychiang nychiang added bug sparse-develop Issues and PRs pertaining to development of branch sparse-develop labels Oct 10, 2023
Copy link
Collaborator

@pelesh pelesh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good and all tests pass. @abhyshr, please confirm this fixes the issue you have seen with ExaGO.

@cnpetra cnpetra merged commit c6f94d2 into develop Oct 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug sparse-develop Issues and PRs pertaining to development of branch sparse-develop

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Segmentation fault when copying empty matrix in sparse GPU mode

4 participants