Skip to content

Commit df39b0a

Browse files
committed
Move calll out box to conclusion section.
1 parent 2cc4cdc commit df39b0a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

advanced_source/cpp_extension.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,6 @@ Custom C++ and CUDA Extensions
77
This tutorial is deprecated as of PyTorch 2.4. Please see :ref:`custom-ops-landing-page`
88
for the newest up-to-date guides on extending PyTorch with Custom C++/CUDA Extensions.
99

10-
.. note::
11-
12-
A blog on writing extensions for AMD ROCm can be found `here
13-
<https://rocm.blogs.amd.com/artificial-intelligence/cpp-extn/readme.html>`_.
14-
1510
PyTorch provides a plethora of operations related to neural networks, arbitrary
1611
tensor algebra, data wrangling and other purposes. However, you may still find
1712
yourself in need of a more customized operation. For example, you might want to
@@ -1212,3 +1207,8 @@ examples displayed in this note `here
12121207
<https://github.com/pytorch/extension-cpp>`_. If you have questions, please use
12131208
`the forums <https://discuss.pytorch.org>`_. Also be sure to check our `FAQ
12141209
<https://pytorch.org/cppdocs/notes/faq.html>`_ in case you run into any issues.
1210+
1211+
.. note::
1212+
1213+
A blog on writing extensions for AMD ROCm can be found `here
1214+
<https://rocm.blogs.amd.com/artificial-intelligence/cpp-extn/readme.html>`_.

0 commit comments

Comments
 (0)