Skip to content

fix: unified APU name fallback in GPU detection#715

Merged
Lightheartdevs merged 1 commit intoLight-Heart-Labs:mainfrom
Tony363:fix/unified-apu-name-fallback
Apr 1, 2026
Merged

fix: unified APU name fallback in GPU detection#715
Lightheartdevs merged 1 commit intoLight-Heart-Labs:mainfrom
Tony363:fix/unified-apu-name-fallback

Conversation

@Tony363
Copy link
Copy Markdown
Contributor

@Tony363 Tony363 commented Apr 1, 2026

Summary

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 test.

Changes

  • dream-server/extensions/services/dashboard-api/gpu.py: 6 lines changed in _amd_gpus() function

Split from #691 per review feedback on #683 (concern #6: don't mix application code with CI workflow changes).


🤖 Generated with Claude Code

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>
@Lightheartdevs Lightheartdevs merged commit 57d4f4f into Light-Heart-Labs:main Apr 1, 2026
21 checks passed
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants