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 3980ab7 commit dcb5fd3Copy full SHA for dcb5fd3
advanced_source/python_extension_autoload.rst
@@ -10,7 +10,7 @@ load out-of-tree backend extensions without explicit import statements. This
10
feature is beneficial for users as it enhances their
11
experience and enables them to follow the familiar PyTorch device
12
programming model without having to explicitly load or import device-specific
13
-extensions. On the other hand, it facilitates effortless
+extensions. Additionally, it facilitates effortless
14
adoption of existing PyTorch applications with zero-code changes on
15
out-of-tree devices. For further details, refer to the
16
`[RFC] Autoload Device Extension <https://github.com/pytorch/pytorch/issues/122468>`_.
0 commit comments