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
Copy file name to clipboardExpand all lines: docs/dpCtl.memory_api.rst
+18-2Lines changed: 18 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,11 +5,27 @@ dpCtl Memory Python API
5
5
#######################
6
6
7
7
.. automodule:: dpctl.memory
8
+
9
+
Classes
10
+
-------
11
+
12
+
.. autoclass:: dpctl.memory.MemoryUSMDevice
8
13
:members:
14
+
:inherited-members:
15
+
:undoc-members:
9
16
10
-
....
17
+
.. autoclass:: dpctl.memory.MemoryUSMHost
18
+
:members:
19
+
:inherited-members:
20
+
:undoc-members:
21
+
22
+
.. autoclass:: dpctl.memory.MemoryUSMShared
23
+
:members:
24
+
:inherited-members:
25
+
:undoc-members:
11
26
12
-
**Comparing dpctl.memory to Rapids Memory Manager (RMM)**
27
+
Comparison with Rapids Memory Manager (RMM)
28
+
-------------------------------------------
13
29
14
30
RMM implements DeviceBuffer which is Cython native class wrapping around something similar to ``std::vector<unsigned char, custom_cuda_allocator (calls resource manager)>`` which is called device_buffer.
0 commit comments