You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This design is based on concepts rather than inheritance from a virtual base
209
+
class. The RMM documentation will be updated as this progresses.
212
210
213
211
## `device_memory_resource`
214
212
@@ -554,42 +552,6 @@ kernel<<<...,s.value()>>>(a.data()); // Pass raw pointer to underlying element i
554
552
int32_t v = a.value(s); // Retrieves the value from device to host on stream `s`
555
553
```
556
554
557
-
## `host_memory_resource`
558
-
559
-
> **⚠️ DEPRECATED in 25.12**: `host_memory_resource`, `pinned_memory_resource`, and `new_delete_resource` are deprecated and will be removed in 26.02. Use `pinned_host_memory_resource` instead for pinned host memory allocations.
560
-
561
-
`rmm::mr::host_memory_resource` is the base class that defines the interface for allocating and
562
-
freeing host memory.
563
-
564
-
Similar to `device_memory_resource`, it has two key functions for (de)allocation:
0 commit comments