ginkgo-project / ginkgo

Numerical linear algebra software package
https://ginkgo-project.github.io/
BSD 3-Clause "New" or "Revised" License
415 stars 90 forks source link

Enable batched optimizations and split solver instantiations. #1661

Closed pratikvn closed 1 week ago

pratikvn commented 4 months ago

With https://github.com/ginkgo-project/ginkgo/pull/1652, the batched solver instantiations were disabled. Before, the next release, we need to ensure that they are enabled again, possibly re-using the ideas in https://github.com/ginkgo-project/ginkgo/pull/1629