From 7ef7bf72814c80b667e9aa54a450d6118f547c6b Mon Sep 17 00:00:00 2001 From: Jane Xu Date: Thu, 2 Jan 2025 11:56:52 -0800 Subject: [PATCH] Clarify the Extending PyTorch sidebar by making differences more obvious --- advanced_source/python_custom_ops.py | 2 +- index.rst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/advanced_source/python_custom_ops.py b/advanced_source/python_custom_ops.py index 0b3bf6e4748..ec7ed7782be 100644 --- a/advanced_source/python_custom_ops.py +++ b/advanced_source/python_custom_ops.py @@ -3,7 +3,7 @@ """ .. _python-custom-ops-tutorial: -Python Custom Operators +Custom Python Operators ======================= .. grid:: 2 diff --git a/index.rst b/index.rst index 133230611dd..91194d6f480 100644 --- a/index.rst +++ b/index.rst @@ -397,14 +397,14 @@ Welcome to PyTorch Tutorials :tags: Frontend-APIs,C++ .. customcarditem:: - :header: Python Custom Operators Landing Page + :header: PyTorch Custom Operators Landing Page :card_description: This is the landing page for all things related to custom operators in PyTorch. :image: _static/img/thumbnails/cropped/Custom-Cpp-and-CUDA-Extensions.png :link: advanced/custom_ops_landing_page.html :tags: Extending-PyTorch,Frontend-APIs,C++,CUDA .. customcarditem:: - :header: Python Custom Operators + :header: Custom Python Operators :card_description: Create Custom Operators in Python. Useful for black-boxing a Python function for use with torch.compile. :image: _static/img/thumbnails/cropped/Custom-Cpp-and-CUDA-Extensions.png :link: advanced/python_custom_ops.html