-
Notifications
You must be signed in to change notification settings - Fork 235
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 request
Milestone
Description
We've meant to do this but I noticed we haven't had any issue to track this need. This is to avoid users from having to use the private API like this
cuda-python/cuda_core/tests/test_event.py
Lines 155 to 156 in bd770e1
| mr = _DefaultPinnedMemorySource() | |
| b = mr.allocate(4) |
However, unlike the device MR for which we make it accessible through the Device instance (dev.memory_resource), we probably need to think about the way(s) to expose it. I think starting with a free-standing MR is probably fine.
mhoemmen
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 request
Type
Projects
Status
Todo