Skip to content

Commit

Permalink
Clarify Extending PyTorch sidebar: make differences more obvious (#3209)
Browse files Browse the repository at this point in the history
  • Loading branch information
janeyx99 authored Jan 2, 2025
1 parent 6f54c88 commit d8a9749
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion advanced_source/python_custom_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"""
.. _python-custom-ops-tutorial:
Python Custom Operators
Custom Python Operators
=======================
.. grid:: 2
Expand Down
4 changes: 2 additions & 2 deletions index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d8a9749

Please sign in to comment.