Skip to content

Commit b933b7d

Browse files
authored
Add Intel GPU prototype feature to PT2.4 release blog (pytorch#1690)
1 parent 3f8284a commit b933b7d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

_posts/2024-07-24-pytorch2-4.md

+7
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,13 @@ Pipeline Parallelism is one of the primitive parallelism techniques for deep lea
105105

106106
For more information on this please refer to our [documentation](https://pytorch.org/docs/main/distributed.pipelining.html) and [tutorial](https://pytorch.org/tutorials/intermediate/pipelining_tutorial.html).
107107

108+
### [PROTOTYPE] Intel GPU is available through source build
109+
110+
Intel GPU in PyTorch on Linux systems offers fundamental functionalities on Intel® Data Center GPU Max Series: eager mode and torch.compile.
111+
112+
For eager mode, the commonly used Aten operators are implemented by using SYCL programming language. The most performance-critical graphs and operators are highly optimized by using oneAPI Deep Neural Network (oneDNN). For torch.compile mode, Intel GPU backend is integrated to Inductor on top of Triton.
113+
114+
For more information for Intel GPU source build please refer to our [blog post](https://www.intel.com/content/www/us/en/developer/articles/technical/pytorch-2-4-supports-gpus-accelerate-ai-workloads.html) and [documentation](https://pytorch.org/docs/main/notes/get_start_xpu.html).
108115

109116
## Performance Improvements
110117

0 commit comments

Comments
 (0)