Skip to content

ISSUE ID #5833 feat(pytorch): enable gfx125x for PyTorch release/2.11 builds#6119

Closed
rahulc-gh wants to merge 1 commit into
mainfrom
users/rahulc/enable-gfx125x-pytorch_rel2.11
Closed

ISSUE ID #5833 feat(pytorch): enable gfx125x for PyTorch release/2.11 builds#6119
rahulc-gh wants to merge 1 commit into
mainfrom
users/rahulc/enable-gfx125x-pytorch_rel2.11

Conversation

@rahulc-gh

Copy link
Copy Markdown
Contributor

gfx125x support has been upstreamed via ROCm/pytorch#3346, so remove the exclusion from the release/2.11 matrix entry to enable multiarch builds for that branch.

Motivation

  • Removes the gfx125x exclusion from the release/2.11 PyTorch matrix entry

    Exclusions for release/2.9, release/2.10, release/2.12, and nightly remain in place as those branches do not have upstream support.

    Closes [issue] gfx1250 pytorch build temporary env vars #5833 (partially — for release/2.11).

    Test plan

    • Verify nightly CI triggers a release/2.11 PyTorch build that includes gfx125x in the matrix
    • Confirm other release branches still exclude gfx125x

gfx125x support has been upstreamed via ROCm/pytorch#3346, so remove
the exclusion from the release/2.11 matrix entry to enable multiarch
builds for that branch.
@therock-pr-bot

therock-pr-bot Bot commented Jun 24, 2026

Copy link
Copy Markdown

❌ PR Check — Action Required

Check Status Details
🌿 Branch Name ❌ Fail Branch name does not match allowed patterns.
Branch: users/rahulc/enable-gfx125x-pytorch_rel2.11
Allowed patterns:
- ^users\/[a-z0-9][a-z0-9\-]*\/[a-z0-9][a-z0-9\-_]*$
- ^[a-z0-9]+\/[a-z0-9][a-z0-9\-_]*$
- ^[a-z0-9][a-z0-9\-_]*$
- ^dependabot\/[a-z0-9\-_]+(\/[a-z0-9][a-z0-9\-_.]*)+$
- ^revert-[0-9]+-[a-z0-9][a-z0-9\-_\/]*$
📝 PR Title/Description ❌ Fail Error: Title does not follow Conventional Commits style.
Expected: start with a valid type (feat, fix, docs, …).
Desired format: type(optional-scope): short description
───
Error: PR description must reference a JIRA ID or ISSUE ID.
Expected: include a JIRA ID or ISSUE ID line. The separator may be : or - (or omitted), and the value can be a JIRA key, a number (with or without #), or a link. Accepted examples:
JIRA ID : TESTAUTO-6039
JIRA ID - #330
JIRA ID #330
ISSUE ID : TESTUTO-3334
ISSUE ID #3334
ISSUE ID - TESTAUTO-3433
ISSUE ID : https://github.com/<org_name>/<repo_name>/issues/1234
Current: no valid JIRA/ISSUE reference found
Forbidden Files ✅ Pass
🧪 Unit Test ❌ Fail Error: Source/code files changed without an accompanying unit test.
Expected: add at least one test file named like test_<name>.py / test_<name>.cpp (or <name>_test.*).
Current: code file(s) changed: build_tools/github_actions/configure_pytorch_release_matrix.py; no test file found
🔎 pre-commit ✅ Pass
🚫 Draft PR 🔜 To Be Enabled
🚩 Feature Flag 🔜 To Be Enabled
📊 Code Coverage 🔜 To Be Enabled

⚠️ 3 policy check(s) failed. Please address the issues above before this PR can be Reviewed.

🚫 Please fix the failed policies

  • ❌ Branch Name
  • ❌ PR Title/Description
  • ❌ Unit Test

The Not ready to Review label was added to this PR. Once all policies pass, the label is removed automatically.

📖 Need help? See the Policy FAQ for details on every check and how to fix failures.

@therock-pr-bot therock-pr-bot Bot added the Not ready to Review PR has unresolved policy failures — reviews blocked label Jun 24, 2026
@therock-pr-bot

Copy link
Copy Markdown

🚫 Please fix the failed policies before requesting reviews.

The following policy checks failed:

  • ❌ Branch Name
  • ❌ PR Title/Description
  • ❌ Unit Test

The Not ready to Review label has been added to this PR.
Once all policies pass, the label will be removed automatically.

@rahulc-gh rahulc-gh added the gfx125x Issue/PR relates to gfx125x family label Jun 24, 2026
@rahulc-gh rahulc-gh changed the title feat(pytorch): enable gfx125x for PyTorch release/2.11 builds ISSUE ID #5833 feat(pytorch): enable gfx125x for PyTorch release/2.11 builds Jun 24, 2026
@rahulc-gh rahulc-gh closed this Jun 24, 2026
@rahulc-gh rahulc-gh deleted the users/rahulc/enable-gfx125x-pytorch_rel2.11 branch June 24, 2026 22:27
@github-project-automation github-project-automation Bot moved this from TODO to Done in TheRock Triage Jun 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

gfx125x Issue/PR relates to gfx125x family Not ready to Review PR has unresolved policy failures — reviews blocked

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

[issue] gfx1250 pytorch build temporary env vars

1 participant