[Openmp-commits] [PATCH] D93723: [OpenMP] Add OpenMP Documentation for Libomptarget environment variables
Shilei Tian via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Wed Dec 23 08:39:46 PST 2020
tianshilei1992 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
----------------
It should be `8KB` here.
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