cornellius-gp / linear_operator

A LinearOperator implementation to wrap the numerical nuts and bolts of GPyTorch
MIT License
95 stars 28 forks source link

RFC: Always use special `.solve` for Kronecker linear operators #50

Open saitcakmak opened 1 year ago

saitcakmak commented 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.