Skip to content

docs: add Intel GPU (XPU) wheel-selection recipe#114

Closed
stanlrt wants to merge 4 commits into
mainfrom
113-docs-intel-xpu-install
Closed

docs: add Intel GPU (XPU) wheel-selection recipe#114
stanlrt wants to merge 4 commits into
mainfrom
113-docs-intel-xpu-install

Conversation

@stanlrt
Copy link
Copy Markdown
Collaborator

@stanlrt stanlrt commented May 6, 2026

Summary

  • Add a parallel dropdown to installation.md covering Intel GPU (XPU) wheel selection, mirroring the existing CUDA/Volta recipe
  • Document the consumer-side [tool.uv.sources] + [[tool.uv.index]] snippet for pytorch-intel
  • Show the matching pip --extra-index-url invocation
  • Quote the resolver error users see today so the page is searchable

Why

uv source-mappings declared inside RAITAP's pyproject.toml do not propagate to downstream consumers. PyTorch +xpu wheels and triton-xpu>=3.0.0 only live on download.pytorch.org/whl/xpu. Without consumer-side routing, uv add "raitap[torch-intel,...]" fails out of the box.

CUDA users get a dedicated section for this exact pattern (Volta/V100 / cu126); Intel users had nothing.

Closes #113

Test plan

  • Manual eyeball of the rendered dropdown structure (mirrors the CUDA one)
  • Build docs locally (uv run docs-preview) — pending reviewer
  • CI green

Copilot AI review requested due to automatic review settings May 6, 2026 18:30
@stanlrt stanlrt marked this pull request as draft May 8, 2026 12:51
@stanlrt stanlrt closed this May 22, 2026
@stanlrt stanlrt deleted the 113-docs-intel-xpu-install branch May 22, 2026 12:00
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.

Add two-step recipe for Intel GPU (XPU) wheel selection

1 participant