Skip to content

Commit 0b52b02

Browse files
committed
move to prototype_source
1 parent ebfcbff commit 0b52b02

File tree

4 files changed

+13
-8
lines changed

4 files changed

+13
-8
lines changed

index.rst

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

512-
.. customcarditem::
513-
:header: Out-of-tree extension autoloading in Python
514-
:card_description: Learn how to improve the seamless integration of out-of-tree extension with PyTorch based on the autoloading mechanism.
515-
:image: _static/img/thumbnails/cropped/generic-pytorch-logo.png
516-
:link: advanced/python_extension_autoload.html
517-
:tags: Extending-PyTorch,Frontend-APIs
518-
519512
.. customcarditem::
520513
:header: Custom Function Tutorial: Double Backward
521514
:card_description: Learn how to write a custom autograd Function that supports double backward.
@@ -1117,7 +1110,6 @@ Additional Resources
11171110
advanced/dispatcher
11181111
advanced/extend_dispatcher
11191112
advanced/privateuseone
1120-
advanced/python_extension_autoload
11211113

11221114
.. toctree::
11231115
:maxdepth: 2

prototype_source/README.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,7 @@ Prototype Tutorials
3939
10 flight_recorder_tutorial.rst
4040
Flight Recorder User Guide
4141
https://pytorch.org/tutorials/prototype/flight_recorder_tutorial.html
42+
43+
11 python_extension_autoload.rst
44+
Autoloading Out-of-Tree Extension
45+
https://pytorch.org/tutorials/prototype/python_extension_autoload.html

prototype_source/prototype_index.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,14 @@ Prototype features are not available as part of binary distributions like PyPI o
225225
:link: ../prototype/flight_recorder_tutorial.html
226226
:tags: Distributed, Debugging, FlightRecorder
227227

228+
.. Integration
229+
.. customcarditem::
230+
:header: Out-of-tree extension autoloading in Python
231+
:card_description: Learn how to improve the seamless integration of out-of-tree extension with PyTorch based on the autoloading mechanism.
232+
:image: ../_static/img/thumbnails/cropped/generic-pytorch-logo.png
233+
:link: ../prototype/python_extension_autoload.html
234+
:tags: Extending-PyTorch, Frontend-APIs
235+
228236
.. End of tutorial card section
229237
230238
.. raw:: html
@@ -265,3 +273,4 @@ Prototype features are not available as part of binary distributions like PyPI o
265273
prototype/maskedtensor_sparsity.html
266274
prototype/maskedtensor_advanced_semantics.html
267275
prototype/maskedtensor_adagrad.html
276+
prototype/python_extension_autoload.html

0 commit comments

Comments
 (0)