You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If Vector<T> is updated to reside in device memory space, the COO and CSR solvers (which run on the host) will require explicit data transfers between device and host before and after solve operations.
Depends on: Issue 6 / Kokkos migration
If
Vector<T>is updated to reside in device memory space, the COO and CSR solvers (which run on the host) will require explicit data transfers between device and host before and after solve operations.