ginkgo-project / ginkgo

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

Fixes preconditioner Benchmark #1551

Closed MarcelKoch closed 7 months ago

MarcelKoch commented 7 months ago

This PR fixes the preconditioner benchmark by storeing only encoded preconditioner names. The benchmark can run successfully in the current state, but it will emit some exceptions.

MarcelKoch commented 7 months ago

@upsj @yhmtsai I've added now a test, that would fail with the previous implementation,

upsj commented 7 months ago

Can confirm :)