[Openmp-commits] [PATCH] D94379: [OpenMP] Move memory manager to plugin and make it a common interface

Shilei Tian via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Sun Jan 10 19:58:07 PST 2021


tianshilei1992 updated this revision to Diff 315697.
tianshilei1992 added a comment.

Still uses `LIBOMPTARGET_MEMORY_MANAGER_THRESHOLD`. A plugin can extends the function `getSizeThresholdFromEnv` in the future to make separate control.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D94379/new/

https://reviews.llvm.org/D94379

Files:
  openmp/libomptarget/plugins/common/MemoryManager.h
  openmp/libomptarget/plugins/cuda/src/rtl.cpp
  openmp/libomptarget/src/CMakeLists.txt
  openmp/libomptarget/src/MemoryManager.cpp
  openmp/libomptarget/src/MemoryManager.h
  openmp/libomptarget/src/device.cpp
  openmp/libomptarget/src/device.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D94379.315697.patch
Type: text/x-patch
Size: 31833 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20210111/6b71eba8/attachment-0001.bin>


More information about the Openmp-commits mailing list