Skip to content

Update ROCM version to 7.1 from 6.3 (resubmission) - #9296

Closed
lstein wants to merge 9 commits into
mainfrom
enhancement/heathen711/issue_8655
Closed

lstein wants to merge 9 commits into
mainfrom
enhancement/heathen711/issue_8655

Conversation

@lstein

@lstein lstein commented Jun 23, 2026

Copy link
Copy Markdown
Collaborator

Summary

Update ROCM version to 7.1 from 6.3.

This supersedes pr #8867, written by the original author @heathen711 and largely unchanged from the original PR. The author failed to grant write permission to maintainers, and did not reply to requests to update the PR, so I forked it here.

Related Issues / Discussions

Part 1 of issue #8655
Resolves #9130

QA Instructions

Only affects ROCM users, just need to make sure it runs.

Merge Plan

Simple merge

Checklist

  • The PR has a short but descriptive title, suitable for a changelog
  • Tests added / updated (if applicable)
  • ❗Changes to a redux slice have a corresponding migration
  • Documentation added / updated (if applicable)
  • Updated What's New copy (if doing a release after this PR)

heathen711 and others added 9 commits February 9, 2026 19:42
- Update PyTorch to 2.10.0+rocm7.1 (from 2.7.1+rocm6.3)
- Update TorchVision to 0.25.0+rocm7.1 (from 0.22.1+rocm6.3)
- Update PyTorch ROCm index URL to rocm7.1
- Update Docker ROCm runtime to 7.1.1 (from 6.3.4)

ROCm 7.1 adds support for 3 new GPU architectures:
- gfx950: CDNA3+ (Instinct MI350, MI325X)
- gfx1150: RDNA 3.5 (Strix Point APU)
- gfx1151: RDNA 3.5 (Strix Halo APU)

All 11 previously supported architectures remain compatible.
Total supported architectures: 14 (11 existing + 3 new)

Relates to #8655
The uv package manager couldn't resolve triton-rocm as a transitive
dependency of torch from the PyTorch custom index. This commit adds
triton-rocm==3.6.0 explicitly to the rocm extras with a Linux-only
platform marker.

Changes:
- Added triton-rocm==3.6.0; sys_platform == 'linux' to rocm extras
- Added triton-rocm source configuration pointing to torch-rocm index
- Already committed: torch version constraint relaxation (>=2.7.0,<3.0)
- Already committed: platform environment restrictions for ROCm

Verified with uv sync --extra rocm:
- torch==2.10.0+rocm7.1 installed correctly
- torchvision==0.25.0+rocm7.1 installed correctly
- triton-rocm==3.6.0 resolved successfully
- ROCm 7.1.25424 detected on AMD Radeon PRO V620
- All 8 model architectures accessible
- GPU compute operations verified

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Changed torch backend from rocm6.3 to rocm7.1 in manual installation
instructions for Invoke v5.12 and later.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
@lstein
lstein requested a review from blessedcoolant as a code owner June 23, 2026 19:29
@github-actions github-actions Bot added docker Root docs PRs that change docs python-deps PRs that change python dependencies labels Jun 23, 2026
@lstein

lstein commented Jun 23, 2026

Copy link
Copy Markdown
Collaborator Author

This PR wasn't created correctly. Removing and trying again.

@lstein lstein closed this Jun 23, 2026
@lstein
lstein deleted the enhancement/heathen711/issue_8655 branch June 23, 2026 19:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docker docs PRs that change docs python-deps PRs that change python dependencies Root

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[enhancement]: Rocm 7.2

3 participants