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/tutorials/features.rst
+25Lines changed: 25 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,6 +64,18 @@ For more detailed information, check `DDP <features/DDP.md>`_ and `Horovod <feat
64
64
GPU-Specific
65
65
************
66
66
67
+
DLPack Solution
68
+
---------------
69
+
70
+
DLPack defines a stable in-memory data structure for sharing tensors among frameworks. It allows to share tensor data without copy when interoparate with other libraries. Intel® Extension for PyTorch* extends DLPack support in PyTorch* for XPU device particularly.
71
+
72
+
For more detailed information, check `DLPack Solution <features/DLPack.md>`_.
73
+
74
+
.. toctree::
75
+
:hidden:
76
+
:maxdepth:1
77
+
78
+
features/DLPack
67
79
68
80
DPC++ Extension
69
81
---------------
@@ -93,6 +105,19 @@ For more detailed information, check `Advanced Configuration <features/advanced_
93
105
features/advanced_configuration
94
106
95
107
108
+
Legacy Profiler Tool
109
+
-----------------
110
+
111
+
The legacy profiler tool is an extension of PyTorch* legacy profiler for profiling operators' overhead on XPU devices. With this tool, users can get the information in many fields of the run models or code scripts. User should build Intel® Extension for PyTorch* with profiler support as default and enable this tool by a `with` statement before the code segment.
112
+
113
+
For more detailed information, check `Legacy Profiler Tool <features/profiler_legacy.md>`_.
0 commit comments