-
Notifications
You must be signed in to change notification settings - Fork 262
Open
Labels
papercutThis issue relates to user experience papercutThis issue relates to user experience papercut
Description
QNN Execution Provider Backend Path Warning
Severity: Warning (non-blocking)
Component: ONNX Runtime QNN Execution Provider
Reproduction: Loading any model on Snapdragon hardware with NPU support
[W:onnxruntime:FoundryLocalCore, qnn_execution_provider.cc:370 onnxruntime::QNNExecutionProvider::QNNExecutionProvider]
Unable to determine backend path from provider options. Using default.
Followed by node assignment warnings:
[W:onnxruntime:, session_state.cc:1316 onnxruntime::VerifyEachNodeIsAssignedToAnEp]
Some nodes were not assigned to the preferred execution providers which may or may not have a negative impact on performance.
Impact: Unclear whether the NPU is actually being utilised or if everything falls back to CPU. The warning offers no actionable guidance for developers.
Expected: Either suppress the warning when default fallback is the intended behaviour, or document which backend is actually selected.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
papercutThis issue relates to user experience papercutThis issue relates to user experience papercut