-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clean up CrsMatrix raw pointer constructor
Before, it was converting a rowmap to non-prefix-summed row counts and passing that to StaticCrsGraph, which had to do the prefix sum again. Also was causing build error on Tpetra HIP.
- Loading branch information
1 parent
aad2a73
commit 6bb85dd
Showing
2 changed files
with
52 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters