Skip to content

Commit 3415cb8

Browse files
typo
1 parent e004d99 commit 3415cb8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

advanced_source/cpp_custom_ops.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Custom C++ and CUDA Operators
1616
.. grid-item-card:: :octicon:`list-unordered;1em;` Prerequisites
1717
:class-card: card-prerequisites
1818

19-
* PyTorch 2.4 or later (or PyTorch 2.10 if using the stable ABI)
19+
* PyTorch 2.4 or later (or PyTorch 2.10 or later if using the stable ABI)
2020
* Basic understanding of C++ and CUDA programming
2121

2222
.. note::
@@ -40,9 +40,9 @@ You can find the end-to-end working example for this tutorial
4040
in the `extension-cpp <https://github.com/pytorch/extension-cpp>`_ repository,
4141
which contains two parallel implementations:
4242

43-
- `extension_cpp/ <https://github.com/pytorch/extension-cpp/tree/main/extension_cpp>`_:
43+
- `extension_cpp/ <https://github.com/pytorch/extension-cpp/tree/master/extension_cpp>`_:
4444
Uses the standard ATen/LibTorch API.
45-
- `extension_cpp_stable/ <https://github.com/pytorch/extension-cpp/tree/main/extension_cpp_stable>`_:
45+
- `extension_cpp_stable/ <https://github.com/pytorch/extension-cpp/tree/master/extension_cpp_stable>`_:
4646
Uses APIs supported by the LibTorch Stable ABI (recommended for PyTorch 2.10+).
4747

4848
The code snippets below show both implementations using tabs.

0 commit comments

Comments
 (0)