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

#52: fix errors related to Kokkos updates #53

Merged
merged 1 commit into from
Aug 3, 2022

Conversation

pierrepebay
Copy link
Contributor

@pierrepebay pierrepebay commented Jul 21, 2022

Two errors fixed : first one happened when initializing the KokkosSparse::CrsMatrix, this originated from kokkos/kokkos-kernels@f0c98c4; second one happened when instantiating the laplacian matrix using matrix_type::staticcrsgraph_type.
fixes #52

@pierrepebay pierrepebay added the bug Something isn't working label Jul 21, 2022
@pierrepebay pierrepebay requested a review from lifflander July 21, 2022 10:37
@pierrepebay pierrepebay self-assigned this Jul 21, 2022
@pierrepebay pierrepebay changed the title Resolves #52 #52: fix errors related to Kokkos updates Jul 21, 2022
@pierrepebay pierrepebay marked this pull request as ready for review July 25, 2022 14:04
Copy link
Contributor

@lifflander lifflander 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

@pierrepebay pierrepebay merged commit 03e7615 into master Aug 3, 2022
@pierrepebay pierrepebay deleted the 52-fix-kokkos-updates-errors branch August 3, 2022 20:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix errors related to Kokkos updates
2 participants