[all-commits] [llvm/llvm-project] cc8c6b: [OpenMP] [amdgpu] Added a synchronous version of d...

dhruvachak via All-commits all-commits at lists.llvm.org
Fri Mar 29 13:34:05 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: cc8c6b037cd24a47ff6953508e5734562ef1ecc4
      https://github.com/llvm/llvm-project/commit/cc8c6b037cd24a47ff6953508e5734562ef1ecc4
  Author: dhruvachak <Dhruva.Chakrabarti at amd.com>
  Date:   2024-03-29 (Fri, 29 Mar 2024)

  Changed paths:
    M openmp/libomptarget/plugins-nextgen/amdgpu/src/rtl.cpp
    A openmp/libomptarget/test/offloading/d2d_memcpy_sync.c

  Log Message:
  -----------
  [OpenMP] [amdgpu] Added a synchronous version of data exchange. (#87032)

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.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list