Skip to content

Commit 17cf256

Browse files
committed
Switch to commits instead of master
1 parent a0e31be commit 17cf256

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

advanced_source/cpp_custom_ops.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -307,8 +307,8 @@ three ways:
307307
CPython versions, we will replace the unstable ``PYBIND11`` call with stable API calls.
308308
The below code compiles with ``-DPy_LIMITED_API=0x03090000`` and successfully creates
309309
a dummy Python module for our ``_C`` extension so that it can be imported from Python.
310-
See `extension_cpp/__init__.py <https://github.com/pytorch/extension-cpp/blob/master/extension_cpp/__init__.py>`_
311-
and `extension_cpp/csrc/muladd.cpp <https://github.com/pytorch/extension-cpp/blob/master/extension_cpp/csrc/muladd.cpp>`_
310+
See `extension_cpp/__init__.py <https://github.com/pytorch/extension-cpp/blob/38ec45e/extension_cpp/__init__.py>`_
311+
and `extension_cpp/csrc/muladd.cpp <https://github.com/pytorch/extension-cpp/blob/38ec45e/extension_cpp/csrc/muladd.cpp>`_
312312
for more details:
313313

314314
.. code-block:: cpp

0 commit comments

Comments
 (0)