[Openmp-commits] [openmp] [OpenMP] [amdgpu] Added a synchronous version of data exchange. (PR #87032)
via Openmp-commits
openmp-commits at lists.llvm.org
Thu Mar 28 20:24:47 PDT 2024
dhruvachak wrote:
I amended the commit message to include the following:
Similar to H2D and D2H, use synchronous mode for large data transfers
beyond a certain size for D2D as well. As with H2D and D2H, this size is
controlled by an env-var.
https://github.com/llvm/llvm-project/pull/87032
More information about the Openmp-commits
mailing list