Skip to content

Commit 7fec717

Browse files
Update advanced_source/cpp_custom_ops_sycl.rst
Co-authored-by: Alanna Burke <[email protected]>
1 parent ce92e13 commit 7fec717

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

advanced_source/cpp_custom_ops_sycl.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Custom SYCL Operators
2323

2424
PyTorch offers a large library of operators that work on Tensors (e.g. torch.add, torch.sum, etc).
2525
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`.
26+
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`.
2727

2828
Follow the structure to create a custom SYCL operator:
2929

0 commit comments

Comments
 (0)