We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce92e13 commit 7fec717Copy full SHA for 7fec717
advanced_source/cpp_custom_ops_sycl.rst
@@ -23,7 +23,7 @@ Custom SYCL Operators
23
24
PyTorch offers a large library of operators that work on Tensors (e.g. torch.add, torch.sum, etc).
25
However, you may wish to bring a new custom operator to PyTorch. This tutorial demonstrates the
26
-blessed path to authoring a custom operator written in SYCL. Tutorials for C++ and CUDA operators are available in the :ref:`cpp-custom-ops-tutorial`.
+best path to authoring a custom operator written in SYCL. Tutorials for C++ and CUDA operators are available in the :ref:`cpp-custom-ops-tutorial`.
27
28
Follow the structure to create a custom SYCL operator:
29
0 commit comments