NCAR / micm

A model-independent chemistry module for atmosphere models
https://ncar.github.io/micm/
Apache License 2.0
6 stars 4 forks source link

Update the CUDA implementation of CudaLinearSolver with the CUDA matrix class #474

Closed sjsprecious closed 3 months ago

sjsprecious commented 4 months ago

This PR updates the input type for the CUDA implementation of LinearSolver function with the CudaSparseMatrix and CudaDenseMatrix class.

All the 42 tests all passed on Derecho's A100 GPU by using nvhpc/23.7.

codecov-commenter commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 93.32%. Comparing base (205029c) to head (3821141).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #474 +/- ## ======================================= Coverage 93.32% 93.32% ======================================= Files 40 40 Lines 3177 3177 ======================================= Hits 2965 2965 Misses 212 212 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.