fix: unified APU name fallback in GPU detection#715
Merged
Lightheartdevs merged 1 commit intoLight-Heart-Labs:mainfrom Apr 1, 2026
Merged
fix: unified APU name fallback in GPU detection#715Lightheartdevs merged 1 commit intoLight-Heart-Labs:mainfrom
Lightheartdevs merged 1 commit intoLight-Heart-Labs:mainfrom
Conversation
When product_name is None on unified APUs, use get_gpu_tier() to derive a meaningful name (e.g. "Strix Halo") instead of defaulting to "AMD Radeon". Fixes test_parses_unified_apu. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
6 tasks
This was referenced Apr 1, 2026
Tony363
added a commit
to Tony363/DreamServer
that referenced
this pull request
Apr 1, 2026
- Pin @anthropic-ai/claude-code to v2.1.89 (supply chain hardening) - Disable cron triggers, workflow_dispatch only until cost validated - Reset checkout between patch categories to prevent collision - Replace deprecated ::set-output with $GITHUB_OUTPUT in Python scripts - Remove gpu.py cherry-pick (merged via PR Light-Heart-Labs#715) Addresses review: PR Light-Heart-Labs#692 pullrequestreview-4047304987 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Tony363
added a commit
to Tony363/DreamServer
that referenced
this pull request
Apr 1, 2026
- Pin @anthropic-ai/claude-code to v2.1.89 (supply chain hardening) - Remove gpu.py cherry-pick (merged via PR Light-Heart-Labs#715) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Tony363
added a commit
to Tony363/DreamServer
that referenced
this pull request
Apr 2, 2026
- Pin @anthropic-ai/claude-code to v2.1.89 (supply chain hardening) - Disable cron triggers, workflow_dispatch only until cost validated - Reset checkout between patch categories to prevent collision - Replace deprecated ::set-output with $GITHUB_OUTPUT in Python scripts - Remove gpu.py cherry-pick (merged via PR Light-Heart-Labs#715) Addresses review: PR Light-Heart-Labs#692 pullrequestreview-4047304987 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Tony363
added a commit
to Tony363/DreamServer
that referenced
this pull request
Apr 2, 2026
- Pin @anthropic-ai/claude-code to v2.1.89 (supply chain hardening) - Remove gpu.py cherry-pick (merged via PR Light-Heart-Labs#715) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2 tasks
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
When
product_nameis None on unified APUs, useget_gpu_tier()to derive a meaningful name (e.g. "Strix Halo") instead of defaulting to "AMD Radeon".Fixes
test_parses_unified_aputest.Changes
dream-server/extensions/services/dashboard-api/gpu.py: 6 lines changed in_amd_gpus()functionSplit from #691 per review feedback on #683 (concern #6: don't mix application code with CI workflow changes).
🤖 Generated with Claude Code