-
fix: prefer discrete GPU over integrated on Windows (#303)
发布于
2026-04-04 08:35:32 +00:00 | 708 次提交 在此版本后已推送到 mainOn Windows systems with both an integrated (e.g. Intel UHD) and a
discrete GPU (e.g. NVIDIA), the WMI AdapterRAM 32-bit cap could cause
the integrated GPU to report higher VRAM and win the sort, becoming
the primary GPU incorrectly.Added
prefer_discrete_gpusfiltering that drops integrated GPUs when
at least one discrete GPU is present. On iGPU-only systems the
integrated GPU is kept as before. Integrated GPUs are identified by
name patterns (Intel UHD/HD/Iris, AMD Radeon Graphics without a
discrete model identifier).Co-Authored-By: Claude Opus 4.6 (1M context) noreply@anthropic.com
下载附件