We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c9d78b commit aa47a21Copy full SHA for aa47a21
advanced_source/python_extension_autoload.rst
@@ -61,6 +61,8 @@ Now the ``torch_foo`` module can be imported when running import torch:
61
Examples
62
^^^^^^^^
63
64
+TODO: take HPU and NPU as examples
65
+
66
`habana_frameworks.torch`_ is a Python package that enables users to run
67
PyTorch programs on Intel Gaudi via the PyTorch ``HPU`` device key.
68
``import habana_frameworks.torch`` is no longer necessary after this mechanism
@@ -96,7 +98,7 @@ as ``npu`` to the end users.
96
98
How it works
97
99
------------
100
-.. image:: ../_static/img/python_backend_autoload_impl.png
101
+.. image:: ../_static/img/python_extension_autoload_impl.png
102
:alt: Autoloading implementation
103
:align: center
104
0 commit comments