-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SystemSolver Interface updates (#120)
* Refactor residual norm getter in SystemSolver. * Implement and test NSR computation in SystemSolver. * Have iterative refinement inside the solve call. * System solver example that works with CUDA and HIP. * Fix cmake presets for Deception. * Fix SystemSolver running GLU test. * Use memspace as parameter consistently in FGMRES classes. (#125) * Fix bug when data/values ownership is incorrectly assigned. (#124) * Fix broken CPU build, add logger to Csc and Coo classes. * Have fgmres and gs set memory space at runtime based on vector handler. * Randomized solver called through SystemSolver class (#128) * Support for iterative methods in SystemSolver. * Working example of a randomized solver. * Use more consistent naming scheme for functionality tests. * Fix issue with building SystemSolver on CPU.
- Loading branch information
Showing
43 changed files
with
2,006 additions
and
1,287 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
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
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
Oops, something went wrong.