Skip to content

Commit 39c4423

Browse files
authored
Update README.md with sycl description
1 parent a3d54f3 commit 39c4423

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ An example of writing a C++/CUDA/Sycl extension for PyTorch. See
55
This repo demonstrates how to write an example `extension_cpp.ops.mymuladd`
66
custom op that has both custom CPU and CUDA/Sycl kernels.
77

8+
9+
> **Note:**
10+
`SYCL` serves as the backend programming language for Intel GPUs (device label `xpu`). For configuration details, see:
11+
[Getting Started on Intel GPUs](https://docs.pytorch.org/docs/main/notes/get_start_xpu.html).
12+
813
The examples in this repo work with PyTorch 2.4 or later for C++/CUDA & PyTorch 2.8 or later for Sycl.
914

1015
To build:

0 commit comments

Comments
 (0)