Closed almaeder closed 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.
<< "\nFinal Res norm: " << *res_norm->get_const_values()
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.