hypre
hypre copied to clipboard
Asynchronous device to device hipMemcpy
Switch hipMemcpy
to hipMemcpyAsync
for device to device copies to avoid unneeded host-side syncs; matches cuda's performant behavior.
See https://github.com/mfem/mfem/pull/2780