Development#7
Merged
Merged
Conversation
…existing profiles
…st skipArchitectures setting
… entries for improved architecture support
…rchitecture and remove legacy channels for RDNA 1/2
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.
This pull request makes significant updates to the documentation to reflect major changes in ROCmRoll's channel management, GPU detection, and profile handling. The main improvements include replacing the old per-GPU-family RDNA1/RDNA2 channels with a new multi-architecture (multi-arch) approach, introducing automatic channel switching based on GPU support, and enhancing profile management commands. These changes clarify how ROCmRoll resolves the correct install channel and packages for each GPU, streamline the user experience, and update troubleshooting guidance.
Channel and Install Source Changes
rdna1andrdna2channels with newlegacyandlegacy-stagingchannels, and updated all documentation to use the new multi-arch channels (preview,nightly) for RDNA1/2 support. The multi-arch channels use exact GPU chip IDs for package selection, improving compatibility and future-proofing installs. [1] [2] [3] [4]stablefor RDNA1/2, or multi-arch for MI300/MI350), ROCmRoll transparently selects the appropriate fallback channel. [1] [2] [3]GPU Detection and Exact Chip Resolution
multiArchChipfield in environment state and its use in caching and launcher generation. [1] [2]Profile Management Enhancements
profile applycommand, and its integration with ComfyUI Desktop entries. Updated the options table and usage examples accordingly. [1] [2] [3] [4]Troubleshooting and Migration Guidance
rdna1/rdna2channels topreview, with clear guidance for users of older installations.Other Documentation Updates
directUrls,index,multiArch), cache locations, and the impact of these changes on the install and repair process. [1] [2]These changes modernize and clarify ROCmRoll's documentation to match its improved architecture and user experience.