Skip to content

Conversation

@mklimenk
Copy link
Contributor

Description of the issue(symptom, root-cause, how it was resolved)

On machines with both iGPU (i9-13900) and dGPU (B580), if the user passes "GPU" as a device name, the default device is "GPU.0", which is an iGPU. Most of the cases, this is not an intention of the user, which leads to performance and potential conformance issues.

For example, resnet-50 performance is ~6x worse, and phi3.5 token throughput is ~10x worse. This PR resolves this by scanning the available platforms and selects the first Intel discrete GPU available.

Tickets:

@mklimenk mklimenk requested review from a team as code owners November 28, 2025 09:30
@mklimenk mklimenk changed the title Select Intel dGPU as a default device on platforms with iGPU [GPU] Select Intel dGPU as a default device on platforms with iGPU Nov 28, 2025
@github-actions github-actions bot added the category: GPU OpenVINO GPU plugin label Nov 28, 2025
@sys-openvino-ci sys-openvino-ci added the ExternalIntelPR External contributor from Intel label Nov 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

category: GPU OpenVINO GPU plugin ExternalIntelPR External contributor from Intel

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants