diff --git a/intermediate_source/compiled_autograd_tutorial.rst b/intermediate_source/compiled_autograd_tutorial.rst index 1091b19a49e..ded7e26e25e 100644 --- a/intermediate_source/compiled_autograd_tutorial.rst +++ b/intermediate_source/compiled_autograd_tutorial.rst @@ -37,7 +37,7 @@ However, Compiled Autograd introduces its own limitations: * Added runtime overhead at the start of the backward for cache lookup * More prone to recompiles and graph breaks in dynamo due to the larger capture -.. 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 `_. +.. 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 `_ page. Setup -----