Skip to content

Update rocm+torch versions in Dev Dockerfile#118

Merged
diptorupd merged 1 commit intoROCm:amd-integrationfrom
demandal25:update-dev-docker
Jan 20, 2026
Merged

Update rocm+torch versions in Dev Dockerfile#118
diptorupd merged 1 commit intoROCm:amd-integrationfrom
demandal25:update-dev-docker

Conversation

@demandal25
Copy link
Collaborator

Update the ROCm and pytorch version to the supported versions in Jan release in .devcontainer/rocm/Dockerfile

@demandal25 demandal25 requested review from Copilot and diptorupd and removed request for Copilot January 20, 2026 16:30
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the development container configuration for ROCm to use newer supported versions released in January 2026, specifically upgrading ROCm from 7.0.2 to 7.1.1 and PyTorch from 2.7.1 to 2.8.0.

Changes:

  • Updated ROCm version from 7.0.2 to 7.1.1
  • Updated PyTorch version from 2.7.1 to 2.8.0

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@diptorupd diptorupd merged commit 0ececf7 into ROCm:amd-integration Jan 20, 2026
1 check passed
@diptorupd diptorupd deleted the update-dev-docker branch January 20, 2026 16:36
diptorupd added a commit to diptorupd/flashinfer that referenced this pull request Jan 26, 2026
* Update rocm+torch versions in Dev Dockerfile (ROCm#118)

Update the ROCm and pytorch version to the supported versions in Jan
release in `.devcontainer/rocm/Dockerfile`

* Updated changelog for Jan 2026 release (ROCm#119)

Updated changelog for v0.2.5+amd.2 release

* Update/readme (ROCm#120)

Adds latest docker image names to README.
Updates the wheel file name from `flashinfer` to `amd_flashinfer` in the `build from source` section's instructions.

* Minor changes and linting fixes to README (ROCm#121)

Some minor changes to README and some linting fixes.

* fix: use closest ancestor tag in git_describe_rocm.py (ROCm#125)

The previous implementation would pick the first tag in version-sorted
order that was an ancestor of HEAD. This caused issues when multiple rc
tags existed as ancestors - it would pick rc2 over the final release tag
because version-sort considers 'rc2' > '' (empty string).

Now the script finds the closest ancestor tag by commit distance, which
correctly selects the most recent tag reachable from HEAD.

* Initial files for code coverage automation

* Remove include list from pyproject.toml

* Improvements

---------

Co-authored-by: Debasis Mandal <Debasis.Mandal@amd.com>
diptorupd pushed a commit to diptorupd/flashinfer that referenced this pull request Jan 28, 2026
Update the ROCm and pytorch version to the supported versions in Jan
release in `.devcontainer/rocm/Dockerfile`
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