Merge from AMD - #992
Merged
Merged
Conversation
Contributor
|
MLCommons CLA bot All contributors have signed the MLCommons CLA ✍️ ✅ |
Added SHA variation for install-gcc-src
… sysinfo Two bugs prevented get-xpu-devices from ever being invoked: 1. get-mlperf-single-node-system-info/meta.yaml: dep enable_if_env guards referenced MLC_GPU_PLATFORM but the variations set MLC_ACCELERATOR_BACKEND, so the get,cuda-devices / get,rocm-devices / get,xpu-devices deps never fired. Updated all three guards to check MLC_ACCELERATOR_BACKEND. 2. get-mlperf-multi-node-system-info/customize.py: remote-run tag propagation only appended _cuda for CUDA; rocm and xpu backends had no equivalent case. Replaced the if/elif chain with a single membership check covering all three. Co-Authored-By: Claude Sonnet 4.6 <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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
🧾 PR Checklist
dev📌 Note: PRs must be raised against
dev. Do not commit directly tomain.📁 File Hygiene & Output Handling
📝 Comments & Communication
Fixes #,Related to #, etc.)🛡️ Safety & Security