[all-commits] [llvm/llvm-project] e5354a: [OpenMP][libomptarget] Centralize host pinned buff...

Kevin Sala Penadés via All-commits all-commits at lists.llvm.org
Wed Dec 21 17:12:14 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e5354a2bfa924cbcc72fd503efd619037e86ac9c
      https://github.com/llvm/llvm-project/commit/e5354a2bfa924cbcc72fd503efd619037e86ac9c
  Author: Kevin Sala <kevin.sala at bsc.es>
  Date:   2022-12-22 (Thu, 22 Dec 2022)

  Changed paths:
    M openmp/libomptarget/plugins-nextgen/amdgpu/src/rtl.cpp
    M openmp/libomptarget/plugins-nextgen/common/PluginInterface/PluginInterface.cpp
    M openmp/libomptarget/plugins-nextgen/common/PluginInterface/PluginInterface.h

  Log Message:
  -----------
  [OpenMP][libomptarget] Centralize host pinned buffers map to NextGen's PluginInterface

This patch moves the management/tracking of host pinned buffers to the common PluginInterface
in NextGen plugins. For the moment, the management consists of tracking the host pinned
allocations into a map in each device.

Differential Revision: https://reviews.llvm.org/D140502




More information about the All-commits mailing list