NCAR / micm

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

Check that all matrix data is device-resident during solving #431

Closed mattldawson closed 6 months ago

mattldawson commented 7 months ago

After #393 and #395 are finished, update any remaining CUDA wrapper functions to use CUDA matrix types and ensure that all matrix data remains device-resident during solving.

Acceptance Criteria

Ideas