发布

  • fix: prefer discrete GPU over integrated on Windows (#303)

    frostbyte_neo 发布于 2026-04-04 08:35:32 +00:00 | 708 次提交 在此版本后已推送到 main

    On 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_gpus filtering 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

    下载附件