Skip to content

Commit c265dbb

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

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
@@ -89,7 +89,7 @@ Using ``sycl_extension`` is as straightforward as writing the following ``setup.
8989
9090
Defining the custom op and adding backend implementations
9191
---------------------------------------------------------
92-
First, let's write a Sycl function that computes ``mymuladd``:
92+
First, let's write a SYCL function that computes ``mymuladd``:
9393

9494
In order to use this from PyTorch’s Python frontend, we need to register it
9595
as a PyTorch operator using the ``TORCH_LIBRARY`` API. This will automatically

0 commit comments

Comments
 (0)