Re-enable triton XPU Python 3.15 Linux build#185094
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/185094
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New Failure, 1 Unrelated FailureAs of commit 61ef4fd with merge base bb93923 ( NEW FAILURE - The following job has failed:
BROKEN TRUNK - The following job failed but were present on the merge base:👉 Rebase onto the `viable/strict` branch to avoid these failures
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
@pytorchbot merge |
Merge startedYour change will be merged once all checks pass (ETA 0-4 Hours). Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
Merge failedReason: 1 jobs have failed, first few of them are: trunk / linux-jammy-rocm-py3.10-mi355 / test (default, 6, 10, linux.rocm.gpu.gfx950.1) Details for Dev Infra teamRaised by workflow job |
|
@pytorchbot merge -i |
Merge failedReason: 11 jobs have failed, first few of them are: trunk / linux-jammy-aarch64-py3.10 / test (default, 4, 5, linux.arm64.m7g.4xlarge), trunk / linux-jammy-aarch64-py3.10 / test (default, 2, 5, linux.arm64.m7g.4xlarge), trunk / linux-jammy-rocm-py3.10-mi355 / test (distributed, 4, 4, linux.rocm.gpu.gfx950.2), trunk / linux-jammy-rocm-py3.10-mi355 / test (distributed, 3, 4, linux.rocm.gpu.gfx950.2), trunk / macos-py3-arm64 / test (default, 1, 3, macos-m1-stable) Details for Dev Infra teamRaised by workflow job |
|
@pytorchbot rebase |
|
@pytorchbot started a rebase job onto refs/remotes/origin/viable/strict. Check the current status here |
|
Successfully rebased |
4b71783 to
45fe96f
Compare
|
@pytorchbot merge |
Merge startedYour change will be merged once all checks pass (ETA 0-4 Hours). Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
Merge failedReason: 1 jobs have failed, first few of them are: Build Official Docker Images / build (cpu, runtime, linux/arm64) Details for Dev Infra teamRaised by workflow job |
The XPU triton 3.15 wheel build issue (tracked in pytorch#184901) has been fixed. Remove the exclusion added in pytorch#184829 and the manywheel skip added in pytorch#184906 so that XPU Python 3.15/3.15t builds run again. Changes: - .github/workflows/build-triton-wheel.yml: remove exclude block for xpu+3.15/3.15t - .github/scripts/generate_binary_build_matrix.py: remove XPU 3.15 skip - Regenerated generated-linux-binary-manywheel-nightly.yml Test Plan: CI will validate via build-triton-wheel.yml and manywheel nightly. Authored by Claude.
45fe96f to
61ef4fd
Compare
|
@pytorchbot merge |
Merge startedYour change will be merged once all checks pass (ETA 0-4 Hours). Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
Merge failedReason: 1 mandatory check(s) failed. The first few are: Dig deeper by viewing the failures on hud |
|
@pytorchbot merge -i |
Merge startedYour change will be merged while ignoring the following 1 checks: pull / linux-jammy-py3.10-clang18 / test-osdc (crossref, 2, 2, mt-l-x86iavx512-8-64) Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
Summary
Re-enable XPU triton wheel builds and manywheel builds for Python 3.15/3.15t on Linux.
fixes #184901
This reverts the XPU-specific exclusions added in #184829 and #184906.
Changes
.github/workflows/build-triton-wheel.yml: removeexcludeblock for xpu + 3.15/3.15t.github/scripts/generate_binary_build_matrix.py: remove XPU 3.15 skip blockgenerated-linux-binary-manywheel-nightly.ymlto re-addmanywheel-py3_15-xpu/manywheel-py3_15t-xpuentriesTest Plan
CI will validate via
build-triton-wheel.ymland manywheel nightly workflows.