[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:51 PST 2026
================
@@ -167,12 +177,13 @@ def olMemUnregister : Function {
let desc = "Unregister and page-unlock host memory.";
let details = [
"Unpins host memory that was previously pinned or unregister the buffer",
----------------
kevinsala wrote:
`Unregisters host memory and optionally page-unlocks it...`
https://github.com/llvm/llvm-project/pull/172226
More information about the llvm-commits
mailing list