You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tilman, I have written a new solver that does the gaussian elimination in parallel. Furthermore, I believe it is possible to create a solver that operates asynchronously and distributed over a wide network while the congruences are collected. I am hoping to get some collaboration as integrating it (for demonstrations purposes, it will still be in the single java VM). I haven't been able to find your email so I'm hopping you'll write me at [email protected]. I'd like to get your thoughts. Dave McGuigan
The text was updated successfully, but these errors were encountered:
Dave's parallel Gauss solver turned out to be really cool and has been integrated into this project. With 20 threads on a Ryzen 3900X it beats the Block-Lanczos solver until about 375 bit. Could be a few bits more for the new PSIQS_U2.
Integration into class CombinedFactorAlgorithm is still open.
Tilman, I have written a new solver that does the gaussian elimination in parallel. Furthermore, I believe it is possible to create a solver that operates asynchronously and distributed over a wide network while the congruences are collected. I am hoping to get some collaboration as integrating it (for demonstrations purposes, it will still be in the single java VM). I haven't been able to find your email so I'm hopping you'll write me at [email protected]. I'd like to get your thoughts. Dave McGuigan
The text was updated successfully, but these errors were encountered: