-
Notifications
You must be signed in to change notification settings - Fork 3.2k
[QNN-EP] Add Support for CumSum in QNN EP #24820
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
[QNN-EP] Add Support for CumSum in QNN EP #24820
Conversation
- Registered CumSum op in QNN EP - Added unit test to verify accuracy and assignment of op to QNN EP Description - Added support for CumSum in QNN EP Motivation and Context - There is no support for CumSum op in QNN EP
@microsoft-github-policy-service agree company="Qualcomm" |
/azp run Linux QNN CI Pipeline,Win_TRT_Minimal_CUDA_Test_CI,Windows ARM64 QNN CI Pipeline,Windows GPU Doc Gen CI Pipeline,Windows x64 QNN CI Pipeline |
Azure Pipelines successfully started running 5 pipeline(s). |
Please check the doc to make sure there are no steps missing: https://onnxruntime.ai/docs/execution-providers/QNN-ExecutionProvider.html#add-new-operator-support-in-qnn-ep |
Description - Added CumSum QDQ node selector Motivation and Context - DQ->CumSum->Q is not recognized as a single qdq node unit. The CumSum node would run in FP16 precision in QNN HTP. Hence added the CumSum node unit selector to recognize it as a quantized CumSum node.
verified that DQ->CumSum->Q is now treated as a single node unit.
|
/azp run Linux QNN CI Pipeline,Win_TRT_Minimal_CUDA_Test_CI,Windows ARM64 QNN CI Pipeline,Windows GPU Doc Gen CI Pipeline,Windows x64 QNN CI Pipeline |
Azure Pipelines successfully started running 5 pipeline(s). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Description
Added support for CumSum in QNN EP
Motivation and Context
There is no support for CumSum op in QNN EP