Skip to content

fix(optrace): include CPU fallback operators in QNN results - #1368

Open
xieofxie wants to merge 1 commit into
mainfrom
hualxie_copilot/98afd987d4424c3ba410d506d7726ca9
Open

fix(optrace): include CPU fallback operators in QNN results#1368
xieofxie wants to merge 1 commit into
mainfrom
hualxie_copilot/98afd987d4424c3ba410d506d7726ca9

Conversation

@xieofxie

Copy link
Copy Markdown
Contributor

Summary

  • enable ONNX Runtime profiling for QNN op-trace sessions and merge CPU fallback node timings into the final operator result
  • preserve optimized node identity, exclude warmup samples, recalculate mixed-provider percentages, and label CPU operators
  • persist and support offline parsing of the ORT profile artifact

Validation

  • 260 affected unit tests passed
  • DenseNet QNN NPU trace completed with 27 QNN operators and 15 CPU fallback operators

Fixes #1362

@xieofxie
xieofxie requested a review from a team as a code owner August 27, 2026 09:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

optrace: include cpu op result (from onnxruntime.json) into the final result

1 participant