hypre icon indicating copy to clipboard operation
hypre copied to clipboard

Asynchronous device to device hipMemcpy

Open tomstitt opened this issue 11 months ago • 0 comments

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

tomstitt avatar Mar 04 '24 19:03 tomstitt