[Openmp-commits] [PATCH] D93723: [OpenMP] Add OpenMP Documentation for Libomptarget environment variables

Joseph Huber via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Wed Dec 23 08:48:50 PST 2020


jhuber6 added inline comments.


================
Comment at: openmp/docs/design/Runtimes.rst:63
+larger than this threshold will not use the memory manager and be freed after
+the device kernel exits The default threshold value is ``8Kb``. If
+``LIBOMPTARGET_MEMORY_MANAGER_THRESHOLD`` is set to ``0`` the memory manager
----------------
tianshilei1992 wrote:
> It should be `8KB` here.
Thanks, made the change upstream. I was also missing a period.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D93723



More information about the Openmp-commits mailing list