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 a4ace51 commit 3980ab7Copy full SHA for 3980ab7
advanced_source/python_extension_autoload.rst
@@ -9,7 +9,7 @@ The extension autoloading mechanism enables PyTorch to automatically
9
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 needing to explicitly load or import device-specific
+programming model without having to explicitly load or import device-specific
13
extensions. On the other hand, 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
0 commit comments