[Openmp-commits] [llvm] [openmp] [offload] Pool host and shared allocations (PR #214754)
Robert Imschweiler via Openmp-commits
openmp-commits at lists.llvm.org
Fri Aug 21 23:39:16 PDT 2026
ro-i wrote:
> We could keep track of users of an unpinned side and co-locate ourselves anyway. Just a thought.
You mean: don't allocate a pinned page per memory chunk and instead try to fit multiple on one pinned page? That sounds like a good optimization, but I feel like it would be out-of-scope for my current stack.
https://github.com/llvm/llvm-project/pull/214754
More information about the Openmp-commits
mailing list