Skip to content

xpu: add XPU to additional pages#2076

Draft
dvrogozh wants to merge 1 commit into
pytorch:sitefrom
dvrogozh:xpu
Draft

xpu: add XPU to additional pages#2076
dvrogozh wants to merge 1 commit into
pytorch:sitefrom
dvrogozh:xpu

Conversation

@dvrogozh

@dvrogozh dvrogozh commented Jun 2, 2026

Copy link
Copy Markdown

Adding XPU to getting started additional pages space following procedure outlined in https://github.com/pytorch/pytorch.github.io/blob/site/additional_platforms.md

XPU is an in-tree PyTorch device backend designed to support hardware acceleration on Intel GPUs. XPU maintainers: @EikanWang, @guangyey.

@netlify

netlify Bot commented Jun 2, 2026

Copy link
Copy Markdown

Deploy Preview for pytorch-dot-org-preview ready!

Name Link
🔨 Latest commit 8bcc5a3
🔍 Latest deploy log https://app.netlify.com/projects/pytorch-dot-org-preview/deploys/6a1faa8c7bcb83000843e903
😎 Deploy Preview https://deploy-preview-2076--pytorch-dot-org-preview.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Comment thread _get_started/additional_platforms/xpu.md
XPU is a PyTorch device backend designed to support hardware acceleration on Intel GPUs.

Signed-off-by: Dmitry Rogozhkin <dmitry.v.rogozhkin@intel.com>
* Native support for FP32, BF16, FP16, and Automatic Mixed Precision (AMP)
* Extensions of operator set through custom SYCL kernels
* Graph compilation
* Distributed training (through `XCCL`)

@riverliuintel riverliuintel Jun 8, 2026

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we can either keep it simple, similar to how we present computes on the primary page—with a very brief introduction and a redirect to our getting started pages—or, alternatively, we can highlight major features directly in this section.

XPU brings native Intel GPU support to PyTorch with a growing set of upstreamed capabilities, enabling performant training and inference on both Linux and Windows:

  • Supports both eager and graph execution
  • Enables training and inference workflows
  • Broad operator coverage and model readiness
  • Built-in support for FP32, BF16, FP16, FP8 and AMP delivers improved performance and memory efficiency
  • Scales across devices with distributed training via the XCCL backend
  • Supports PyTorch CPP Extension API through SYCL-based custom kernels

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants