JuliaSmoothOptimizers / LinearOperators.jl

Linear Operators for Julia
Other
149 stars 31 forks source link

`InverseLBFGSOperator` for GPU #306

Open tmigot opened 7 months ago

tmigot commented 7 months ago

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

dpo commented 7 months ago

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