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 a3d54f3 commit 39c4423Copy full SHA for 39c4423
README.md
@@ -5,6 +5,11 @@ An example of writing a C++/CUDA/Sycl extension for PyTorch. See
5
This repo demonstrates how to write an example `extension_cpp.ops.mymuladd`
6
custom op that has both custom CPU and CUDA/Sycl kernels.
7
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
13
The examples in this repo work with PyTorch 2.4 or later for C++/CUDA & PyTorch 2.8 or later for Sycl.
14
15
To build:
0 commit comments