File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -7,11 +7,6 @@ Custom C++ and CUDA Extensions
7
7
This tutorial is deprecated as of PyTorch 2.4. Please see :ref: `custom-ops-landing-page `
8
8
for the newest up-to-date guides on extending PyTorch with Custom C++/CUDA Extensions.
9
9
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
-
15
10
PyTorch provides a plethora of operations related to neural networks, arbitrary
16
11
tensor algebra, data wrangling and other purposes. However, you may still find
17
12
yourself in need of a more customized operation. For example, you might want to
@@ -1212,3 +1207,8 @@ examples displayed in this note `here
1212
1207
<https://github.com/pytorch/extension-cpp> `_. If you have questions, please use
1213
1208
`the forums <https://discuss.pytorch.org >`_. Also be sure to check our `FAQ
1214
1209
<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> `_.
You can’t perform that action at this time.
0 commit comments