ORNL / ReSolve

Library of GPU-resident linear solvers
Other
58 stars 2 forks source link

Consider renaming matrix::Sparse::copyData to matrix::Sparse::SyncData #187

Closed pelesh closed 1 month ago

pelesh commented 2 months ago

Just a comment: copyData sounds like we are providing the data to copy or something. Basically, you are telling the matrix containers to sync data between device and host. So, something that sounds like that may be a good option. For example, syncData.

_Originally posted by @maksud in https://github.com/ORNL/ReSolve/pull/184#discussion_r1768275445_