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 b6281bf commit a4ace51Copy full SHA for a4ace51
advanced_source/python_extension_autoload.rst
@@ -8,7 +8,7 @@ What is it?
8
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 users to adhere to the familiar PyTorch device
+experience and enables them to follow the familiar PyTorch device
12
programming model without needing 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
0 commit comments