LinearOperators.jl icon indicating copy to clipboard operation
LinearOperators.jl copied to clipboard

`InverseLBFGSOperator` for GPU

Open tmigot opened this issue 2 years ago • 5 comments

This operator is used in JSOSolvers https://github.com/JuliaSmoothOptimizers/JSOSolvers.jl/blob/5c08163ee594d8f8d7e12a98b14f4ed7cd22424e/src/lbfgs.jl#L87C3-L87C63 but nothing allows GPU computation

tmigot avatar Dec 20 '23 09:12 tmigot

The solution is probably #258, but needs to be revisited.

dpo avatar Dec 20 '23 13:12 dpo