Open saitcakmak opened 1 year ago
As titled. These linear operators are generally much larger than their components. If fast_computations (in particular _fast_solves) is turned off, then we try to compute Cholesky over huge matrices, which leads to OOMs.
fast_computations
_fast_solves
As titled. These linear operators are generally much larger than their components. If
fast_computations
(in particular_fast_solves
) is turned off, then we try to compute Cholesky over huge matrices, which leads to OOMs.