[llvm] [OFFLOAD] Extend olMemRegister API to handle cases when a memory block may have been mapped outside of liboffload. (PR #172226)
Kevin Sala Penades via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 13 05:07:52 PST 2026
================
@@ -735,24 +702,18 @@ class PinnedAllocationMapTy {
Error unregisterHostBuffer(void *HstPtr);
/// Lock the host buffer at \p HstPtr or register a new user if it intersects
----------------
kevinsala wrote:
`Registers and optionally page-locks memory...`
https://github.com/llvm/llvm-project/pull/172226
More information about the llvm-commits
mailing list