Tobias Ribizel
Tobias Ribizel
Wondering about the name here - it might make sense to also have a version that stores all scalars and intermediate vectors in files - should it be `SolverDebugPrint` or...
@tcojean There is now a printing and a storing variant + tests
If the performance is good, this could also be used as an internal component for merge path SpMV
I believe we might be talking about different concepts of matrix assembly here. The documentation you attached seems to be focused more on assembling the sparsity pattern (with the values...
This description sounds rather vague, what kinds of dependencies do you mean? Can you give an example in Ginkgo? Parameter A needs to be set to value X to allow...
I think this issue would benefit from a clearer explanation what kinds of dependencies we actually want to represent, what is currently broken and how it should be changed. It...
I just wanted to leave this discussion here for some context: The iPXE maintainers themselves don't recommend using privileged source ports for security purposes https://github.com/ipxe/ipxe/discussions/1282
Just making sure, can you reproduce this when using MSBuild (default) or Ninja (-GNinja) as the CMake generator? We don't yet test compilation with clang-cl on Windows, so this might...
I can reproduce the issue with clang-cl, I'll take a closer look.
Seems like a more complex issue, but I get the feeling this would be solved with Ginkgo 2.0 and another attempt at #715