Skip to content

Commit 891753e

Browse files
committed
update
1 parent 22ddca1 commit 891753e

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed
File renamed without changes.

index.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -508,6 +508,13 @@ Welcome to PyTorch Tutorials
508508
:link: advanced/privateuseone.html
509509
:tags: Extending-PyTorch,Frontend-APIs,C++
510510

511+
.. customcarditem::
512+
:header: Out-of-tree extension autoloading in Python
513+
:card_description: Learn how to improve the seamless integration of out-of-tree extension with PyTorch based on the autoloading mechanism.
514+
:image: _static/img/thumbnails/cropped/generic-pytorch-logo.png
515+
:link: advanced/python_extension_autoload.html
516+
:tags: Extending-PyTorch
517+
511518
.. customcarditem::
512519
:header: Custom Function Tutorial: Double Backward
513520
:card_description: Learn how to write a custom autograd Function that supports double backward.
@@ -1109,6 +1116,7 @@ Additional Resources
11091116
advanced/dispatcher
11101117
advanced/extend_dispatcher
11111118
advanced/privateuseone
1119+
advanced/python_extension_autoload
11121120

11131121
.. toctree::
11141122
:maxdepth: 2

0 commit comments

Comments
 (0)