ginkgo-project / ginkgo

Numerical linear algebra software package
https://ginkgo-project.github.io/
BSD 3-Clause "New" or "Revised" License
409 stars 88 forks source link

Examples: distributed-solver Memcpy #1520

Closed almaeder closed 10 months ago

almaeder commented 10 months ago

I have run the distributed-solver with the cuda executer. The following line produced an segfault << "\nFinal Res norm: " << *res_norm->get_const_values() since the residual was in device memory.