[rocprofiler-sdk][WIP] use mi300 runner for ubuntu22.04 check#4224
Open
venkat1361 wants to merge 2 commits intodevelopfrom
Open
[rocprofiler-sdk][WIP] use mi300 runner for ubuntu22.04 check#4224venkat1361 wants to merge 2 commits intodevelopfrom
venkat1361 wants to merge 2 commits intodevelopfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the ROCProfiler SDK CI workflow to run the Ubuntu 22.04 job on an MI300 runner instead of MI325, aligning the check with MI300 hardware.
Changes:
- Switched the Ubuntu 22.04 matrix entry from
mi325tomi300. - Updated the
runs-onrunner label for that job to an MI300-specific runner.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| # - { gpu: 'navi4', runner: 'rocprofiler-navi4-dind', os: 'ubuntu-22.04', build-type: 'RelWithDebInfo', ci-flags: '--linter clang-tidy', gpu-target: 'gfx120X' } | ||
| # - { gpu: 'navi3', runner: 'rocprofiler-navi3-dind', os: 'ubuntu-22.04', build-type: 'RelWithDebInfo', ci-flags: '--linter clang-tidy', gpu-target: 'gfx110X' } | ||
| - { gpu: 'mi325', runner: 'linux-mi325-1gpu-ossci-rocm', os: 'ubuntu-22.04', build-type: 'RelWithDebInfo', ci-flags: '--linter clang-tidy', gpu-target: 'gfx94X' } | ||
| - { gpu: 'mi300', runner: 'linux-rocm-docker-mi300-1gpu-ossci', os: 'ubuntu-22.04', build-type: 'RelWithDebInfo', ci-flags: '--linter clang-tidy', gpu-target: 'gfx94X' } |
geomin12
reviewed
Mar 19, 2026
Contributor
geomin12
left a comment
There was a problem hiding this comment.
curious, where are these machines coming from? i haven't heard of these runners before!
Contributor
Author
I saw this runner in this PR https://github.com/ROCm/rocm-systems/pull/1230/changes. just trying out different things as mi325 runner are in migration |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
Technical Details
JIRA ID
Test Plan
Test Result
Submission Checklist