File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
4040in the `extension-cpp <https://github.com/pytorch/extension-cpp >`_ repository,
4141which 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
4848The code snippets below show both implementations using tabs.
You can’t perform that action at this time.
0 commit comments