LLNL / hiop

HPC solver for nonlinear optimization problems
Other
210 stars 42 forks source link

Update Ginkgo interface so it can take data directly on GPU #652

Open pelesh opened 1 year ago

pelesh commented 1 year ago

When running with a GPU backend (CUDA or HIP), Ginkgo direct linear solver will still expect data on the host. Since HiOp sparse module now provides linear solver data on device (when gpu mode is selected), Ginkgo interface should be modified to take data directly from the device. See #650 as a reference.

pelesh commented 1 year ago

CC @fritzgoebel