Skip to content

Update README instructions for newer ROCm#496

Open
daniellegillai wants to merge 8 commits into
ROCm:developfrom
daniellegillai:update-instructions
Open

Update README instructions for newer ROCm#496
daniellegillai wants to merge 8 commits into
ROCm:developfrom
daniellegillai:update-instructions

Conversation

@daniellegillai

@daniellegillai daniellegillai commented Jul 23, 2026

Copy link
Copy Markdown
Contributor

Motivation

The current README's installation instructions are out of date for newer versions of ROCm, in which the ROCm Core SDK provides many of the required libraries, rather than needing to install them separately as packages. This change reorganizes the README into two different installation sections, one for the older ROCm, following a package install approach, and one for newer ROCm, following a source install approach.

Technical Details

Reorganized installation instructions to support both ROCm versions:
For ROCm 7.13+: Added source build instructions. RPP and other media libraries (rocDecode, rocJPEG, HIP, half) are provided by the ROCm Core SDK and do not need separate installation. Only MIVisionX requires manual building from source.

For ROCm 7.2.x and below: Package install instructions are mostly unchanged.

Also added pkg-config, protobuf-compiler, libjpeg-dev as dependencies, as they were required for building successfully when tested on the Docker container.

Does not currently include instructions for building RPP from source, under the assumption that RPP will get into the rock soon.

Test Plan

Followed the build from source instructions on a Docker container with ROCm 7.15 installed (mivisionx/ubuntu-24.04:rocm-20260710) and ran CTests (did not test pybindings).

Test Result

CTests all passed.

Submission Checklist

@daniellegillai
daniellegillai requested review from a team, kiritigowda and rrawther as code owners July 23, 2026 23:49
@kiritigowda kiritigowda self-assigned this Jul 24, 2026
@kiritigowda kiritigowda added the ci:docs-only Skips most non-documentation CI for this PR label Jul 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci:docs-only Skips most non-documentation CI for this PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants