File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -307,8 +307,8 @@ three ways:
307
307
CPython versions, we will replace the unstable ``PYBIND11 `` call with stable API calls.
308
308
The below code compiles with ``-DPy_LIMITED_API=0x03090000 `` and successfully creates
309
309
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 >`_
312
312
for more details:
313
313
314
314
.. code-block :: cpp
You can’t perform that action at this time.
0 commit comments