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 CudaLuDecomposition with the CUDA matrix class #464

Closed sjsprecious closed 4 months ago

sjsprecious commented 4 months ago

This PR updates the input type for the CUDA implementation of LuDecompose function with the CudaSparseMatrix 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 94.34%. Comparing base (abf001c) to head (892fb3c).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #464 +/- ## ======================================= Coverage 94.34% 94.34% ======================================= Files 39 39 Lines 3166 3166 ======================================= Hits 2987 2987 Misses 179 179 ```

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