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

Joseph Huber via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Fri Aug 7 08:03:43 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
----------------
jhuber6 wrote:

Honestly, I highly doubt anyone in this thing's nearly 5 year history anyone has sized this intentionally for any reason other than turning it off for some reason.

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


More information about the llvm-branch-commits mailing list