Skip to content

Commit ed0b5a9

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

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
@@ -43,7 +43,7 @@ Setting up the Build System
4343
If you need to compile **SYCL** code (for example, ``.sycl`` files), use `torch.utils.cpp_extension.SyclExtension <https://docs.pytorch.org/docs/stable/cpp_extension.html#torch.utils.cpp_extension.SyclExtension>`_.
4444
The setup process is very similar to C++/CUDA, except the compilation arguments need to be adjusted for SYCL.
4545

46-
Using ``sycl_extension`` is as simple as writing the following ``setup.py``:
46+
Using ``sycl_extension`` is as straightforward as writing the following ``setup.py``:
4747

4848
.. code-block:: python
4949

0 commit comments

Comments
 (0)