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 ed0b5a9 commit c265dbbCopy full SHA for c265dbb
advanced_source/cpp_custom_ops_sycl.rst
@@ -89,7 +89,7 @@ Using ``sycl_extension`` is as straightforward as writing the following ``setup.
89
90
Defining the custom op and adding backend implementations
91
---------------------------------------------------------
92
-First, let's write a Sycl function that computes ``mymuladd``:
+First, let's write a SYCL function that computes ``mymuladd``:
93
94
In order to use this from PyTorch’s Python frontend, we need to register it
95
as a PyTorch operator using the ``TORCH_LIBRARY`` API. This will automatically
0 commit comments