[MIOpen] Remove rocm-smi from MIOpen issue template (ROCM-25393)#7899
Open
JonathanLichtnerAMD wants to merge 1 commit into
Open
[MIOpen] Remove rocm-smi from MIOpen issue template (ROCM-25393)#7899JonathanLichtnerAMD wants to merge 1 commit into
JonathanLichtnerAMD wants to merge 1 commit into
Conversation
rocm-smi is being phased out in favour of amd-smi. Remove rocm_smi_lib from the ROCm Component dropdown in MIOpen's bug report template. Matches the equivalent cleanup done for hiprand, rocprim, and rocrand in 3c54a46. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
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.
Summary
rocm_smi_libfrom the ROCm Component dropdown inprojects/miopen/.github/ISSUE_TEMPLATE/issue_report.ymlas part of the rocm-smi → amd-smi deprecation (ROCM-23749).Risk Assessment
Low/None
Notes
.github/ISSUE_TEMPLATE/at the repo root, and rocm-libraries has none there). It's effectively a documentation artifact, but the team has been keeping these per-project templates in sync — this change matches that pattern.ISSUE_TEMPLATE/directories entirely, or adding a real root-level template) is out of scope here.Test plan
grep -rn "rocm.smi" projects/miopen/returns no hits🤖 Generated with Claude Code