-
Notifications
You must be signed in to change notification settings - Fork 276
Add a PinnedMemoryResource #1141
Copy link
Copy link
Closed
Labels
P0High priority - Must do!High priority - Must do!cuda.coreEverything related to the cuda.core moduleEverything related to the cuda.core modulefeatureNew feature or requestNew feature or requesttriageNeeds the team's attentionNeeds the team's attention
Milestone
Metadata
Metadata
Assignees
Labels
P0High priority - Must do!High priority - Must do!cuda.coreEverything related to the cuda.core moduleEverything related to the cuda.core modulefeatureNew feature or requestNew feature or requesttriageNeeds the team's attentionNeeds the team's attention
Type
Projects
Status
Done
Counterpart of #718 but for pinned memory.
We already have
LegacyPinnedMemoryResourcethat wrapscuMemHostAllocunder the hood. Both issues (this and #718) are about exposing the CUDA 13 driver features for asynchronous allocating and deallocating pinned/managed memory.