Skip to content

Commit 4ad91e7

Browse files
committed
Remove outdated Google Docs link from compiled_autograd_tutorial
The tutorial was pointing to a Google Docs page that is no longer maintained and not well indexed. Many of the restrictions mentioned in that document have since been lifted. Changes: - Removed the Google Docs link reference - Updated the note to reflect that many restrictions have been lifted - Added a link to PyTorch GitHub Issues for reporting problems - Made the note more user-friendly and actionable This makes the tutorial more discoverable and directs users to the proper channels for reporting issues or asking questions.
1 parent 4fa1fa8 commit 4ad91e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

intermediate_source/compiled_autograd_tutorial.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ However, Compiled Autograd introduces its own limitations:
3737
* Added runtime overhead at the start of the backward for cache lookup
3838
* More prone to recompiles and graph breaks in dynamo due to the larger capture
3939

40-
.. note:: Compiled Autograd is under active development and is not yet compatible with all existing PyTorch features. For the latest status on a particular feature, refer to `Compiled Autograd Landing Page <https://docs.google.com/document/d/11VucFBEewzqgkABIjebZIzMvrXr3BtcY1aGKpX61pJY>`_.
40+
.. note:: Compiled Autograd is under active development. While many restrictions have been lifted since its initial release, some features may still be evolving. If you encounter issues or have questions, please report them on the `PyTorch GitHub Issues <https://github.com/pytorch/pytorch/issues>`_ page.
4141

4242
Setup
4343
-----

0 commit comments

Comments
 (0)