Skip to content

DINOv3 models do not produce detections on Intel iGPU while CPU inference works #6996

Description

@yvolokitin

That ticket is result of multiple issues / observations from user in #6984 (comment)

CPU : Intel® Core™ Ultra X7 358H
GPU is PTL build in iGPU with PCI device ID 8086:B08F

Steps to Reproduce
Deploy a DINOv3 model.
Run prediction or annotation with prediction enabled using CPU.
Verify that detections/bounding boxes are returned.
Switch inference to Intel iGPU.
Run the same prediction on the same image.

Actual Result
DINOv3 produces detections when using CPU.
No bounding boxes are returned when using Intel iGPU.
YOLO models were tested on the same system and produce detections on Intel iGPU.

Expected Result
DINOv3 should produce detections on Intel iGPU comparable to those produced on CPU.

Metadata

Metadata

Assignees

Labels

Type

Fields

No fields configured for Bug.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions