From 53c088bcfa8198effa6206d2a0e801b1d07303c6 Mon Sep 17 00:00:00 2001 From: Aryan Date: Fri, 24 Jul 2026 13:40:20 -0400 Subject: [PATCH] docs(core): drop incorrect handle_type requirement for cuMemRetainAllocationHandle Defect 4 of #2388. Signed-off-by: Aryan --- cuda_core/cuda/core/_memory/_virtual_memory_resource.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/cuda_core/cuda/core/_memory/_virtual_memory_resource.py b/cuda_core/cuda/core/_memory/_virtual_memory_resource.py index f30e6e3838d..74f0f347769 100644 --- a/cuda_core/cuda/core/_memory/_virtual_memory_resource.py +++ b/cuda_core/cuda/core/_memory/_virtual_memory_resource.py @@ -46,10 +46,9 @@ class VirtualMemoryResourceOptions: location_type: :obj:`~_memory.VirtualMemoryLocationType` | str Controls the location of the allocation. handle_type: :obj:`~_memory.VirtualMemoryHandleType` | str - Export handle type for the physical allocation. Use - ``"posix_fd"`` on Linux if you plan to - import/export the allocation (required for cuMemRetainAllocationHandle). - Use `None` if you don't need an exportable handle. + Export handle type for the physical allocation. Use ``"posix_fd"`` on + Linux if you plan to import/export the allocation. Use `None` if you + don't need an exportable handle. gpu_direct_rdma: bool Hint that the allocation should be GDR-capable (if supported). granularity: :obj:`~_memory.VirtualMemoryGranularityType` | str