hypre-space / hypre

Parallel solvers for sparse linear systems featuring multigrid methods.
https://www.llnl.gov/casc/hypre/
Other
674 stars 185 forks source link

make hypre_bind_device back compatible #1058

Closed liruipeng closed 8 months ago

liruipeng commented 8 months ago

We changed the interface of hypre_bind_device in a previous release. Some code like AMG benchmark needs this developer-level function, so the change broke their code. In this PR, we change the function prototype back and rename the function with the new interface to a different function name.