Skip to content

Commit e065cf7

Browse files
authored
[Doc] Add DLpack and legacy profiler tool in features.rst (#2126)
1 parent bf00250 commit e065cf7

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

docs/tutorials/features.rst

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,18 @@ For more detailed information, check `DDP <features/DDP.md>`_ and `Horovod <feat
6464
GPU-Specific
6565
************
6666

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
6779

6880
DPC++ Extension
6981
---------------
@@ -93,6 +105,19 @@ For more detailed information, check `Advanced Configuration <features/advanced_
93105
features/advanced_configuration
94106

95107

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>`_.
114+
115+
.. toctree::
116+
:hidden:
117+
:maxdepth: 1
118+
119+
features/profiler_legacy
120+
96121
Simple Trace Tool
97122
-----------------
98123

0 commit comments

Comments
 (0)