File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,14 +10,14 @@ Custom C++ and CUDA Operators
10
10
.. grid-item-card :: :octicon:`mortar-board;1em;` What you will learn
11
11
:class-card: card-prerequisites
12
12
13
- * How to integrate custom operators written in C++/CUDA with PyTorch
14
- * How to test custom operators using ``torch.library.opcheck ``
13
+ * How to integrate custom operators written in C++/CUDA with PyTorch
14
+ * How to test custom operators using ``torch.library.opcheck ``
15
15
16
16
.. grid-item-card :: :octicon:`list-unordered;1em;` Prerequisites
17
17
:class-card: card-prerequisites
18
18
19
- * PyTorch 2.4 or later
20
- * Basic understanding of C++ and CUDA programming
19
+ * PyTorch 2.4 or later
20
+ * Basic understanding of C++ and CUDA programming
21
21
22
22
PyTorch offers a large library of operators that work on Tensors (e.g. torch.add, torch.sum, etc).
23
23
However, you may wish to bring a new custom operator to PyTorch. This tutorial demonstrates the
You can’t perform that action at this time.
0 commit comments