[Openmp-commits] [PATCH] D81054: [OpenMP] Introduce target memory manager

Shilei Tian via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Mon Aug 3 18:44:03 PDT 2020


tianshilei1992 marked 3 inline comments as done.
tianshilei1992 added inline comments.


================
Comment at: openmp/libomptarget/src/device.h:32
+class MemoryManagerTy;
+} // namespace memory
 
----------------
jdoerfert wrote:
> Can we call these things `MemoryManagerInterface` and `MemoryManagerImpl` instead?
I renamed the implementation class to `MemoryManagerImplTy`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D81054



More information about the Openmp-commits mailing list