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

Ye Luo via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Thu Jun 18 16:26:55 PDT 2020


ye-luo added a comment.

Having a allocation size limit may work. Below MAXSIZE, got to manager. Above MAXSIZE, go directly.
Power user can do even MAXSIZE=0 to fully skip the manager if they want.


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