[llvm-branch-commits] [llvm] [openmp] [offload] Pool host and shared allocations (PR #214754)

Robert Imschweiler via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Fri Aug 7 08:07:57 PDT 2026


================
@@ -359,6 +365,8 @@ class MemoryManagerTy {
   /// threshold and the second element represents whether user disables memory
   /// manager explicitly by setting the var to 0. If user doesn't specify
   /// anything, returns <0, true>.
+  /// Note that this only affects the device memory manager, not the manager for
----------------
ro-i wrote:

hm, but the env var would cover extremely different cases? On the other hand, if it's only used for debugging, it has probably not that much impact.
Idk, if you think it would make sense, I'll change it

https://github.com/llvm/llvm-project/pull/214754


More information about the llvm-branch-commits mailing list