[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 07:59:05 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:
Why don't we respect this for all pool kinds?
https://github.com/llvm/llvm-project/pull/214754
More information about the llvm-branch-commits
mailing list