Tobias Ribizel
Tobias Ribizel
Does the same thing happen without `-fno-math-errno`? This flag sounds close enough to `-ffast-math` that it might also cause this behavior change.
Not a blocker at all, but it does tell me that either the float formatting code or the actual Ginkgo code is being optimized in a likely IEEE non-compliant way,...
If there are plans for a proper packaging solution in the future, an alternative approach would be to split the warewulf package into `warewulf-core` and `warewulf-overlays`
If you remove all references to the NVTX library (including the header #include) from `cuda/base/nvtx.cpp` by emptying all functions, does the issue still appear?
For additional context, I saw the same issue inside the text input element when looking at the previously saved description. This might be an issue of the long feedback never...
What is the use case for a minimum iteration count? What should happen if the initial guess is already good enough, i.e. the initial residual is essentially 0? This could...
Sorry for not following up on this - the way to do this properly would be to build a wrapper around an existing norm stopping criterion, and only start actually...
I implemented a prototype, see the linked PR
Can you describe a use case for this? Combination creation is pretty lightweight, so I am hesitant to add more complexity there.
Making the empty case work seems sensible, except for the fact that we don't have anything to base the size on then. BTW ctr is kind of a misleading abbreviation,...