Closed tpadioleau closed 6 months ago
@tpadioleau , thank you for the report. This was indeed an issue with the way were logging the iteration counts. This should now be fixed in #1578. Let me know in case that branch does not work for you.
thank you very much for the quick fix!
I have 2 more questions:
This will definitely be fixed in 1.8.0. But one question from my side would be if it would be possible for you to depend on develop rather on a specific version ? It would allow you to get access to the latest features and bug fixes.
In any case, we plan to release 1.8.0 soon, probably in the next few weeks, so I dont think we will patch 1.7, unless it is a strong requirement from your side.
I think it should be ok for us to wait 1.8.0. I would prefer to avoid the develop branch in case users notice different behaviour in the results of simulations.
Using Ginkgo batched solvers I sometimes get the following errors
This error appears on Ginkgo 1.7.0 release on a V100 GPU with CUDA 12.2.1.
You can find a minimal reproducer in this repository https://github.com/Geoflow/gko_minreproducer/tree/minimal-reproducer. In my case I got the error with a batch size of 1. Am I doing something wrong ?
cc @Geoflow